Yeap,
It could be use to param disabled, class and so on, = by dynamic way, by using property ...
May be there's a tips to get the Property Bean which = is generated ?
Yoann
-----Message d'origine-----
De : Vangelis Konstantinis [mailto:[EMAIL PROTECTED]]
Envoy�
: lundi 3 f�vrier 2003 10:20
� : Struts Users Mailing List
Objet : Re:
Bundle Problem.
This is working,
<html:submit
styleClass="Button">
<bean:message
key="button.filter"/>
<html:button>
but I dont' wnat
this,
I want to put at title property a value that i get from a
resource bundle like the following:
<html:submit styleClass="Button"
title="<bean:message
bundle="BUTTON_RESOURCE_KEY" key="button.filter"/>
sjones
wrote:
> Try this
>
> <html:submit
styleClass="Button">
> <bean:message
key="button.filter"/>
> </html:submit>
>
> your
resource bundle must have an entry like this.
>
> button.filter = my
button label
>
> "Vangelis Konstantinis"
<[EMAIL PROTECTED]> wrote in
> message news:[EMAIL PROTECTED]...
>
> Hi,
> >
> > Can i in html:button get the title of it from
a resource bundle
> > value as
> > follows:
>
>
> >
> > <html:submit styleClass="Button"
title="<bean:message
>
>
bundle="BUTTON_RESOURCE_KEY" key="button.filter"/> "
> >
property="Filter">
>
>
<bean:message bundle="BUTTON_RESOURCE_KEY"
> >
key="button.filter"/>
>
>
</html:submit>
> > I can't take the value,
> >
>
> I have test, even single quotes and the results are the same.
>
>
> >
> > Thanks,
>
>
---------------------------------------------------------------------
> To
unsubscribe, e-mail: [EMAIL PROTECTED]
> For
additional commands, e-mail:
[EMAIL PROTECTED]
---------------------------------------------------------------------
To
unsubscribe, e-mail: [EMAIL PROTECTED]
For
additional commands, e-mail:
[EMAIL PROTECTED]
---------------------------------------------------------------------------- Ce message, ainsi que tous les fichiers joints est destin� aux seules personnes dont le nom est mentionn� comme destinataire. Il peut contenir des informations sensibles ne devant pas �tre divulgu�es et est prot�g� contre toute violation par les dispositions p�nales de la loi relative au secret des correspondances. Si vous recevez ce message par erreur, nous vous remercions de le renvoyer � son exp�diteur, sans en conserver trace ou copie, et de ne pas utiliser, reproduire, r�v�ler, modifier ou diffuser de mani�re directe ou indirecte les informations qu'il contient ----------------------------------------------------------------------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

