rakeshxp wrote:
But this does not seem to work. When I hit any restful URL, then there is a
JSESSIONID cookie being set. Could someone point out what is wrong with the
above config ?

Thanks!


CodeBehind is responsible for setting up the packages.

I don't know the history, but codebehind uses a separate property the specify the default package. Try setting both properties:

<constant name="struts.configuration.classpath.defaultParentPackage" 
value="mydefault" />

<constant name="struts.codebehind.defaultPackage" value="mydefault" />



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

Reply via email to