Re: Prevent display of JspException

2003-09-29 Thread manglu
Wes, Why not use the ErrorPage in the web.xml for a JspException and place it with contents that you think is appropriate. HTH Manglu Wes Kubo wrote: I've been doing some refactoring with my ApplicationResources.properties and every once in a while I get a page that shows a JspException

RE: Prevent display of JspException

2003-09-29 Thread Mike Jasnowski
I know this might not be the behavior you want, but at least the app wouldn't crash. -Original Message- From: Mike Jasnowski [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 12:59 PM To: Wes Kubo; Struts Users Mailing List Subject: RE: Prevent display of JspException Ah

RE: Prevent display of JspException

2003-09-29 Thread Mike Jasnowski
null string for unknown message keys, or "false" to return a message with the bad key value. -Original Message- From: Wes Kubo [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 1:02 PM To: Mike Jasnowski; Struts Users Mailing List Subject:

RE: Prevent display of JspException

2003-09-29 Thread Wes Kubo
o see if something could be done should it arise. -Original Message- From: Mike Jasnowski [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 9:40 AM To: Struts Users Mailing List Subject: RE: Prevent display of JspException your own... -Original Message- From: Mike Jasn

RE: Prevent display of JspException

2003-09-29 Thread Mike Jasnowski
your own... -Original Message- From: Mike Jasnowski [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 12:37 PM To: Struts Users Mailing List Subject: RE: Prevent display of JspException Is this exception coming from you're own code? Can you do a File.exists() first and

RE: Prevent display of JspException

2003-09-29 Thread Mike Jasnowski
iling List Subject: Prevent display of JspException I've been doing some refactoring with my ApplicationResources.properties and every once in a while I get a page that shows a JspException when I've mistyped a property name or whatever. Is there anyway of catching the JspException at th

Prevent display of JspException

2003-09-29 Thread Wes Kubo
I've been doing some refactoring with my ApplicationResources.properties and every once in a while I get a page that shows a JspException when I've mistyped a property name or whatever. Is there anyway of catching the JspException at this compilcation point and displaying a different m

RE: JspException: Exception thrown by getter for property XXX of bean YYY?

2003-03-07 Thread Chen, Gin
27; Subject: RE: JspException: Exception thrown by getter for property XXX of bean YYY? Thanks for the responses. I'm obviously missing some basic JSP debugging skills ;) Although I've been working on a "50% Struts" app for a year+ (i.e. tons of scriptlet code in JSPs), I've only

RE: JspException: Exception thrown by getter for property XXX of bean YYY?

2003-03-06 Thread Viggio, Alex
n [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 3:35 PM To: 'Struts Users Mailing List' Subject: RE: JspException: Exception thrown by getter for property XXX of bean YYY? look further down the trace. there's a line that says root cause. the exception after that is y

RE: JspException: Exception thrown by getter for property XXX of bean YYY?

2003-03-06 Thread Chen, Gin
look further down the trace. there's a line that says root cause. the exception after that is your true error. -Tim -Original Message- From: Viggio, Alex [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 5:19 PM To: 'Struts Users Mailing List' Subject: JspExcep

Re: JspException: Exception thrown by getter for property XXX ofbean YYY?

2003-03-06 Thread Dave Newton
On Thu, 2003-03-06 at 17:18, Viggio, Alex wrote: > We've had some additions to our production Struts app out for two months, > and today is the first time I have seen this specific error (see below). > I've includded the getter method below. How could an exception be thrown by > this method? It sho

JspException: Exception thrown by getter for property XXX of bean YYY?

2003-03-06 Thread Viggio, Alex
We've had some additions to our production Struts app out for two months, and today is the first time I have seen this specific error (see below). I've includded the getter method below. How could an exception be thrown by this method? It should handle the case where previousUrl is null. Thanks, -

JspException form-bean in virtual server

2003-01-30 Thread Daniel E. Morrison
Hello- struts 1.1-3b, iPlanet Web Server 6.0 sp5, Using virtual server, I get: , root cause: javax.servlet.jsp.JspException at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:600) at _jsps._logon_jsp._jspService(_logon_jsp.java:164) Has anyone ever gotten a form-bean to work with

struts-example JspException using form-bean

2003-01-30 Thread Daniel E. Morrison
Hello- Running struts 1.1-3b struts-example. The struts-config.xml is configured to use DynaValidatorForm by default - which works fine. However, when I switch to the form-bean: I get the following error: , root cause: javax.servlet.jsp.JspException at org.apache.struts.taglib.html.FormTag

JSPException: ActionMappings or ActionFormBeans collection

2002-08-13 Thread Chilukuri, Pratap N Mr USAREC
I am using struts for a while and am facing problem when i make changes to action class and i refresh my webapp and run then I get javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collection at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:773) at org

JSPException: ActionMappings or ActionFormBeans collection

2002-04-21 Thread Shawn Catoe
I am getting the following error: javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collection at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:773) at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:481) at /LoginForm.j

