I'm getting the same error as this guyhas anybody encountered this
before and fixed it?
Thanks,
Dennis.
On 1/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I have a struts application that is using tiles and weblogic. When I try
to use a multipart form I get the Servlet Exception l
ould probably put me in
my place before I give you any more suspicious advice!
Dave
> From: Harish Kumar [mailto:[EMAIL PROTECTED]
> problem comes with loading the tilesRequestProcessor. It gives
> *java.lang.NullPointerException*
> at
> org.apache.struts.tiles.definition
hi Dave,
Thanks again !! i will tell you the problem more breifly, actually the
classes are getting loaded with hot deployment, but the problem comes with
loading the tilesRequestProcessor. It gives
*java.lang.NullPointerException*
at
tc.
Sorry!
Dave
> -Original Message-
> From: Harish Kumar [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 12, 2006 11:05 AM
> To: Struts Users Mailing List
> Subject: Re: intermittent exception in TilesRequestProcessor
>
> hi Dave,
> thanks for the quick reply
hi Dave,
thanks for the quick reply, can you just tell me where can i find the
solution for it.Its urgent req for me.
thanks,
Harish
On 12/12/06, Dave Newton <[EMAIL PROTECTED]> wrote:
From: Harish Kumar [mailto:[EMAIL PROTECTED]
> I'm getting the below exception, but only after hot-deploying
From: Harish Kumar [mailto:[EMAIL PROTECTED]
> I'm getting the below exception, but only after hot-deploying a class
> file -- for example, an ActionForm-derived class. I believe the error
> occurs only on pages that use the particular deployed class.
I've seen that under other servers including o
Hi,
I'm getting the below exception, but only after hot-deploying a class file
-- for example, an ActionForm-derived class. I believe the error occurs only
on pages that use the particular deployed class.
I just added the Tiles plug-in and configured the TilesRequestProcessor.
I do have a
I have a struts application that is using tiles and weblogic. When I try
to use a multipart form I get the Servlet Exception listed below. I think
I have traced it down to the UrlController class. The execute method
creates a RequestDispatcher and tries to call the include method. The
reque
the struts-config.xml controller
tag to:
where previously it had been:
I get the following errors if the CustomRequestProcessor extends the
TilesRequestProcessor and the application is configured to use the Tiles
tab library and plug-in:
org.apache.struts.tiles.TilesPlugin TilesPlugin : Specified
ubject: Re: TilesRequestProcessor
[EMAIL PROTECTED] wrote:
I think I'm missing the point of the TilesRequestProcessor
I have a few simple tiles in a project with to
modules (default & crud). Actually the default
uses tiles and the other one doesn't.
Now, the tiles in the default m
news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper
Sent: Monday, August 01, 2005 7:21 PM
To: user@struts.apache.org
Subject: Re: TilesRequestProcessor
[EMAIL PROTECTED] wrote:
> I think I'm missing the point of the TilesRequestProcessor
>
> I have a few simple tiles i
I found the answer myself ;
Here it is:
You do not need to specify in your struts config file(s)
that the processorClass will be TilesRequestProcessor.
This is automatically done by the plug-in. If a class is
specified in the struts configuration file(s), that
processorClass will be used
[EMAIL PROTECTED] wrote:
I think I'm missing the point of the TilesRequestProcessor
I have a few simple tiles in a project with to
modules (default & crud). Actually the default
uses tiles and the other one doesn't.
Now, the tiles in the default module seem to
work ju
I think I'm missing the point of the TilesRequestProcessor
I have a few simple tiles in a project with to
modules (default & crud). Actually the default
uses tiles and the other one doesn't.
Now, the tiles in the default module seem to
work just fine, but a friend told me
pens: trying to forward to mapping forward (In
RequestProcessor.java line 1057 - rd.forward(request, response);)
This is a snapshot of the two stack traces.
The first execution is finishing and trying to forwarding:
Thread [http-80-Processor24] (Suspended)
TilesRequestProcessor(RequestProce
wrote:
> Hi Wendy,
>
> I'm not using Filters.
>
> Ronnie.
>
> -Mensaje original-
> De: Wendy Smoak [mailto:[EMAIL PROTECTED]
> Enviado el: miércoles, 20 de julio de 2005 20:02
> Para: Struts Users Mailing List
> Asunto: Re: TilesRequestProcessor is
Hi Wendy,
I'm not using Filters.
Ronnie.
-Mensaje original-
De: Wendy Smoak [mailto:[EMAIL PROTECTED]
Enviado el: miércoles, 20 de julio de 2005 20:02
Para: Struts Users Mailing List
Asunto: Re: TilesRequestProcessor is executed twice
From: "Ronnie Arosa" <[EMAIL
27;m not using the forward feature.
Thx,
Ronnie
-Mensaje original-
De: David G. Friedman [mailto:[EMAIL PROTECTED]
Enviado el: miércoles, 20 de julio de 2005 20:09
Para: Struts Users Mailing List
Asunto: RE: TilesRequestProcessor is executed twice
Ronnie,
Here is what I see: you have tw
Ronnie,
Here is what I see: you have two traces that both invoke your
Action.execute() with one call (each) from the TilesRequestProcessor. Since
your trace doesn't show two calls to the Tiles Request Processor, that
suggests your browser is submitting twice. The question is why is it
diff
From: "Ronnie Arosa" <[EMAIL PROTECTED]>
> Well, I'm debugging my source code with Sysdeo's eclipse plugin.
> I toggled a breakpoint in one of my action, and founded that it'd
> been executed twice.
>
> Of course results of my actions are obtained twice (i.e. an insert in a
> database is done twi
ck traces below this.
This is the first execution's stack trace:
Thread [http-80-Processor22] (Suspended (breakpoint at line 46 in
PartesMedicosAction))
PartesMedicosAction.execute(ActionMapping, ActionForm,
HttpServletRequest, HttpServletResponse) line: 46
TilesRequestP
Mailing List
Subject: TilesRequestProcessor is executed twice
Hello everybody,
I'm working in a struts application with tiles and modules. Its my first
time working with tiles and I felt into a problem: the TilesRequestProcessor
is called twice. This happens when I forward my actions to a til
Mailing List
CC: Struts Users Mailing List
Asunto: Re: TilesRequestProcessor is executed twice
I am currently working on my first tiles / struts module program myself. One
thing that I had to do was to add the module aware option to the plug-in in
struts-config.xml.
I have not had a problem
quot;Struts Users Mailing List"
cc
Subject
TilesRequestProcessor is executed twice
Hello everybody,
I'm working in a struts application with tiles and modules. It’s my first
time working with tiles and I felt into a problem: the TilesRequestProcessor
is called twice. This
Hello everybody,
I'm working in a struts application with tiles and modules. Its my first
time working with tiles and I felt into a problem: the TilesRequestProcessor
is called twice. This happens when I forward my actions to a tile. If the
same action is forward to a simple page (i.e. a jsp
We have a BaseRequestProcessor which extends the TilesRequestProcessor
defined in the struts-config file. A co-worker is getting the following
error when he tries to use it:
[6/3/05 10:14:03:327 EDT] 690b690b WebGroup E SRVE0026E: [Servlet
Error]-[action]: java.lang.ClassCastException:
org
from TilesRequestProcessor
instead.
I get this exception:
Java.lang.ClassCastException: org.apache.struts.tiles.TilesUtilImpl
at
org.apache.struts.tiles.TilesRequestProcessor.initDefinitionsMapping(TilesRe
questProcessor.java:86)
at
org.apache.struts.tiles.TilesRequestProcessor
o: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Subject: Re: Specified RequestProcessor not compatible with
TilesRequestProcessor
Date: Mon, 3 May 2004 15:23:01 -0500
Thanks so much for your prompt reply! I have downloaded the sslext from
SourcForge and am wondering if there i
Thanks so much for your prompt reply! I have downloaded the sslext
from SourcForge and am wondering if there is a user friendly
migration document that I can reference which spells out the
implementation.
Actually, I just recently started using sslext for the first time,
and I was kind of surp
ailing List" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Subject: Re: Specified RequestProcessor not compatible with
TilesRequestProcessor
Date: Mon, 3 May 2004 08:37:18 -0500
This is mostly a side-effect of the RequestProcessor being a single clas
my first tiled jsp:
[4/30/04 16:42:44:725 EDT] 74488c86 WebGroup
E SRVE0026E: [Servlet Error]-[action]:
javax.servlet.ServletException: TilesPlugin :
Specified RequestProcessor not compatible with
TilesRequestProcessor
at
org.apache.struts.tiles.TilesPlugin.initRequestProcessorClass(Tiles
Group E SRVE0026E: [Servlet
Error]-[action]: javax.servlet.ServletException: TilesPlugin : Specified
RequestProcessor not compatible with TilesRequestProcessor
at
org.apache.struts.tiles.TilesPlugin.initRequestProcessorClass(TilesPlugin.java:358)
at org.apache.struts.tiles.TilesPlugin
32 matches
Mail list logo