[jboss-user] [JBoss Seam] - Re: How to postpone validation?

2007-01-26 Thread toni
Ok, thats a solution. The thing is that I use the page several times and I don't want copy and paste the code. That's why I made a second page. But you actually got me on something. Maybe I could just inherit from that class, which sets the special value? View the original post :

[jboss-user] [JBoss Seam] - Re: How to postpone validation?

2007-01-25 Thread [EMAIL PROTECTED]
Use s:validate on particular fields, instead of s:validateAll. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006468#4006468 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006468

[jboss-user] [JBoss Seam] - Re: How to postpone validation?

2007-01-25 Thread toni
I tried it, but it does not make to seem a difference. And why would it? The fields which do not have any validation annotations aren't validated anyway. And the once which do should be validated, but only after the user clicked on the Save button. However, validation occurs always when he

[jboss-user] [JBoss Seam] - Re: How to postpone validation?

2007-01-25 Thread [EMAIL PROTECTED]
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

[jboss-user] [JBoss Seam] - Re: How to postpone validation?

2007-01-25 Thread [EMAIL PROTECTED]
Oh, I misunderstood. Norman is right. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006577#4006577 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006577 ___ jboss-user mailing