[jboss-user] [JBoss Seam] - Re: Help! A4JSF a:support problem

2007-04-05 Thread damatrix
To answer the first question on the signature, it returns void with no input parameters. I tried the suggestion of the action attribute, and find that the method is called only after 1. I have filled all the other required fields on the form AND 2. I come back to that field again and it loses

[jboss-user] [JBoss Seam] - Re: Help! A4JSF a:support problem

2007-04-04 Thread dd_la_frime
What is the signature of the method checkTitle() in your component fairManager ? If I remember, Ajax4JSF wrote in its taglib javadoc that actionListener attribute can call a method if and only if this method returns void. Is it the case with your method ? Christophe View the original post :

[jboss-user] [JBoss Seam] - Re: Help! A4JSF a:support problem

2007-04-04 Thread [EMAIL PROTECTED]
I'm doing the same but I'm using the action= attribute, not actionListener=, and it works: | s:decorate id=emailDecorate | div class=entry | div class=labelE-Mail:/div | div class=input

[jboss-user] [JBoss Seam] - Re: Help! A4JSF a:support problem

2007-04-03 Thread petemuir
Does the action listener work if attached to a commandLink/button? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034253#4034253 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034253

[jboss-user] [JBoss Seam] - Re: Help! A4JSF a:support problem

2007-04-03 Thread damatrix
Yes. I tried it on a commandbutton and the action listener works. Any ideas? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034365#4034365 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034365