Re: RE: [Struts 2] link not rending from iterator

2006-09-14 Thread Garner Shawn
bout the differences but I think I'd like to stay with > HttpRequest if I can. > > > Shawn > > -- Forwarded message -- > From: "David Friedman" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Date: Wed, 13 Sep 2006 13

Re: RE: [Struts 2] link not rending from iterator

2006-09-14 Thread Ted Husted
ag reference before posting. I have it bookmarked. > I'm not sure about the differences but I think I'd like to stay with > HttpRequest if I can. > > > Shawn > > -- Forwarded message -- > From: "David Friedman" <[EMAIL PROTECTED]>

Re: RE: [Struts 2] link not rending from iterator

2006-09-13 Thread Garner Shawn
d, 13 Sep 2006 13:15:06 -0400 Subject: RE: [Struts 2] link not rending from iterator Wouldn't you be better off doing something like this rather than mix an s:url inside an href tag? From: http://struts.apache.org/2.x/tagreference.html#a Regards, David ---

RE: RE: [Struts 2] link not rending from iterator

2006-09-13 Thread Garner Shawn
-- From: "David Friedman" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Date: Wed, 13 Sep 2006 13:15:06 -0400 Subject: RE: [Struts 2] link not rending from iterator Wouldn't you be better off doing something like this rather than mix an s:url inside an h

Re: [Struts 2] link not rending from iterator

2006-09-13 Thread Ted Husted
On 9/13/06, Garner Shawn <[EMAIL PROTECTED]> wrote: If there is a "getUrl" method on the "downloadsList" object, then try Click to Download If there is not a getUrl method, then it's not clear from where the value is derived. Do I need to assign it to

RE: [Struts 2] link not rending from iterator

2006-09-13 Thread David Friedman
Wouldn't you be better off doing something like this rather than mix an s:url inside an href tag? From: http://struts.apache.org/2.x/tagreference.html#a Regards, David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

[Struts 2] link not rending from iterator

2006-09-13 Thread Garner Shawn