Hi,
i'm using struts 2.1.6 with tiles 2.0.6 with no problems,
have You added listener configuration to your web.xml:
        <listener>
                <listener-class>
                        org.apache.struts2.tiles.StrutsTilesListener
                </listener-class>
        </listener>

Best greetings,
Paweł Wielgus.


2009/9/3 measwel <marek_karczew...@yahoo.com.au>:
>
> LS,
>
> I am using Struts2 version 2.1.6. I would also like to use Tiles2 with it.
> So I have copied the tiles jars from the struts distribution into my
> web-inf/lib folder. The tiles jar versions I am using are:
>
> struts2-tiles-plugin-2.1.6.jar
> tiles-jsp-2.0.6.jar
> tiles-core-2.0.6.jar
> tiles-api-2.0.6.jar
>
> Now the application seems to work, but I am getting the following errors. It
> also seems to take a lot of time to render a page:
>
> WARNING: Could not find property [struts.valueStack]
> WARNING: Could not find property [org.apache.tiles.AttributeContext.STACK]
> WARNING: Could not find property [org.apache.tiles.AttributeContext.STACK]
> WARNING: Could not find property [org.apache.catalina.jsp_file]
> WARNING: Could not find property [org.apache.catalina.jsp_file]
> WARNING: Could not find property [org.apache.catalina.jsp_file]
> WARNING: Could not find property [org.apache.catalina.jsp_file]
> WARNING: Could not find property [org.apache.catalina.jsp_file]
>
> What is wrong? Is struts 2.1.6 and tiles 2.0.6 integration the 'normal' way
> to go if you want to use the latest frameworks?
>
> Than You,
> MPK
> --
> View this message in context: 
> http://www.nabble.com/struts-tiles-warnings-tp25283011p25283011.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

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

Reply via email to