At 18:20 16/10/2002, you wrote:
>hi,
>
>many thank's for incomming help ;-) (especialy an
>Jean-Noel Ribette...)
>
>i'm trying to use my own sort.gif like
>
><layout:collection name="tableBean" styleClass="FORM" width="600"
>sortAction="client" sortPictogram="jsp/struts_layout/sort.gif">
>
>but i'm getting an error:
>
>java.util.MissingResourceException: Can't find resource for bundle
>java.util.PropertyResourceBundle, key jsp/struts_layout/sort.gif
>
>where must it be configured ???

The sort pictogram value is the key of a property in the skin property files.
To override the default image, you can add a 
Struts-Layout_default.properties file with the following line:

layout.sort = mySortPictogram.gif

The image will be looked in the path identified by the directory.images 
property.

Jean-Noel



>thanks for help
>
>heiko mesech
>
>
>
>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--__/ \__-----------------------------------------
   improve           Jean-Noël Ribette
--/-----\------------------------------------------
Ingénieur études et développement


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

Reply via email to