adding parameters at runtime to actionforward which uses tiles

2007-03-20 Thread temp temp
I am using  tiles definitions in my actionforward  
   
   action path=/action/manage/entity/viewEntity
  type=com.reisys.fema.ognt.web.action.manage.entity.ViewEntityAction
  forward name=success  path=forward.view.entity/
  /action
   
   
  definition name=forward.view.entity  extends=ogntlayout
  put name=body  value=/jsp/manage/entity/adminViewEntity.jsp  /
  /definition
  Is there a  way I can add parameters to an actionforward which uses tiles 
definition ?
  If its not  tiles I can append to actionForward.getActionPath()  what in 
case of tiles , how can I append parameters   at runtime ?
  Thanks  Regards
  
  

 
-
We won't tell. Get more on shows you hate to love
(and love to hate): Yahoo! TV's Guilty Pleasures list.

Re: adding parameters at runtime to actionforward which uses tiles

2007-03-20 Thread Paul Benedict

temp temp wrote:

  Is there a  way I can add parameters to an actionforward which uses tiles 
definition ?
  If its not  tiles I can append to actionForward.getActionPath()  what in 
case of tiles , how can I append parameters   at runtime ?


Temp,

Tile views shouldn't need parameters. If you need to pass data, consider 
putting that information in request attributes.


Paul


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



Re: adding parameters at runtime to actionforward which uses tiles

2007-03-20 Thread temp temp
What in case of redirect and I donot want to use session?
  Thanks  Regards
  

Paul Benedict [EMAIL PROTECTED] wrote:  temp temp wrote:
   Is there a  way I can add parameters to an actionforward which uses 
 tiles definition ?
  If its not tiles I can append to actionForward.getActionPath() what in  case 
 of tiles , how can I append parameters at runtime ?

Temp,

Tile views shouldn't need parameters. If you need to pass data, consider 
putting that information in request attributes.

Paul


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



 
-
We won't tell. Get more on shows you hate to love
(and love to hate): Yahoo! TV's Guilty Pleasures list.