You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Atchutuni, Raju (MAN-Corporate)" <Ra...@cox.com> on 2003/03/24 17:10:39 UTC

Re: Struts 1.1 w/ WSAD 5.0

	    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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org