--- On Sat, 8/9/08, Lalchandra Rampersaud wrote:
> Thanks for the quick reply.  Mapping is exacty the solution I need, 
> but I don't know how to implement mapping in struts 2. It would be 
> helpful if you can indicate where I can start looking.

The action configuration documentation [1] describes how to configure (via XML) 
the action method called for a particular action mapping.

The <s:submit.../> tag documentation [2] includes the "method" attribute, which 
defines the action method called on submission.

The documentation is your friend; I'd spend some time poking around the guide 
links [3].

Dave

[1] http://struts.apache.org/2.x/docs/action-configuration.html
[2] http://struts.apache.org/2.x/docs/submit.html
[3] http://struts.apache.org/2.x/docs/guides.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to