I'm getting routed to the wrong server when I use html: form
action=/myAction
in a weblogic clustered environment. Does the html:form
tag POST to the Struts servlet using response.encodeURL
as the URL posted to?

How should I code my html:form tags in JSPs in
clustered environment to ensure the user keeps getting
routed to the same server they were intially routed
to in the cluster?

thanks



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

Reply via email to