David
From: "Atchutuni, Raju (MAN-Corporate)" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: Re: Struts 1.1 w/ WSAD 5.0 Date: Mon, 24 Mar 2003 11:10:39 -0500
Tiles plugin doesn't work in WSAD 5.0. Here is the entry for plugin in struts-config.xml.
<plug-in className="org.apache.struts.tiles.TilesPlugin" > <set-property property="definitions-config" value="/WEB-INF/tiles-defs.xml"/> </plug-in>
<action path="/logon"
type="org.apache.struts.webapp.example.LogonAction"
name="logonForm" scope="session" validate="true"
input="/logon.jsp">
<exception key="error.database.missing" path="/logon.jsp"
type="java.lang.Exception"/>
<forward name="success"
path="/definitions/test-defenition.jsp"/>
</action>
Error Message : Invalid data for attribute "property" in part definitions-config type set-property
Since i am getting the error i had to look for work around and code my tile def in jsp file. Can any one tell me what is wrong with WSAD 5.0
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

