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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...