From: Klotz, L. <Lei...@XE...> - 2009-12-04 17:21:20
|
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 |