Alex,

First, I definitely would not use a nightly build for a major demo since I
have found them to be somewhat buggy in certain areas.  Our development
efforts are based solely on the 1.0 release which I augment with new &
tested functionality on an on-going basis (only as an extension layer).
That aside, does your ApplicationResources.properties have the
logon.title.bar key defined?

If you get in a real bind, I would omit the functionality from the demo
that is based on new/untested 1.1 features, and go back to the 1.0 release.

Brian



                                                                                       
                            
                    Alex Colic                                                         
                            
                    <acolic@yahoo        To:     [EMAIL PROTECTED]        
                            
                    .com>                cc:                                           
                            
                                         Subject:     Really need you to get me out of 
a jam!!!!                   
                    08/27/2001                                                         
                            
                    04:14 PM                                                           
                            
                    Please                                                             
                            
                    respond to                                                         
                            
                    struts-user                                                        
                            
                                                                                       
                            
                                                                                       
                            




Hi,

Big problem. I have a major demo tommorow and I can't get my web apps to
work with struts. I am
using Tomcat 3.2 + the latest nightly build of struts. I needed the iterate
tag. All my apps work
within JBuilder but I cannot get them to work on there own. Every time I
access a page I get an
error that the message keys cannot be found.

eg:

exception javax.servlet.jsp.JspException: Missing message for key
logon.title.bar
Message Missing message for key logon.title.bar

Localized Message Missing message for key logon.title.bar

Stack trace         javax.servlet.jsp.JspException: Missing message for key
logon.title.bar
           at
org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:298)
           at
_0002fpwEmpLogin_0002ejsppwEmpLogin_jsp_0._jspService
(_0002fpwEmpLogin_0002ejsppwEmpLogin_jsp_0.java:115)
           at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)

In my web.xml file I have:

<!-- Action Servlet Configuration -->
  <servlet>
    <servlet-name>action</servlet-name>

<servlet-class>com.popware.rd.action.genericActionServlet</servlet-class>
    <init-param>
      <param-name>application</param-name>
      <param-value>euApplicationResources</param-value>
    </init-param>

and the euApplicationResources file is in the class directory in web-inf. I
can read the struts
documentation but the struts-example gives me the same error.

I downloaded Tomcat 4 beta 7 and that did not help.

Can someone tell me exactly how to get the latest version of struts to work
with tomcat?

Any help is figuring this out is appreciated.

Alex








=====
Regards

Alex Colic, HBA, B. Ed
PopWare Inc. "Driving down the cost of conversions!"
E-Mail: [EMAIL PROTECTED]
Tel: 1-905-777-8171 ext. 104
Fax: 1-905-777-0132

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/




Reply via email to