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

If it's truly 'random' like that there are only 4 things that could be
happening.

1.  Display tag is broken (not likely)

don't think so.. the same thing happens also with another action that
puts a list (different name) in session via SessionAware and then
I loop the list via <c:foreach> and JSP EL (ie without using displaytag)


2.  You occasionally have another element in some other scope with the
same name that is being picked up 'first' in the search path by the
value-stack logic (or display-tag's logic if you just do the
name="stories")

no.


3.  Displaytag is taking a crap trying to render certain elements
(calling toString() on them? because you have no decorator classes)
based on different search results.  (You never said..if you put in the
same search parameters every time, do you always get the same results
("nothing found to display" or good data)

always the same search.. in the action I get always the same data, in
JSP "nothing found to display" or good data
so.. don't think so.. see point 1


4.  You are insane.  :)

That may be..


5. libraries conflict?

Best regards.

--
Robi

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

Reply via email to