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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to