Re: exceute() method in action class didn't called

2009-07-09 Thread Lukasz Lenart
Ok, but it's truncated, could you send more? Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ Eddie Izzard - "Never put a sock in a toaster." - http://www.brainyquote.com/quotes/authors/e/eddie_izzard.html -

Re: exceute() method in action class didn't called

2009-07-08 Thread jayadevan
thanks Lukasz i tried it but i got one servelet exception Jul 9, 2009 12:02:11 PM org.apache.catalina.core.ApplicationContext log INFO: action: Looking for ActionForm bean under attribute 'HelloWorldFromBean' Jul 9, 2009 12:02:11 PM org.apache.catalina.core.ApplicationContext log INFO: action:

Re: exceute() method in action class didn't called

2009-07-08 Thread Lukasz Lenart
2009/7/9 jayadevan : >         >                                        path="/helloWorld" >                type="examples.firstStruct.helloWorld.HelloWorldAction" >                name= "" Add name = "HelloWorldFromBean" Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl

exceute() method in action class didn't called

2009-07-08 Thread jayadevan
hi all I am using struts 1.1 for my accadamic project . My exceute() method in action class did n't called . but the instance of action class created struts - config.xml http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd";>