executeAndWaitStack in struts-default.xml may be a Bug ???

2007-04-13 Thread Usama Rashwan
HI , i am using struts 2.0.6 and i found that there is a reference to execAndWait interceptor twice inside the executeAndWaitStack stack , is this a bug or there is a need to define the interceptor twice . below are part from struts-default.xml [code]

Re: Codebehind issue?

2007-03-21 Thread Usama Rashwan
Hi Brian, did u checked this thread http://forums.opensymphony.com/thread.jspa?threadID=71257&tstart=15 and Note , the struts.codebehind.defaultPackage is the package name defined in struts.xml not the real package name for example [code] .. .. then struts.codebehind.de

missing default-class-ref in struts-2.0.dtd

2007-03-18 Thread Usama Rashwan
Hi, i am using struts 2.0.6 and i noticed that in struts-2.0.dtd the element [code] default-class-ref [/code] is missing but in xwork-2.0.dtd this element is there Thanks & BR - Posted via Jive Forums http://forums.o

NPE in CodebehindUnknownHandler

2007-03-17 Thread Usama Rashwan
Hi , I faced a NPE when i try to use CodebehindUnknownHandler below are the full stack trace for this exception , and after i spend some time investigating for the cause of this error it turned to me that I defined [code]struts.codebehind.defaultPackage=babPackage[/code] with incorrect package