[Xsltforms-support] Forms are not loading after redirect
Brought to you by:
alain-couthures
From: Wojtek <spa...@ju...> - 2009-12-04 00:40:36
|
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 |