Re: "Nothing found to display" from display tag with struts 2

2009-07-13 Thread Wim De Smet
Hi, I think this is a bit odd as I'm using the display tag (1.2) with struts 2 (2.1.6) and I can't get it to work without using . Are there any special interceptors or anything one needs to have enabled for this to work? I think I have the default stack on that particular page so I assume the tag

Re: "Nothing found to display" from display tag with struts 2

2009-07-11 Thread Wes Wannemacher
On Saturday 11 July 2009 14:02:15 Dimitrios Christodoulakis wrote: > Yes, thanks for pointing out. The tag is not required so I > removed it and it works. Kind of wondering how the display tag reaches > the valuestack though, or does it access the first property it finds > in the scope? > I can't

Re: "Nothing found to display" from display tag with struts 2

2009-07-11 Thread Dimitrios Christodoulakis
Yes, thanks for pointing out. The tag is not required so I removed it and it works. Kind of wondering how the display tag reaches the valuestack though, or does it access the first property it finds in the scope? Thanks On Sat, Jul 11, 2009 at 12:26 PM, dusty wrote: > > That sounds like a troubl

Re: "Nothing found to display" from display tag with struts 2

2009-07-11 Thread dusty
That sounds like a troubling one, based on what you describe it should work. Especially if the struts iterator works on the same JSP page. What version of Struts and DisplayTag are you using. There was a time when you had to use the tag and a time when you did not. Have you tried without t