You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by ja...@leeclemens.net on 2010/01/05 22:57:00 UTC

Dispatcher with precompiled JSP

Hello,

I have an action result type dispatcher with param name location equal to the path to the JSP, but I have precompiled the JSPs and it now seems the dispatcher cannot locate the JSP class.  I tried changing the location to the fully qualified class name of the compiled JSP with the same result: There is no Action mapped for action name MyAction (unknown location)

Is there a way to reference the precompiled JSP in the dispatcher?

 Any help would be appreciated.

Thanks,
Lee


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


[SOLVED] RE: Dispatcher with precompiled JSP

Posted by Lee Clemens <ja...@leeclemens.net>.
My mistake, there needs to be a slash after the context, otherwise the page
was not loading completely (still not exactly sure way, probably due to
mod_jk - part of the page loaded, but not the s:action tag/dispatcher)

-----Original Message-----
From: java@leeclemens.net [mailto:java@leeclemens.net] 
Sent: Tuesday, January 05, 2010 4:57 PM
To: user@struts.apache.org
Subject: Dispatcher with precompiled JSP

Hello,

I have an action result type dispatcher with param name location equal to
the path to the JSP, but I have precompiled the JSPs and it now seems the
dispatcher cannot locate the JSP class.  I tried changing the location to
the fully qualified class name of the compiled JSP with the same result:
There is no Action mapped for action name MyAction (unknown location)

Is there a way to reference the precompiled JSP in the dispatcher?

 Any help would be appreciated.

Thanks,
Lee


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org