Problem with returning SUCCESS from execute

2008-03-04 Thread aum strut
hi all, i am using MyEclipse for developing struts2 based example everything is working fine but in my execute method when i am trying to return the SUCCESS it is giving the error that it can not resolved error. below is the code i have written * package* aum.struts.tester; * import*

Re: Problem with returning SUCCESS from execute

2008-03-04 Thread Lukasz Lenart
*class* StrutsExample { Your class should extend ActionSupport or return Action.SUCCESS (not SUCCESS) Regards -- Lukasz http://www.linkedin.com/in/lukaszlenart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Problem with returning SUCCESS from execute

2008-03-04 Thread aum strut
thks for the rply.. really silly i m even knowing this i did this mistake. :) On 3/4/08, Lukasz Lenart [EMAIL PROTECTED] wrote: *class* StrutsExample { Your class should extend ActionSupport or return Action.SUCCESS (not SUCCESS) Regards -- Lukasz