Re: TableColumn String Problem

2005-10-08 Thread Derek Brown
Hello, That worked!! Thanks --- Derick Fernando <[EMAIL PROTECTED]> wrote: > Not sure if this is your problem, but the root page > does not have a > container, so you can pass in ognl:page since every > page implements > IPage, which inturn Implements IComponent. > > Hope that helps > > Der

Re: TableColumn String Problem

2005-10-08 Thread Derick Fernando
Not sure if this is your problem, but the root page does not have a container, so you can pass in ognl:page since every page implements IPage, which inturn Implements IComponent. Hope that helps Derek Brown wrote: Hello, This works now when I specify a actionsColumnValue and actionsColumnHea

Re: TableColumn String Problem

2005-10-08 Thread Derek Brown
Hello, This works now when I specify a actionsColumnValue and actionsColumnHeader blocks. But when I use the columnSettingsContainer and try to pass in a container from the Home.page. It throws the ognl error again. Any Ideas? Thanks --- Derek Brown <[EMAIL PROTECTED]> wrote: > Hello, > > I t

Re: TableColumn String Problem

2005-10-07 Thread Derek Brown
Hello, I tried this and it still tries to invoke ognl for the actions column. --- Mind Bridge <[EMAIL PROTECTED]> wrote: > Try > > > > -mb > > Derek Brown wrote: > > >Im trying to use the TableView component, no matter > >what > >I seem to do with the columns string, it keeps > >executing o

Re: TableColumn String Problem

2005-10-06 Thread Mind Bridge
Try -mb Derek Brown wrote: Im trying to use the TableView component, no matter what I seem to do with the columns string, it keeps executing ognl for something like !actions. How can I create a column that will not try to execute ognl. Thanks Heres what im doing:

RE: TableColumn String Problem

2005-10-06 Thread Muralidhar Y.
Division, Dubai, UAE. Mobile : 00971-50-2256149. http://www.adastrumtech.com http://www.mercator.aero (Keep Smiling. Be happy All The Time.) -Original Message- From: Derek Brown [mailto:[EMAIL PROTECTED] Sent: 06 October 2005 15:17 To: Tapestry users Subject: RE: TableColumn String Problem

RE: TableColumn String Problem

2005-10-06 Thread Derek Brown
; Dubai, UAE. > Mobile : 00971-50-2256149. > http://www.adastrumtech.com > http://www.mercator.aero > (Keep Smiling. Be happy All The Time.) > > -Original Message- > From: Derek Brown [mailto:[EMAIL PROTECTED] > Sent: 06 October 2005 13:37 > To: Tapestry users > Subjec

RE: TableColumn String Problem

2005-10-06 Thread Muralidhar Y.
- From: Derek Brown [mailto:[EMAIL PROTECTED] Sent: 06 October 2005 13:37 To: Tapestry users Subject: TableColumn String Problem Im trying to use the TableView component, no matter what I seem to do with the columns string, it keeps executing ognl for something like !actions. How can I create a

TableColumn String Problem

2005-10-06 Thread Derek Brown
Im trying to use the TableView component, no matter what I seem to do with the columns string, it keeps executing ognl for something like !actions. How can I create a column that will not try to execute ognl. Thanks Heres what im doing: __ Ya