For my experience, usually this is due to some problem in Struts
application loading, even things that have nothing to do with Tiles, such
as a wrong DataSource configuration. If something goes wrong in the
struts-config.xml, the Tiles definitions would not be loaded at all.
Take a look at the log file.
Ciao
Antonio Petrelli

[EMAIL PROTECTED] wrote:

>Has anyone run across this issue?
>
>org.apache.jasper.JasperException: Can't get definitions factory from
>context.
>
>I realize the app can not locate the tiles-defs.xml but nit sure why. I
>have never really had this problem before.
>
>My Struts-Config.xml plug-in section looks like
>
>
><plug-in className="org.apache.struts.validator.ValidatorPlugIn">
>        <set-property property="pathnames"
>value="/WEB-INF/validator-rules.xml,         /WEB-INF/validation.xml"/>
></plug-in>
><plug-in className="org.apache.struts.tiles.TilesPlugin">
>        <set-property property="definitions-config"
>value="/WEB-INF/tiles-defs.xml"/>
>        <set-property property="definitions-debug" value="2"/>
>        <set-property property="definitions-parser-details" value="2"/>
>        <set-property property="definitions-parser-validate"
>value="true"/>
></plug-in>
>
>Thanks,
>Kevin
>


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

Reply via email to