You could try creating the folder WEB-INF/classes/org/apache/tapestry/contrib/table/components/inserted/ and add there your own arrow-up.gif arrow-down.gif
But this is a server-dependent solution. Many will use the files from the classes dir, but some will use the ones from the jar. In that case you could try adding your app's default locale as a suffix to the gifs names : arrow-up_en.gif arrow-down_en.gif Martin Carel wrote: >Hi folks, > >Is there a nice way to replace the 2 (green arrows) GIF images defined >in the SimpleTableColumnComponent specification (used to display the >sort order, next to the column header), other than hacking the contrib >jar, that is, replacing those 2 GIF files? > >I'd like to use the contrib jar "as is", and I don't see a *simple* >solution to this. > >Subclassing the contrib:Table component would imply modifying several >classes and page specification files, in order to specify another page >specification for the SimpleTableColumnComponent component, where the >GIF images are defined. Isn't there a simpler way? > >Thanks in advance. > >/Martin > > >--------------------------------------------------------------------- >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]
