You might try dropping the war file found at:

https://bloggers.dev.java.net/files/documents/84/7378/TapestryTables.war

into your servlet container.  That's a pretty good tutorial on tables.



-----Original Message-----
From: matt wear [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 07, 2006 1:12 PM
To: Tapestry users
Subject: Re: Contrib:Table - How to change rendering of th?

I guess I'm a bit of a tapestry newb, so I am not sure.  I guess maybe a 
better question might be: is there any reference for Contrib:Table (I 
cannot find any) or any examples that show how to change how 
Contrib:Table renders certain components.  Thanks.

James Carman wrote:
> Can't you specify the columnRenderer for the table column?
>
> -----Original Message-----
> From: matt wear [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, March 07, 2006 12:53 PM
> To: Tapestry users
> Subject: Contrib:Table - How to change rendering of th?
>
> Is there anyway to get <th> elements to align left?  It seems that 
> instead of rendering a simple <th><a href="">Header Name</a></th> 
> Contrib:Table renders something. like:
> <th>
>    <table align="center">
>      <tr>
>         <td><a href="">Header Name</a></td>
>      </tr>
>    </table>
> </th>
>
> Which causes the the header name to always be center aligned.  Please 
> let me know if there is a simple fix to this.  Thanks
>
> - Matt Wear
>
>
> ---------------------------------------------------------------------
> 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]
>
>
>
>
>   


---------------------------------------------------------------------
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]

Reply via email to