You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Juan de Castro Paredes <jc...@sgi.es> on 2002/04/18 18:51:30 UTC

File Upload button label

Hi,

 Hi, does anybody know how to change the "Submit" label on the Submit
button?

 I have tried with:

     <html:file property="file" value="Go for it"/>

  but does not change the label at all...

 Thanx in advance,

 Juan


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: File Upload button label

Posted by Matt Raible <ma...@raibledesigns.com>.
Try searching the archives for the Users list in the future, but since
it's easy:

<html:submit>
<bean:message key="submit.label"/>
</html:submit>

You might be thinking for the "Browse" label on the <input type="file">
but that's not possible in the current HTML spec.

> -----Original Message-----
> From: Juan de Castro Paredes [mailto:jcastro@sgi.es] 
> Sent: Thursday, April 18, 2002 10:52 AM
> To: Struts Developers List
> Subject: File Upload button label
> 
> 
> Hi,
> 
>  Hi, does anybody know how to change the "Submit" label on 
> the Submit button?
> 
>  I have tried with:
> 
>      <html:file property="file" value="Go for it"/>
> 
>   but does not change the label at all...
> 
>  Thanx in advance,
> 
>  Juan
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:struts-dev-> unsubscribe@jakarta.apache.org>
> For 
> additional commands, 
> e-mail: <ma...@jakarta.apache.org>
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>