we had a similar problem using wls 6.1 sp1.  there were some classes that
needed to be serialized (or alternatively, some serialized classes needed to
have certain attributes declared as transient).  

look in the server log and see if it's complaining about not being about to
de-serialize certain objects.  of course, this requires struts/tiles to be
rebuilt once you correct the errors, which isn't the simplest task in the
world.  

ab

> -----Original Message-----
> From: Sanjay Choudhary [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 29, 2002 5:45 PM
> To: Struts Users Mailing List
> Subject: Cannot find message resources - URGENT
> 
> 
> Hi Gurus,
> 
> Help me out with this one pls.
> 
> -Sanjay
> 
> 
> 
> --- Sanjay Choudhary <[EMAIL PROTECTED]> wrote:
> > Yes, I am using xerces.jar
> > 
> > -Sanjay
> > --- srinivas <[EMAIL PROTECTED]> wrote:
> > > do u have the XML parsers in your class path.
> > > 
> > > -----Original Message-----
> > > From: Sanjay Choudhary [mailto:[EMAIL PROTECTED]]
> > > Sent: Friday, March 29, 2002 10:50 PM
> > > To: Struts Users Mailing List
> > > Subject: Cannot find message resources - URGENT
> > > 
> > > 
> > > Hi,
> > > I am getting the following error
> > > 
> > > ServletException in:/delegateIds1.jsp] Cannot find
> > > message resources under key
> > > org.apache.struts.action.MESSAGE'
> > > 
> > > I tried looking at the archive but none of the
> > > solution mentioned in there resolved it.
> > > 
> > > I am using nightly build from 03/27. I am also
> > using
> > > tiles defination to create my pages.
> > > 
> > > Following is my JSP.
> > > 
> > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
> > > Transitional//EN">
> > > <%@ page language="java"%>
> > > <%@ taglib uri="/WEB-INF/struts-html.tld"
> > > prefix="html"%>
> > > <%@ taglib uri="/WEB-INF/struts-bean.tld"
> > > prefix="bean"%>
> > > <%@ taglib uri="/WEB-INF/struts-logic.tld"
> > > prefix="logic"%>
> > > <%@ taglib uri="/WEB-INF/struts-nested.tld"
> > > prefix="nested" %>
> > > 
> > > <!--html:html-->
> > > <% System.out.println("Inside delegateIds1.jsp");
> > %>
> > > <html:form action="/delegatordelegatename.do">
> > > <CENTER>
> > > <TABLE border="0" cellpadding="0" cellspacing="0">
> > >     <TBODY>
> > >         <TR>
> > >             <TD colspan="12" align="center"
> > > class="pageHeader"><bean:message
> > > key="title.DELEGATOR_DELEGATE_DETAILS"/></TD>
> > >         </TR>
> > >         <TR>
> > >             <TD>&nbsp;</TD>
> > >             <TD>&nbsp;</TD>
> > >             <TD>&nbsp;</TD>
> > >             <TD></TD>
> > >             <TD></TD>
> > >             <TD></TD>
> > >             <TD></TD>
> > >             <TD></TD>
> > >             <TD>&nbsp;</TD>
> > >             <TD>&nbsp;</TD>
> > >             <TD>&nbsp;</TD>
> > >         </TR>
> > >         <TR class="pageHeader">
> > >             <TD >&nbsp;</TD>
> > >             <TD>&nbsp;</TD>
> > >             <TD align="center"><bean:message
> > > key="prompt.LASTNAME"/></TD>
> > >             <TD></TD>
> > >             <TD class="pageHeader"
> > > align="center">&nbsp;<bean:message
> > > key="prompt.FIRSTNAME"/></TD>
> > >             <TD></TD>
> > >             <TD></TD>
> > >             <TD></TD>
> > >             <TD>&nbsp;</TD>
> > >             <TD>&nbsp;</TD>
> > >             <TD>&nbsp;</TD>
> > >         </TR>
> > >         <TR class="cellTooLightGrayBGFont9">
> > >             <TD>&nbsp;</TD>
> > >             <TD><bean:message
> > > key="prompt.DELEGATOR"/>&nbsp; </TD>
> > >             <TD><html:text size="15"
> > > property="delegator.last_Name"/></TD>
> > >             <TD></TD>
> > >             <TD><html:text size="15"
> > > property="delegator.first_Name"/></TD>
> > >             <TD>&nbsp;</TD>
> > >             <TD>
> > >             <html:link name="FDAForm"
> > >                              property="delegator.name"
> > > 
> > > titleKey="prompt.SEARCHDELEGATORNAME"
> > > 
> > > href="javascript:openWindow('searchPeople.jsp?')">
> > >               ?
> > >               </html:link>
> > >       </TD>
> > > 
> > >
> > <TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
> > >             <TD><bean:message
> > > key="prompt.TITLE"/>&nbsp;</TD>
> > >             <TD>
> > >                   <html:select
> > > property="delegator.title_Desc">
> > >                   <html:options  property="titles"/>
> > >             </html:select>
> > >             </TD>
> > >             <TD>&nbsp;</TD>
> > >         </TR>
> > >         <TR class="pageSubHeaderNOFont">
> > >             <TD>&nbsp;<input type="hidden"
> > > name="Page"
> > > value=""></TD>
> > >             <TD><bean:message
> > > key="prompt.DELEGATE"/>&nbsp; </TD>
> > >             <TD><html:text size="15"
> > > property="delegate.last_Name"/></TD>
> > >             <TD></TD>
> > >             <TD><html:text size="15"
> > > property="delegate.first_Name"/></TD>
> > >             <TD>&nbsp;</TD>
> > >             <TD>
> > >             <html:link name="FDAForm"
> > >                      property="delegate.name"
> > >                     
> > > titleKey="prompt.SEARCHDELEGATENAME"
> > > 
> > > href="javascript:openWindow('searchPeople.jsp');">
> > >           ?
> > >               </html:link>
> > >       </TD>
> > > 
> > >
> >
> <TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
> > >             <TD><bean:message key="prompt.TITLE"/>
> > > &nbsp;</TD>
> > >             <TD>
> > >             <html:select
> > > property="delegate.title_Desc">
> > >           <html:options name="FDAForm"
> > > property="titles"/>
> > >       </html:select>
> > >             </TD>
> > >             <TD>&nbsp;</TD>
> > >         </TR>
> > >         <TR>
> > >             <TD>&nbsp;</TD>
> > >             <TD>&nbsp;</TD>
> > >             <TD>&nbsp;</TD>
> > >             <TD></TD>
> > >             <TD></TD>
> > >             <TD></TD>
> > >             <TD></TD>
> > >             <TD></TD>
> > >             <TD>&nbsp;</TD>
> > >             <TD>&nbsp;</TD>
> > >             <TD>&nbsp;</TD>
> > >         </TR>
> > >         <TR class="cellTooLightGrayBG">
> > >             <TD align="center" colspan="3"><IMG
> > > src="images/showDetails.jpg" width="123"
> > height="20"
> > > border="0"
> > > onclick="javascript:Delegate('Go');"></TD>
> > >             <TD></TD>
> > >             <TD></TD>
> > >             <TD></TD>
> > >             <TD></TD>
> > >             <TD></TD>
> > >             <TD colspan="4" align="center"><IMG
> > > src="images/save1.jpg" width="70" height="18"
> > > border="0"></TD>
> > >         </TR>
> > >         <TR>
> > >             <TD>&nbsp;</TD>
> > >             <TD>&nbsp;</TD>
> > >             <TD>&nbsp;</TD>
> > >             <TD></TD>
> > >             <TD></TD>
> > >             <TD></TD>
> > >             <TD></TD>
> > >             <TD></TD>
> > >             <TD>&nbsp;</TD>
> > >             <TD>&nbsp;</TD>
> > >             <TD>&nbsp;</TD>
> > >         </TR>
> > >     </TBODY>
> > > </TABLE>
> > > </CENTER>
> > > </html:form>
> > > 
> > > -Sanjay
> > > 
> > > 
> > > 
> > 
> === message truncated ===
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Greetings - send holiday greetings for Easter, Passover
> http://greetings.yahoo.com/
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to