Thanks Bob! And you're right - just overriding those images seems the simplest way to go.
Cheers, Alvin On Wed, Nov 5, 2008 at 1:28 AM, Bob Schellink <[EMAIL PROTECTED]> wrote: > Hi Alvin, > > > Alvin Townsend wrote: >> >> /click/column-ascending-light.gif, and >> /click/column-descending-light.gif >> >> Can I override just those two images, or do I have to include all the >> stuff in the /click directory when deployed? > > > Yes you can override only those two. You can create your own /click > directory in the web application root directory and host your own copy of > the images: > > /myapp/web/click/column-ascending-light.gif > > Click won't replace existing resources. > > > Or even better yet, is >> >> there a better way to override them? > > > An alternative would be to create a custom Table and override > getHtmlImports. But in this case it seems like more work than simply keeping > your own copy of the two images. > > kind regards > > bob >
