Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to call a DispatchAction method with a html:submit tag??

Status
Not open for further replies.

vilascopy

Programmer
Nov 2, 2005
1
AR

I need to call a DispatchAction method with a html:submit, I have try of the following way.

<html:submit property="do" value="method">The Method</html:submit>

and this call te method() of the action but the title of the button is method, not "The Method".

how to fix this problem??????????????????

thanks!!. Please Help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top