Hello people,

I have the following code :

 <html:submit property="action" value="resetg" >
     <bean:message key="search.button.reset" />
 </html:submit>

What I am trying to do is have a Dispatch Action 
so that when this button is pressed the request is something like
search.do?action=resetg
But I don't want my button to have the resetg title on it. I want it to
have the search.button.reset title from ApplicationResources bundle 
on it. It seems tha Struts html tag library mixes the two. Is there a
way out of this?


Thanks....

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

Reply via email to