RE: Resin JSPException with Template Taglib

2002-04-17 Thread Robert Parker
Members Equity Email System I ended up swapping over to the Tiles taglib rather than Template. All works fine now! regards Rob MEMBERS EQUITY PTY LTD ABN 56 070 887 679 This email and any attachments are confidential. If you are not the intended recipient, you must not disclose, distribute,

RE: Resin JSPException with Template Taglib

2002-04-17 Thread Jesse Alexander (KADA 12)
Alexander Jesse -Original Message- From: Robert Parker [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 16. April 2002 02:03 To: 'Struts Users Mailing List' Subject: Resin JSPException with Template Taglib Members Equity Email System I'm trying to get Struts 1.02 working with

Resin JSPException with Template Taglib

2002-04-15 Thread Robert Parker
Members Equity Email System I'm trying to get Struts 1.02 working with Resin 2.1.0. I have an app which works fine under Tomcat, but throws a JSPException under Resin. The stacktrace shows the error occurs in the doEndTag method. Is this a known problem? Are there any work arounds? Thanks

RE: Need help with JspException: Missing message for key login.ti tle

2002-03-17 Thread Jesse Alexander (KADA 12)
]] Sent: Mittwoch, 13. März 2002 14:51 To: Struts Users Mailing List Subject: Re: Need help with JspException: Missing message for key login.title not sure but might be one of those where your struts.jar is in the wrong place. Make sure it is in your web app's WEB-INF/lib & nowhere else

RE: Need help with JspException: Missing message for key login.ti tle

2002-03-13 Thread lindsay . hamoudi
ject:RE: Need help with JspException: Missing message for key login.ti tle "Run away! Run away!" -Arthur, King of the Brits -Original Message- From: keithBacon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 11:45 AM To: Struts Users Mailing List Subject: RE: Ne

RE: Need help with JspException: Missing message for key login.ti tle

2002-03-13 Thread Galbreath, Mark
"Run away! Run away!" -Arthur, King of the Brits -Original Message- From: keithBacon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 11:45 AM To: Struts Users Mailing List Subject: RE: Need help with JspException: Missing message for key login.ti tle good att

RE: Need help with JspException: Missing message for key login.ti tle

2002-03-13 Thread keithBacon
[EMAIL PROTECTED]] > Sent: 13 March 2002 16:17 > To: Struts Users Mailing List > Subject: RE: Need help with JspException: Missing message for key > login.ti tle > > 1 - does anything get data from ApplicationResources successfully? > 2 - Try rename struts.jar on web-inf/li

RE: Need help with JspException: Missing message for key login.ti tle

2002-03-13 Thread lindsay . hamoudi
- From: keithBacon [mailto:[EMAIL PROTECTED]] Sent: 13 March 2002 16:17 To: Struts Users Mailing List Subject: RE: Need help with JspException: Missing message for key login.ti tle 1 - does anything get data from ApplicationResources successfully? 2 - Try rename struts.jar on web-inf/lib

RE: Need help with JspException: Missing message for key login.ti tle

2002-03-13 Thread keithBacon
> From: keithBacon [mailto:[EMAIL PROTECTED]] > Sent: 13 March 2002 13:51 > To: Struts Users Mailing List > Subject: Re: Need help with JspException: Missing message for key > login.title > > not sure but might be one of those where your struts.jar is in the wrong

RE: Need help with JspException: Missing message for key login.ti tle

2002-03-13 Thread lindsay . hamoudi
27;ll try rebooting but I'm desperate now! Tomcat overrides the system classpath anyway does it not? -Original Message- From: keithBacon [mailto:[EMAIL PROTECTED]] Sent: 13 March 2002 13:51 To: Struts Users Mailing List Subject:Re: Need help with JspException: Missi

