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]
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
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
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