On 5/11/07, Tim Williams <[EMAIL PROTECTED]> wrote:
> I have a list being put on the model as a request attribute.  I've got
> a display table inside of a tile that uses that list.  I have this odd
> behavior:
>
> 1) Go to an object where there is data in the backing list -> all is
> displayed well.
> 2) Then go to an object where the list is empty -> "Nothing found to
> display" -> Good.
> 3) Now go back to an object that has data -> "Nothing found to
> display" -> Huh? If I "c:out" the data, it's certainly there.
>
> Now what seems to work is setting a local page-scoped variable
> pointing to the backing list in question, then having that page-scoped
> list as the backing list.  This works exactly as I would expect.
>
> Can someone explain this peculiar behavior?
>
> Thanks,
> --tim

So I was apparently premature in claiming success in my pageScoped
workaround - it just take a couple more loads to dork up.  So, can
anyone explain this behavior? I thought maybe tiles was caching the
list somehow, but if I c:out the list, it reflects reality.  Any help
appreciated...
--tim

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to