Re: Need help with JspException: Missing message for key login.title

2002-03-13 Thread keithBacon
t one more line in Applicationproperties file that is > login.title=some text ouyt here > > Alok > > - Original Message - > From: [EMAIL PROTECTED] > Date: Wednesday, March 13, 2002 4:24 pm > Subject: Need help with JspException: Missing message for key > login

Re: Need help with JspException: Missing message for keylogin.title

2002-03-13 Thread MARK NICHOLS
Lindsay - You don't say what IDE you are using. I'm also new to struts and I'm using WebSphere Application Developer 4.0. WSAD has *two* copies of the ApplicationResources.properties file. One under the /source folder and one under the /webApplication/WEB-INF/classes folder. For most of a da

Re: Need help with JspException: Missing message for keylogin.title

2002-03-13 Thread Alok Kumar
YOu should put one more line in Applicationproperties file that is login.title=some text ouyt here Alok - Original Message - From: [EMAIL PROTECTED] Date: Wednesday, March 13, 2002 4:24 pm Subject: Need help with JspException: Missing message for key login.title > Hi every

Need help with JspException: Missing message for key login.title

2002-03-13 Thread lindsay . hamoudi
Hi everyone, I've just began using Struts this week and it seems very useful, but I am totally lost for ideas when it comes to this exception: "Exception in R( /struts-SACT + /login.jsp + null) - javax.servlet.ServletException: Missing message for key login.title" I have placed my ApplicationRe

RE: logic:iterate & JspException

2001-09-06 Thread Steven Leija
[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 9:19 PMTo: [EMAIL PROTECTED]Subject: logic:iterate & JspException Dear All I've got a question and seeking for answers. does anyone know what's wrong in the followin

logic:iterate & JspException

2001-09-06 Thread TOMMY
Dear All I've got a question and seeking for answers. does anyone know what's wrong in the following code.       tommySelectForm-     public Collection getUse_list(){        ArrayList aa=new ArrayList()

No struts trace if JspException is detected by the errorPage directive..

2001-07-03 Thread Suriyanarayanan, Senthil Kumar
Hello, My errorpage.jsp (which is mentioned as the errorPage directive on all the jsps) does not show any struts trace if an JspException is thrown by struts layer.. If I remove the errorpage directive on the problematic jsp, the stack trace on the console is

Re: JspException

2001-02-10 Thread Craig R. McClanahan
"Allamsetty, Venkata" wrote: > > Hi, > > > > I am trying to get my first Struts application work. > > I have created defaultTime.jsp which contains a text input for time, > > DefaultTimeForm , EditDefaultTimeAction and SaveDefaultTimeAction classes. > > Defined web.xml and struts-config.xml and d

RE: JspException

2001-02-10 Thread Allamsetty, Venkata
> Hi, > > I am trying to get my first Struts application work. > I have created defaultTime.jsp which contains a text input for time, > DefaultTimeForm , EditDefaultTimeAction and SaveDefaultTimeAction classes. > Defined web.xml and struts-config.xml and deployed them appropriately. > > But wh

JspException

2001-02-10 Thread Allamsetty, Venkata
Hi, I am trying to get my first Struts application work. I have created defaultTime.jsp which contains a text input for time, DefaultTimeForm , EditDefaultTimeAction and SaveDefaultTimeAction classes. Defined web.xml and struts-config.xml and deployed them appropriately. But when I try loading

Re: JspException: Must specify type attribute if name is specified

2001-02-09 Thread Craig R. McClanahan
Neal Kaiser wrote: > I just upgraded to last nights build and get the following error: > > javax.servlet.jsp.JspException: Must specify type attribute if name is > specified at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:669) > at org.apache.struts.taglib.html.FormTag.doStartT

Re: JspException: Must specify type attribute if name is specified

2001-02-09 Thread Wong Kok Wai
The type is needed for the . --- Neal Kaiser <[EMAIL PROTECTED]> wrote: > I just upgraded to last nights build and get the > following error: > > javax.servlet.jsp.JspException: Must specify type > attribute if name is > specified at > org.apache.struts.taglib.html.FormTag.lookup(FormTag.ja

JspException: Must specify type attribute if name is specified

2001-02-09 Thread Neal Kaiser
I just upgraded to last nights build and get the following error: javax.servlet.jsp.JspException: Must specify type attribute if name is specified at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:669) at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:441) at /ge