Re: Displaytag help in Struts 2

2007-07-20 Thread SethVIII
ys >> empty. >> >> Does anyone know how to get this working for Struts2? Any help is >> appreciated. >> >> Thank you. >> >> - Kishan > -- View this message in context: http://www.nabble.com/Displaytag-help-in-Struts-2-tf4028889.html#a11709743 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Displaytag help in Struts 2

2007-07-17 Thread Jeromy Evans
Yes, I use it as stated previously. Is row the object you think it is? You either have a typo or you're trying to access properties of row that don't exist. The code below shows plain html contained in a column that accesses properties of the current row. property="dateCre

Re: Displaytag help in Struts 2

2007-07-17 Thread kishanparikh
docs/ognl.html > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in cont

Re: Displaytag help in Struts 2

2007-07-05 Thread Jeromy Evans
Within the displaytag 'display:table' tag, a 'row' object is set into the page context. How is this accessible from Struts 2? #attr is the OGNL to access the page context.#attr.row will access your display tag id object named row eg. #1 eg. #2 #attr is described here

Re: Displaytag help in Struts 2

2007-07-05 Thread Jeromy Evans
Within the displaytag 'display:table' tag, a 'row' object is set into the page context. How is this accessible from Struts 2? #attr is the OGNL to access the page context.#attr.row will access your display tag id object named row eg. #1 eg. #2 #attr is described here

Displaytag help in Struts 2

2007-07-05 Thread Dean Pullen
Hi all. The 'Exposing framework objects to JSTL, with a JSTL and DisplayTag Example' from here: http://struts.apache.org/2.0.8/docs/exposing-framework-objects-to-jstl-w ith-a-jstl-and-displaytag-example.html uses JSTL etc to display a URL within a displaytag table. e.g.: Now