Dave, i have all the s1.3 dependencies. i have a question in the doctypes for the strutscofig.xml
Rightnow , i am running the application with the doctype in strutsconfig.xml as <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://struts.apache.org/dtds/struts-config_1_1.dtd" > If i change it to 1.3 , then i get the following error in the tiles plugin <plug-in className=*"org.apache.struts.tiles.TilesPlugin"*> <set-property *property="definitions-config"* value=* "/WEB-INF/tiles-defs.xml"* /> <set-property *property="definitions-parser-validate"* value=*"true"* /> <set-property property=*"moduleAware"* value=*"true"* /> </plug-in> The error would be Attribute-property has a runtime value of definitions-config. Property must reference a valid Java identifier. I doubt it may be the reason . Thanks in advance for the help. On 8/7/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > Have you turned up logging and checked the logs to see if it says what > class you're missing? Do you have all the S1.3 dependencies? > > Dave > > > --- On Thu, 8/7/08, sam thothi <[EMAIL PROTECTED]> wrote: > > > From: sam thothi <[EMAIL PROTECTED]> > > Subject: Re: configuration doc for struts 1.3,tiles with Rad 7.5 > > To: "Struts Users Mailing List" <user@struts.apache.org>, > [EMAIL PROTECTED] > > Date: Thursday, August 7, 2008, 2:13 PM > > I am getting two errors while configuring > > when i change the class loader to multiple which is > > default , it's saying > > > > The JSP container failed to load the TagExtraInfo class > > [org.apache.struts.taglib.tiles.UseAttributeTei] from > > /WEB-INF/struts-tiles.tld > > > > [8/7/08 11:49:16:525 CDT] 0000000d FfdcProvider I > > com.ibm.ws.ffdc.impl.FfdcProvider logIncident *FFDC1003I*: > > FFDC Incident > > emitted on C:\Program > > > Files\IBM\SDP75Beta\runtimes\base_v7\profiles\was70profile1\logs\ffdc\server1_1dfd1dfd_08.08.07_11.49.16.50912499.txt > > com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet > > 218 > > > > [8/7/08 11:49:16:525 CDT] 0000000d extension W > > com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor > > createServletWrapper Servlet action is currently > > unavailable: *SRVE0203E*: > > Servlet [action]: org.apache.struts.action.ActionServlet > > was found, but is > > missing another required class. > > > > SRVE0206E: This error typically implies that the servlet > > was originally > > compiled with classes which cannot be located by the > > server. > > i change the class loader to single and it works fine. I > > want to know any > > jars i am missing to include struts 1.3 to work . If i > > change to single, my > > struts actions are working and tiles didn't work and > > throws class not found > > exception. > > > > would be great if you let me know anything i should add > > changing from struts > > 1.2 to struts 1.3. > > > > Thanks in advance for you help > > > > > > On 8/7/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > > > > > --- On Thu, 8/7/08, sam thothi > > <[EMAIL PROTECTED]> wrote: > > > > Any one can provide me with the configuration > > docs for > > > > struts 1.3,tiles with Rad 7.5. > > > > > > Configuration docs? Like what? The app is configured > > like any other RAD > > > app, and like any other Struts 1 app, AFAIK. > > > > > > Dave > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >