Re: [Xsltforms-support] Forms are not loading after redirect
Brought to you by:
alain-couthures
From: Wojtek <spa...@ju...> - 2009-12-04 18:59:47
|
Hi! Thanks for your quick reply. Unfortunately it looks like this is not a problem. I had Content-type set to text/xml, after changing it to application/xml it is still the same. Besides, I am not using IE, I work under Ubuntu, and testing it under Firefox and built-in eclipse browser. After turning on, Mozilla XForms addon it works fine, after turning of and attaching XSLTForms it is not working any more - even under Firefox. But ONLY after redirect, normally it works fine. Of course, it looks like it is a content-type problem, but if I use firebug and check headers, they look fine. Any other ideas? Wojtek Klotz, Leigh pisze: > Wojtek, > This may not be your issue, but check the Content-Type header on the returned HTTP response after the forward. > If it's not application/xml it will not work in IE8 (at least). > Leigh. > > -----Original Message----- > From: Wojtek [mailto:spa...@ju...] > Sent: Thursday, December 03, 2009 4:14 PM > To: xsl...@li... > Subject: [Xsltforms-support] Forms are not loading after redirect > > Hi, > > I'm pretty new in the subject of XForms and of XSLTForms. I am creating an application using JSP, and I try to use XSLTForms, but I faced the problem, which looks like belongs to XSLTForms. > > After submitting a form, i redirect back to the form using: > <jsp:forward> > ( i have also tried with pageContext.forward() ) but after succesful redirection forms are not loading. Page looks like without XSLTForms. It is still the same page, which was properly rendered a while ago before redirection, source looks the same. Anybody has the idea what the problem might be? > > I have tested the same case with Mozilla XForms and it worked. > > Thanks for help! > Wojtek > |