> From: Michael McGrady [mailto:[EMAIL PROTECTED]
> 
> Why don't you think this will work, Dave?  Why would the serverside
> script care that there was client side script?  This looks okay to me.

Well, if you look at this line:

    newAction = '<html:rewrite page="/'+action+'.do"/>';

It looks like JavaScript is being used to generate an <html:rewrite/>.  

This brings up the problem of trying to rewrite the action on the client
side.  In the past, I've opted to add ";jsessionid=", but what you're
talking about with dispatches is another option.


- Dave

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

Reply via email to