[jboss-user] [JBoss Seam] - Re: java.lang.NoSuchMethodException
sherkan777
do-not-reply at jboss.com
Thu Oct 5 03:13:47 EDT 2006
I think problem is in email:
<h:inputText id="email" value="#{email}" />
try to do:
<h:inputText id="email" value="#{usersearch.email}" />
and put setters and getters to local interface.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976238#3976238
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976238
More information about the jboss-user
mailing list