[jboss-user] [JBoss Seam] - Re: Problems using Ajax4jsf to Seam Hibernate3 sample app
smartbinary
do-not-reply at jboss.com
Mon Oct 9 10:49:48 EDT 2006
Hi Yogesh,
I'm not familiar w/that example, but it seems like the problem may be the Action being bound to a method which does not return a String (for JSF navigation purposes). Perhaps you can change the setter to return a string ... and return null in the method.
| public String setProperty_text(String property_text) {
| this.property_text = property_text;
| return null;
| }
|
Regards,
Todd
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976982#3976982
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976982
More information about the jboss-user
mailing list