And make sure to set the "uid" attribute in the display:table tag. The value
is required for displaytag to make a difference between more than 1
displaytag table on a single JSP page (Paging etc...)

See http://displaytag.sourceforge.net/11/displaytag/tagreference.html#tablefor
more details.

Bye,

Peter

2008/3/6, Matt Raible <[EMAIL PROTECTED]>:
>
> The "name" attribute of the display:table tag should match a List or
> Collection that's exposed in your action.
>
>
> Matt
>
>
> On Mar 5, 2008, at 9:55 PM, [EMAIL PROTECTED] wrote:
>
> > 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]
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to