[jboss-user] [JBoss Seam] - Re: variable resolver not working?
norman.richards@jboss.com
do-not-reply at jboss.com
Wed Dec 13 11:39:38 EST 2006
A component is not a variable, so the variable resolver won't work. You are on the right track with findComponent, but your component id is actually not "datMod". If there is a surrounding naming component (like h:form) your name will be prefixed with that. So, if your form is "id="myform" then you need to look up "myform:datMod". If you have any other naming components, you can take those into consideration too.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993459#3993459
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993459
More information about the jboss-user
mailing list