RE: tiles and ActionForwards

2004-08-31 Thread Leung, Albert
You're right. Thanks. I'll give that a try. > > > > That makes sense, but how would I do that? These parameters > are not part of > a form. request.setAttribute( "page", page); Forms have nothing to do with putting things into request, session or application scope. > > > > > I would like

RE: tiles and ActionForwards

2004-08-31 Thread Jim Barrows
> -Original Message- > From: Leung, Albert [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 31, 2004 4:14 PM > To: Struts Users Mailing List > Subject: RE: tiles and ActionForwards > > > > > That makes sense, but how would I do that? These paramete

RE: tiles and ActionForwards

2004-08-31 Thread Leung, Albert
That makes sense, but how would I do that? These parameters are not part of a form. > > I would like to use a tile definition in an action forward > with request > parameters. I have an Action that takes a forward mapped in the Action > definition and supplies it with parameters by appending i

RE: tiles and ActionForwards

2004-08-31 Thread Jim Barrows
> -Original Message- > From: Leung, Albert [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 31, 2004 4:08 PM > To: Struts Users Mailing List > Subject: tiles and ActionForwards > > > I would like to use a tile definition in an action forward > with requ

tiles and ActionForwards

2004-08-31 Thread Leung, Albert
I would like to use a tile definition in an action forward with request parameters. I have an Action that takes a forward mapped in the Action definition and supplies it with parameters by appending it to the path and then creating a new ActionForward with the supplied parameters. I can't use somet