Struts2 form token not matching session token

2010-06-18 Thread John Dowson
Hi all, I am having a strange problem with the struts2 token tag and the token-session interceptor. It seems like the token added to the form does not match the token in the session and I am getting tan "invalid.token" result with a warning in the logs: Form token 90U722BNQ4LU82SOBG93TGG

Re: Struts2 form token not matching session token

2010-06-18 Thread John Dowson
Yep, I am using Firebug (and burbsuite to intercept the requests). Can't find out where the form value is coming from though as this is generated server-side. Cheers, John On 18 Jun 2010, at 11:51, Alex Rodriguez Lopez wrote: > If you are not using it already, I suggest using FireBug to inspe

Weird problem with struts tags

2010-07-02 Thread John Dowson
I have an action class that has the following method public WebUser getAuthenticatedUser() The WebUser class has the following methods: public Employee getEmployee() public boolean isEmployee()... and the WebUser class has the following method public boolean isWorkgroupEnable(

Re: Weird problem with struts tags

2010-07-05 Thread John Dowson
Thanks Greg (and Ken). I appreciate the comments and will get around to updating this code at some point. However I believe these errors to be a symptom of a deeper problem as this code WAS - and still is on some servers - working. I am also getting other strange errors in code which was previo