Struts 2.1.6's bug? or my configuration error?

2009-07-10 Thread Yuan12345
Ajax Validation does not be effective when Action implements Model Driven but for the action not implements model driven, it works Validator: Account is required!!! Action: public class TestAction extends ActionSupport implements ModelDriven { /** * @return user

Re: Struts 2.1.6's bug? or my configuration error?

2009-07-12 Thread Yuan12345
Does anybody know? or who can make a simple trial? -- View this message in context: http://www.nabble.com/Struts-2.1.6%27s-bug--or-my-configuration-error--tp24437329p24454577.html Sent from the Struts - User mailing list archive at Nabble.com. -

Ajax Validation has bug with tag when Form is "simple" theme

2009-07-14 Thread Yuan12345
version:2.1.X Ajax Validation has bug with tag when Form is "simple" theme when below jsp is submited,a alert box will be show with text:Could not validate: User Login