I *think* this is the struts equivalent:

<html:submit property="<%=Constants.SEARCH%>">
  <bean:message key="searchResource.search"/>
</html:submit>

You may be able to get by without the property attribute, though.

"Nanduri, Amarnath" wrote:
> 
> Hi all,
> 
>       Is it possible to convert the below HTML into a struts tag ? Thanks
> for your information.
> 
> <input type="submit" name="<%= Constants.SEARCH %>" value="<bean:message
> key="searchResource.search"/>" >
> 
>   p.s All names are declared in a Constants file so that they can be
> accessed in a uniform way across the application.
> 
> cheers,
> Amar..

Reply via email to