While trying to figure out the same thing several months ago, I came across the following link that cleared some things up:
http://groups.google.com/groups?q=struts+tiles+group:ibm.software.websphere.*&hl=en&lr=&ie=UTF-8&selm=b2b0v3%2452q2%241%40news.boulder.ibm.com&rnum=5 HTH, Dave Forwarded Message From: "Atchutuni, Raju (MAN-Corporate)" <[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 Forwarded Message From: "David Graham" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Struts 1.1 w/ WSAD 5.0 Date: Mon, 24 Mar 2003 09:15:01 -0700 I got the same error but it had no effect on my app. It runs fine. 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 > > Forwarded Message To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: Struts 1.1 w/ WSAD 5.0 From: "Susan Bradeen" <[EMAIL PROTECTED]> Date: Mon, 24 Mar 2003 11:27:38 -0500 Same here ... my app does not seem to be affected either. Susan Bradeen "David Graham" <[EMAIL PROTECTED]> 03/24/2003 11:15 AM Please respond to "Struts Users Mailing List" To: [EMAIL PROTECTED] cc: Subject: Re: Struts 1.1 w/ WSAD 5.0 I got the same error but it had no effect on my app. It runs fine. 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 __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

