Re: Pass parameter to ActionSupport class

2009-04-08 Thread NR031
Hi, Thank you for your quick reply. I resolved my problem. This is what I did. Just put getters and setters for "submitvalue" in ActionSupport class: private String submitvalue; public String getSubmitvalue() { return submitvalue; } public void setSubmitvalue(String submit

Re: Pass parameter to ActionSupport class

2009-04-08 Thread Nils-Helge Garli Hegvik
Hi! Passing parameters to the action is handled automatically for you by the framework if you have the appropriate setters on the action. I suggest that you start with the tutorials from the documentation: http://struts.apache.org/2.1.6/docs/bootstrap.html Nils-H On Wed, Apr 8, 2009 at 12:19 PM,