RE: Need help, by using select tag correctly

2002-05-01 Thread Hogan, John
The PlaningPeriodHelper class needs to be an attribute of your ActionForm class. The jsp then uses this form bean. -Original Message- From: Björn Blum [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 7:21 AM To: Struts Users Mailing List Subject: Need help, by using select tag

RE: Need help, by using select tag correctly

2002-05-01 Thread Hogan, John
Do you have an appropriate form class declaration and an associated action class mapping in your struts-config.xml? -Original Message- From: Björn Blum [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 8:23 AM To: Struts Users Mailing List Subject: Re: Need help, by using select

munged mapping

2002-04-01 Thread Hogan, John
All, We have a site that supports http and https. We also have a mapping uri setup as /administration/cpw that's not functioning when https is being used. The error message is shown below. Can anyone tell me why the base portions of the entire url are getting used when struts is attempting to

multi form pages

2001-09-26 Thread Hogan, John
There's been quite a bit of discussion on the list about multi-page forms, but nothing on multi-form pages. Does anyone know if a single jsp can contain more than one form sectionthat reference different ActionForm objects? TIA. JohnH

RE: java report article says bye-bye struts

2001-06-19 Thread Hogan, John
wasn't it nicer under that rock? -Original Message- From: Bill G [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 5:04 PM To: [EMAIL PROTECTED] Subject: RE: java report article says bye-bye struts Hi Craig, Although excellent in dealing with Web-based applications, Struts is not

RE: [EJB] java report article says bye-bye struts

2001-06-19 Thread Hogan, John
Bob, As you mentioned, ActionForms don't always match your VOs 1 to 1. In those cases, the ActionForm classes would just contain the necessary VOs or collections of VOs as required. JohnH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19,

RE: java report article says bye-bye struts

2001-06-19 Thread Hogan, John
]] Sent: Tuesday, June 19, 2001 3:19 PM To: [EMAIL PROTECTED] Subject: RE: java report article says bye-bye struts what are you talking about, do you have anything of value to add? -Original Message- From: Hogan, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 6:09 AM To: '[EMAIL

RE: Multiple security constraints

2001-06-18 Thread Hogan, John
If a roleA needs priviledge to another roleB,add the roleA name as a member of the roleB group in the weblogic admin console. JohnH -Original Message-From: Geddes, Mark (ANTS) [mailto:[EMAIL PROTECTED]]Sent: Monday, June 18, 2001 12:25 PMTo: Struts-User@Jakarta. Apache. Org

RE: ActionForm/Action with edit mode

2001-06-08 Thread Hogan, John
Joe, Ted, Your proposed solutions worked well. Thanks. JohnH -Original Message- From: Joe Kepley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 5:50 PM To: [EMAIL PROTECTED] Subject: RE: ActionForm/Action with edit mode I solved this one by creating an action that looked

RE: Philosophical question(s) related to STRUTS

2001-05-10 Thread Hogan, John
In response to number 2 Java serverside professional developers can choose to wait until Sun provides some kind of blessing, or they can think for themselves. This might save some people from reinventing the struts wheel all over again. Struts-like functionality must be provided one way or

RE: Potential Security Flaw in Struts MVC

2001-05-07 Thread Hogan, John
Wouldn't this not be a concern because the user would never be in the session on the target server? -Original Message-From: Jeff Trent [mailto:[EMAIL PROTECTED]]Sent: Monday, May 07, 2001 11:37 AMTo: [EMAIL PROTECTED]Subject: Potential Security Flaw in Struts MVC I may be