need help in struts 2

2007-10-09 Thread shan99
i have a class like this public class TDorgrnize{ private long orgID private orgnizMini org //getter and setters } public class orgnizMini{ long id Sting name //getter setter } in a action class i m getting this TDOrgrnize to generic list like this private List() torg; so i want to display th

Struts 2

2007-10-09 Thread shan99
i have a class like this public class TDorgrnize{ private long orgID private orgnizMini org //getter and setters } public class orgnizMini{ long id Sting name //getter setter } in a action class i m getting this TDOrgrnize to generic list like this private List() torg; so i want to display th

RE: S2 : Validation per Action method - ideas?

2007-10-17 Thread shan99
I got a problem like this I have 2 mothods caled edit() and create() I used annotation based validation but tthing is i want to validate some of experssions in edit method and some of the in create() method cant use @skipValidation in this my problem is i can not difine this seperatly in my acti

Re: struts2 validation for only one method in action

2007-10-17 Thread shan99
I have 2 mothods caled edit() and create() I used annotation based validation but tthing is i want to validate some of experssions in edit method and some of the in create() method cant use @skipValidation in this my problem is i can not difine this seperatly in my actiion class ..both methods ge

Problem in

2007-10-18 Thread shan99
I have a tag like this and also i have a radio buttin calld chkText I wnt to chang thr key of the http://www.nabble.com/struts2-validation-for-only-one-method-in-action-tf3267302.html#a13272200 Sent from the Struts - User mailing list archive at Nabble.com. --