I believe the proper long term solution is to overhaul the CSS support in Tapestry in order to make it possible for (repeated) components to define their own CSS and for the user to override that CSS when needed.

In the short run for the current versions of Tapestry I would suggest to create your own implementation of the TableColumns component, perhaps based on the standard one. You can then use the lower level Table components to create your own layout with your components -- see the template of Table for an example.

Dan Adams wrote:
I know there are Asset parameters, but is it possible to change the
up/down arrows on the table using styles? I have a component that uses
Table that is part of a library and I would like the application using
the library to be able to change the up/down arrows without having to
specify it every time the component is used. Any ideas?


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

Reply via email to