Hi,
I have a JSF form, that forwards to an JSP. In the JSP is a normal html link
that points back to the jsf form.
When an user submits the jsf form with all the required fields, the user is
forwarded to the jsp, when the user now clicks on the link the user comes
back to the jsf form and all filled in values are correct recovered. 
But when the user submits the form without filling all required fields and
then correct the errors and resubmit the form, the user is forwarded to the
jsp. But when the user now clicks on the link the jsf form is empty.
When I change the JSP to JSF and the backlink to an commandLink, the
formvalues are recovered correct in both cases, but this is not an
alternative for me.
How can I fix this?
Thanks mark

-- 
View this message in context: 
http://www.nabble.com/Problem-with-Link-from-JSP-to-JSF-Form-tp18506987p18506987.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to