Did you try just using & instead of &?

If that doesn't work, then file a bug (I vaguely remember having problems with this previously too)

On Feb 19, 2004, at 10:25 AM, Frank Febbraro wrote:

Using WW 1.4
 
I am trying to setup a dynamic view mapping as specified here: (this redirects to a section of the app that is legacy)
 
<action .....>
   <command name="selectLicensingYear" alias="deal!selectLicensingYear"  >
      <view name="success">redirect.action?url=controller?command=viewDeal&amp; dealID=${dealID}</view>
   </command>
</action>
 
My action has getDealID() and that all works fine....
 
However the redirect gets sent as:
http://host/context/controller?command=viewDeal
 
As you can see the second parameter is left off.  Has anyone enountered this? I tried switching the parameter ordering and the second parameter is always left off.
 
Any thoughts?
 
Thanks,
Frank






------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to