you have to expose the list from your Struts 2 action using the <s:set/> tag so that displaytag can have access to it on the request scope.
I dont know excexctaly if that's what you are looking for, but here is a link that might be of some help. http://wiki.javascud.org/display/ww2cndoc/Exposing+webwork+objects+to+JSTL,+with+a+JSTL+and+DisplayTag+Example Kind regards, Flávio Oliva On Wed, Mar 5, 2008 at 2:24 AM, <[EMAIL PROTECTED]> wrote: > Hi, > > Currently I'm using appfuse generated files (with appfuse:gen) to > display tabular > data from database. Now, I'm trying to put more than one displaytag on > page. > I already create getter on my action, but seem that it never called by > displaytag. > Could anyone give me a clue how to put multiple displaytag on appfuse ? > > I'm using appfuse+struts. > > Many thanks, > > -- > Ernas M. Jamil > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
