@SuppressWarnings("unchecked")
        public String addStep()
        {
                System.out.println("do abc");                   
                
                return "ajax-add-step";
        }
        
        @SkipValidation
        public String completeIncentive()
        {
                System.out.println("do 123..");
                
                return "ajax-complete-step";
        }
-- 
View this message in context: 
http://www.nabble.com/2-buttons-for-the-same-form%2C-error-when-trying-to-invoke-different-action-tp20608955p20611571.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to