[jboss-user] [JBoss Seam] - Re: Hibernate validator and more error messages

2007-10-24 Thread [EMAIL PROTECTED]
Use View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098581#4098581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4098581 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Hibernate validator and more error messages

2007-10-24 Thread martin.krajci
Yes I want to display messages together. I also thought that ajax might be a problem but right now I'm in the phase of project where I can not simply remove it. What do you mean by: "Try putting the messages component into an ajax-rerendered region."? Put it into the here? -> also not possible

[jboss-user] [JBoss Seam] - Re: Hibernate validator and more error messages

2007-10-24 Thread [EMAIL PROTECTED]
But you are using s:decorate... or you want all your messages displayed together... Anyway, the problem (I think) is that your ajax stuff is causing multiple messages to be enqueued, but renderered all at once. Try putting the messages component into an ajax-rerendered region. Or don't use a:

[jboss-user] [JBoss Seam] - Re: Hibernate validator and more error messages

2007-10-24 Thread martin.krajci
Thanx for your reply, but I don't want to because some pages have more than 50 input fields and then for each I would have to create Do you have any other ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098521#4098521 Reply to the post : http://www

[jboss-user] [JBoss Seam] - Re: Hibernate validator and more error messages

2007-10-24 Thread [EMAIL PROTECTED]
You probably want to use globalOnly on h:messages View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098511#4098511 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4098511 ___ jboss