Dear All,
I'm looking for a solution for a long time but still didn't succed. I found several posts about that in this forum but no answers. I'm writing a simple register page, where user has to fill a form containing amoung other fields, password. Then of course he has to repeat it.
Is there any way of validating this repetition using hibernate validators? I was thinking about the @AssertTrue validator but as far as I understand it is triggered on persist, but I need it to be triggered earlier since after filling the form I display "confirm" page, and only after confirming my bean is persistet (it should be validated between entering and displaying for confirmation step).
Kind Regards,
karol
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115170#4115170
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115170
First I think you are right in stating that for more complex ui things it is better to write your own app instead of adaptiing the jbpm console. The latter is nice for RAD/Demo purposes
1) This is not realy supported when just using seam. And afaik not on a todo list. It's not only difficult for you to add, but difficult in general
2) Correct, but I always wonder how the url's of the app(s) will looke like then. Maybe some generic webapp is needed as well that just redirects to the correct one without it being visible in the url. No idea how to solve this though. I'd be very interested in this as well.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115168#4115168
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115168
Hi all,
What's the intention of marking a component with @PerNestedConversation?
To my understanding @PerNestedConversation
allows a nested conversation to see an instance of the marked component having the
values at the time the nested conversation was created. So any modification of the parent conversation's instance values is not visible to a nested conversation because the nested conversation can only see the copy of the original component.
Is this correct?
Thanks in advance.
Volker
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115163#4115163
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115163