On Wed, Mar 5, 2008 at 9:18 PM, Flavio Froes <[EMAIL PROTECTED]> wrote: > 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 tried using s:set as suggested but it did'nt work. Basically I want to display 2 (or probably more) tables using displaytag. The first one is already working, because it generated automatically by appfuse:gen. The second one -- which is my current problem is always empty. Actually I don't really understand how displaytag actually wired to the list on appfuse Action. As far as I know no s:set tag explicitly defined on jsp to make displayed on first table. Thanks, -- Ernas M. Jamil --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
