[jboss-user] [JBoss Seam] - Re: Configuration of just using seam taglib

2007-06-25 Thread [EMAIL PROTECTED]
It doesn't. a:support / triggers it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057257#4057257 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057257 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Configuration of just using seam taglib

2007-06-24 Thread jimmy6
I have gone through validateTag and validationAllTag. But i cant see any javascript/ajax code there and hibernate validation. Why? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057229#4057229 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Configuration of just using seam taglib

2007-06-24 Thread [EMAIL PROTECTED]
anonymous wrote : The ajax stuff comes from ajax4jsf View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057230#4057230 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057230 ___

[jboss-user] [JBoss Seam] - Re: Configuration of just using seam taglib

2007-06-24 Thread jimmy6
I know seam validation tag lib is using ajax4jsf but base on the code investigation. it is go to the validateTag and validationAllTag class Which do not have ajax4jsf code there. Maybe i do not understand how the framework work. Could you explain to me how the validation tag triggers the

[jboss-user] [JBoss Seam] - Re: Configuration of just using seam taglib

2007-06-23 Thread jimmy6
Could you show me where is the ajax code for validation? I cant find on the source. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057132#4057132 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057132

[jboss-user] [JBoss Seam] - Re: Configuration of just using seam taglib

2007-06-23 Thread [EMAIL PROTECTED]
The ajax stuff comes from ajax4jsf (or icefaces, or whatever), the validation from hibernate-validator/hibernate-annotations, Seam just ties it together. Look at org.jboss.seam.faces.Validation (it's in core in a released version). View the original post :

[jboss-user] [JBoss Seam] - Re: Configuration of just using seam taglib

2007-06-22 Thread [EMAIL PROTECTED]
You can't. Seam ui is heavily dependent on seam core. You could of course take a look at how the model validation is implemented (start with ModelValidator in seam-ui). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4056779#4056779 Reply to the post :