On 6/20/07, Roberto Nunnari <[EMAIL PROTECTED]> wrote:

Yes. That's it. It happens at random times.. not always.
When it happens, all I get instead of the table in the browser is:
Nothing found to display.

makes no sense....sure you don't have a local variable inside the
execute method called stories or something equally silly?...
....or even better...maybe another element called 'stories' being put
on the value stack on top of the action class element with the same
name.......

Doesn't display-tag have the ability to set the scope of the
collection you are looking for (like sessionScope. as aprefix or
requestScope.)......instead of the OGNL stuff with the
name="${stories}", just do name="stories".  Displaytag should just
find it automagically...or you can play with those prefixes to try to
pinpoint it in case some other element with same name is being placed
first in the search path.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to