RE: java.lang.NullPointerException struts form is null

2004-03-01 Thread Daniel Kalcevich
can i unsubscribe from this mailig list thanks a lot - Original Message - From: "Daniel Kalcevich" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, March 01, 2004 5:40 PM Subject: RE: java.lang.NullPointerException struts

RE: java.lang.NullPointerException struts form is null

2004-03-01 Thread Daniel Kalcevich
Try changing the "name" attribute in your config file to be "TeacherAddForm" instead of "teacherAddForm". HTH. Daniel -Original Message- From: as as [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 8:29 AM To: [EMAIL PROTECTED] Subject: java.lang.NullPointerException struts for

RE: perform vs execute

2004-02-13 Thread Daniel Kalcevich
The only lift you get by using the execute() is better exception handling (i.e. Global Exceptions). Other than that, it is the same as perform(). Daniel -Original Message- From: srinivasan krishnamurthy [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 2:51 PM To: [EMAIL PROTE

RE: NEWBIE: difficulties getting simple no bean page working...

2004-02-12 Thread Daniel Kalcevich
working... Daniel Kalcevich wrote: > If you do not want to use a FormBean and your action solely calls a > success page, maybe you could use the Forward Action build into Struts. > Then it would do a forward directly to the JSP page. > Daniel, Thanks. So I edited my struts-config.x

RE: multiple struts-config files

2004-02-12 Thread Daniel Kalcevich
The advantage (from what I have read and seen) is geared more towards team development. Having multiple struts configuration files allows you to modularize the areas of your app, so that people aren't stepping on each others toes with new changes. Another advantage of multiple config files is to

RE: NEWBIE: difficulties getting simple no bean page working...

2004-02-12 Thread Daniel Kalcevich
If you do not want to use a FormBean and your action solely calls a success page, maybe you could use the Forward Action build into Struts. Then it would do a forward directly to the JSP page. Daniel Kalcevich SCJP Software Development Analyst I Mercury Insurance Group - IT, Web Agency Systems