Hallo,

I hava a Problem to use <bean: massage key="hallo" />.
When I use a Browser with  language arabien perhaps, my applikation
must use the default value from the
aplication.property. But it shows some values from the
aplication.property and some from the aplication.property_de.

The Browser shows me:
<table border="0" cellspacing="2" cellpadding="2">
      <tr class="kopf">
       <th class="headline">LNo.</font></th>
       <th class="headline">name</font></th>
       <th class="headline">Deckstelle</font></th>
       <th class="headline">SSS/PS</font></th>
       <th class="headline" title="Programm Hannoveraner
Springpferdezucht">
           programs for<br>breeding show<br>jumpers</th>
     </tr>

And the Source Code is:

<table border="0" cellspacing="2" cellpadding="2">
      <tr class="kopf">
       <th class="headline"><bean:message key
="liste.lnr"/></font></th>
       <th class="headline"><bean:message key="selform.lname"
/></font></th>
       <th class="headline"><bean:message key="global.ldstelle"
/></font></th>
       <th class="headline"><bean:message key="liste.pblb"
/></font></th>
       <th class="headline" title="Programm Hannoveraner
Springpferdezucht">
           <bean:message key="seite.phs" /></th>
     </tr>

and the application.property:

global.ldstelle=breeding station
liste.lnr=LNo.
selform.lname=name
seite.phs=programs for<br>breeding show<br>jumpers
liste.pblb=SSS/PS

and the application.property_de:

global.ldstelle=Deckstelle
liste.lnr=Nr.
selform.lname=Name
seite.phs=Programm for<br>Hannoveraner<br>Springzucht
liste.pblb=SSS/PS

You see, the result is a mix of both application.property


What can be wrong?

Thanks Claudia


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

Reply via email to