xwork 2.1 changes?

2007-12-16 Thread Dale Newfield
Attempting to upgrade to 2.1 to finish my optiontransferselect testing (in 2.0.11 the select all before submit is implemented by dojo, which I'm not using, so I'm still not quite done--when I am I'll post any appropriate .ftl changes to JIRA.) Is there a better list to ask about xwork

Re: xwork 2.1 changes?

2007-12-16 Thread Don Brown
On Dec 17, 2007 9:12 AM, Dale Newfield [EMAIL PROTECTED] wrote: Attempting to upgrade to 2.1 to finish my optiontransferselect testing (in 2.0.11 the select all before submit is implemented by dojo, which I'm not using, so I'm still not quite done--when I am I'll post any appropriate .ftl

Re: [struts] xwork 2.1 changes?

2007-12-16 Thread Dale Newfield
Don Brown wrote: I'm accessing this from a listener (LoginListener) that is trying to generate i18ized messages of the form Last successful login at X, N unsuccessful login attempts since then. Is the ActionContext null because I've not yet been dispatched to an action? What is the appropriate

Re: [struts] xwork 2.1 changes?

2007-12-16 Thread Don Brown
Then when is the code running? In the inbound or outbound? Sitemesh works because it is activated on the outbound, and so should your filter. If inbound, then it won't, because the action proxy hasn't been called yet. Don On Dec 17, 2007 4:10 PM, Dale Newfield [EMAIL PROTECTED] wrote: Don

Re: [struts] xwork 2.1 changes?

2007-12-16 Thread Dale Newfield
Don Brown wrote: Then when is the code running? In the inbound or outbound? Sitemesh works because it is activated on the outbound, and so should your filter. If inbound, then it won't, because the action proxy hasn't been called yet. Inbound. I got confused because javax.servlet.Filter