Hi, I have created one Custom ActionMapper for custom urls.
Now I want to use this custom action mapper with dynamic dispatch action for
method setting.

Here is code for jsp file
<s:submit value="Search" action="user_pagedSearching"/>

Here is for struts.xml
<action name="user_*" class="isp.action.UserList" method="{1}">                 
                        <result name="search">UserList.jsp</result>
</action>

how can I setMethod as "pagedSearching" method in MyCustomActionMapper.
Can any one help?

Thanks
Neha Bhatt
-- 
View this message in context: 
http://www.nabble.com/setting-dynamic-dispatch-action-from-submit-button-with-custom-ActionMapper-tp15062866p15062866.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to