Hi,
I want to change the label of Submit button to "Next". I made the following entry in my step1.jsp
<html:submit property="submitt"/>
and the following entry in my application.properties
step1.submitt=Next
But I still see the label as "Submit" when JSP is served by my server.
Or is the solution is just to use normal HTML submit instead of Struts Tag Library.
Please help.
Thanks !!!