thanks
-----Original Message-----
From: Jim Crossley [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 05, 2001 4:18 PM
To: [EMAIL PROTECTED]
Subject: Re: html:submit tag question
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..