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]

Reply via email to