Thanks
finally i wrote struts2-tiles hello world program, thanks once again

Antonio Petrelli-3 wrote:
> 
> 2009/7/21 spsarolkar <[email protected]>:
>>
>> I am working with struts2 tiles integration but when i configure my
>> listener
>> as
>> <listener>
>>
>> <listener-class>org.apache.struts2.tiles.StrutsTilesListener</listener-class>
>> </listener>
>> I always get error as
>> java.lang.NoClassDefFoundError:
>> org/apache/tiles/web/startup/TilesListener
>> My question is why it is finding
>> org/apache/tiles/web/startup/TilesListener
>> when i configured it as org.apache.struts2.tiles.StrutsTilesListener
> 
> If you take a look at the code, you will notice that
> StrutsTilesListener extends TilesListener.
> TilesListener is contained into tiles-servlet.jar package. Put it in
> your WEB-INF/lib
> 
> Antonio
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Error-as-No-Listener-even-when-i-configured-listener-tp24593386p24608949.html
Sent from the tiles users mailing list archive at Nabble.com.

Reply via email to