Re: Struts2 DisplayTag dynamic table

2013-08-21 Thread jsmtslch
can you please provide the code in controller -- View this message in context: http://struts.1045723.n5.nabble.com/Struts2-DisplayTag-dynamic-table-tp3485258p5713528.html Sent from the Struts - User mailing list archive at Nabble.com. ---

Re: Struts2 DisplayTag dynamic table

2008-10-27 Thread dynamicd
it references the ChartDATA in the displytag yes this can be done without the ajax portion ..just remove the ajax tags chartDATA is a 2 dimensional List . a list inside a list. tandrews wrote: > > This is exactly what I need, but I'm a little bit confused about how it > works. You have

Re: Struts2 DisplayTag dynamic table

2008-10-27 Thread tandrews
This is exactly what I need, but I'm a little bit confused about how it works. You have chartDATA as your table's name (so I'm guessing it's a list of rows of some sort), and then you have ajax:displayTag id="chartDATA"... then when you reference chartDATA later, which one are you referencing? C