[jboss-user] [JBoss Seam] - Re: How to postpone validation?
norman.richards@jboss.com
do-not-reply at jboss.com
Thu Jan 25 17:05:57 EST 2007
If you can design your interaction so that you only use one view, then JSF will preserve your unvalidated/unconverted form data. I believe it only discards the data when you write to another view. If you think about it, it kind of makes sense. Where is it supposed to store that unconverted/unvalidated string data? Unless your model only uses raw string values, there's no place for the data there. If you also discard your view, that data is lost.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006560#4006560
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006560
More information about the jboss-user
mailing list