I upgraded to the latest version of struts 2.0.8 which comes with a
newer version of tiles...

I am using JDK 1.4, so I had to reto-translate the following jars on top
of the struts2 j4 distribution 

struts2-tiles-plugin-2.0.8.jar
tiles-api-2.0.3.jar
tiles-core-2.0.3.jar

On weblogic 8.1, on startup, I am getting the following exception

java.lang.ClassNotFoundException:
org.apache.tiles.jsp.context.JspTilesContextFactory

I looked in the tiles jars, and I did not find that class...Is this a
bug or is there a workaround for this??

Thanks,
Charbel

-----Original Message-----
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper
Sent: Thursday, June 14, 2007 1:23 AM
To: user@struts.apache.org
Subject: Re: [S2] Tiles plugin on 1.4

Dave Newton wrote:
> --- Charbel Abdul-Massih wrote:
>> I did run retro-translator on the tiles-plugin
>> jars...I was able to get
>> weblogic 8.1 started on jdk 1.4.2 without any
>> issues, so I moved a step
>> closer...However, when I try to access my action,
>> and it returns a tiles
>> result, I get the following jsp error in the
>> browser:
> 
> Ah, yes.
> 
> http://struts.apache.org/2.x/docs/weblogic-81.html
> 
> I don't know if this has been fixed in 2.0.8, but IIRC
> up to 2.0.6 I had to fix the TLD files to run under
> WL8.1SP5.
> 
> I unpacked the jars, modified the TLDs and repacked;
> there may be other ways around it, I may have
> mis-diagnosed the issue, or... something else
> entirely. That page might not be complete, either; I
> did that a long time ago.

For that particular error, though, I believe the problem is that the tag

implementation is missing a setScope() method, which would be a bug in 
Tiles.

Charbel, I would suggest raising that on the Tiles lists and probably 
filing it in Tiles' bug tracker too.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to