Re: displaytag - Nothing found to display.

2009-11-11 Thread Kris Reid
To add a little more information the the JSP looks like this Cheers Kris Kris Reid wrote: > > Hi > > I am using Struts2 with Display tag to display a List > Most of the time it works perfect but sometimes it displays the error > "Nothing found to di

Re: displaytag - Nothing found to display.

2009-11-13 Thread Kris Reid
The problem has something to do with the get method in the action class not being called. Any ideas why this would happen? If I hit refresh a time or two it works fine. - http://www.kremsoft.com Kremsoft - Software Development -- View this message in context: http://old.nabble.com/disp

Re: displaytag - Nothing found to display.

2009-11-13 Thread Kris Reid
Oscar Calderón-2 wrote: > > > Are you using ajax tags (like dojo ) or something like that with > displaytag? > > > No - haven't got any ajax or anything fancy I seem to have found a work around In the action class I stick the List into the request object request.setAttribute("list", list)

Re: displaytag - Nothing found to display.

2009-11-13 Thread Kris Reid
Whoops - made I typo whilst I was mucking around. That's not the problem though Paul Benedict-2 wrote: > > You're attributes are wrong. Should be: > > > > > @name is the name of your request attribute. > @id is the request attribute created at each the iteration. > > Paul > > - ht

displaytag - Nothing found to display.

2009-11-11 Thread Kris Reid
Hi I am using Struts2 with Display tag to display a List Most of the time it works perfect but sometimes it displays the error "Nothing found to display" This is not correct as I have the action class print out the List and it always is able to print the List. I can usually hit refresh and it wo