Struts, J2SE 1.5 and J2EE 1.4

2007-02-28 Thread Glenn
Hi, The application is using Struts 1.2.7 with WebSphere Studio Application Developer 5.1.2 and WebSphere Application Server Express 5.1. I have been going thru some nasty problems getting the same project to run on Rational Application Developer v7.0.0.1 and WebSphere Application Server 6.1.0.5.

Struts, J2SE 1.5 and J2EE 1.4

2007-02-28 Thread Glenn
Hi, The application is using Struts 1.2.7 with WebSphere Studio Application Developer 5.1.2 and WebSphere Application Server Express 5.1. I have been going thru some nasty problems getting the same project to run on Rational Application Developer v7.0.0.1 and WebSphere Application Server 6.1.0.5.

LazyLists

2007-03-01 Thread Glenn
Hi, I have an application that I'm moving over to J2SE1.5 and J2EE 1.4. I am getting an error when executing a JSP: javax.servlet.jsp.el.ELException: Unable to find a value for "beneficiaries" in object of class "hronline.secure.personal.insurances.InsuranceForm" using operator "." If I remove t

Re: LazyLists

2007-03-02 Thread Glenn
aries(int index) { while (index >= beneficiaries.size()) { beneficiaries.add(new BeneficiaryVO()); } return (BeneficiaryVO) beneficiaries.get(index); } the page is now displayed, no error. However the application won't work since it needs the method to capture the submitted data. What is going on? Any clues? - Glenn

Re: Passing parameter through

2007-03-02 Thread Glenn
You can pass the map as a property in the link such as: Struts will build a query string with the values in the map. - maestro

RE: Newbie question

2004-05-19 Thread Glenn Wilson
this.servlet.getServletContext(); HTH, Glenn -Original Message- From: Chaikin, Yaakov Y (US SSA) [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 3:22 PM To: [EMAIL PROTECTED] Subject: Newbie question Hi, How do you get at ServletContext object inside an Action? Thanks

RE: RE [OT]: onsubmit form ERROR

2004-07-14 Thread Glenn Wilson
Also be sure you don't have another object named "submit" in your form. It's common to see . Change its name to something else. This will kill any form of document.{form}.submit(); -Original Message- From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 1:08

RE: General Solution for Form Images Stymied

2004-08-23 Thread Glenn Wilson
Michael, This seems to work for me: Cheers, Glenn -Original Message- From: Michael McGrady [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 9:23 AM To: Struts Users Mailing List Subject: General Solution for Form Images Stymied If anyone has a way of using javascript or

RE: Indexed properties working formbean->htmlform, not working ht mlform->formbean

2004-04-30 Thread Glenn, Scott
I think the id attribute on the iterate tag must match the getter on the "get row (index)" method of your form bean. For example I have:- and my form bean is:- private List rows = null; public FormRow getRows (int index) { return (RenamePD

RE: Submit with a link

2004-05-05 Thread Glenn Wilson
;. It will make the javascript choke. HTH, Glenn -Original Message- From: cacau_braga [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 10:18 AM To: user Subject: Submit with a link Hi All, I need a help. I have a page that contains many forms each form represents a record

Re: Confused

2005-06-13 Thread glenn . deschenes
when)... JBoss has a version that is already bundled with Tomcat. As for the Mac, I cannot really help. HTH, Glenn Pierre Thibault <[EMAIL PROTECTED]> 13/06/2005 12:01 AM Please respond to "Struts Users Mailing List" To user@struts.apache.org cc Subject Confused Hello

Re: reponse commited

2005-06-14 Thread glenn . deschenes
Quickly glancing at your code I believe you need to return null such as ostr.close(); return null; HTH, Glenn Karthika L V somayajula <[EMAIL PROTECTED]> 14/06/2005 10:35 AM Please respond to "Struts Users Mailing List" To user@struts.apache.org cc Subject reponse commi

Re: I18N by pages

2005-06-24 Thread Glenn Deschênes
s for the action in the struts-config.xml: In your ActionForm you can: return mapping.findForward(get the locale language from the session); HTH, Glenn On 6/24/05, Yaroslav Novytskyy <[EMAIL PROTECTED]> wrote: > Hello, all! > > I just wonder if there is an existing (tested,

Re: I18N by pages

2005-06-24 Thread Glenn Deschênes
s the HTML page must be really different to accomodate the French. In general, I always design the page in French first as for it will work out fine in English afterwards. - Glenn [Martin: très bien !] On 6/24/05, Yaroslav Novytskyy <[EMAIL PROTECTED]> wrote: > Hi! > > This is exac

Re: I18N by pages

2005-06-24 Thread Glenn Deschênes
Yaroslav, You just threw in Tiles into the mix ! Can't suggest anything haven't used it yet. Perhaps you can rephrase exactly what you'd like to do and use. - Glenn On 6/24/05, Yaroslav Novytskyy <[EMAIL PROTECTED]> wrote: > Wow! > > meanwhile I've had

Token element wrapped with a div tag

2005-07-14 Thread glenn . deschenes
Hi, Just curious as to why in the JSP the token is wrapped in a div tag? I'm using v1.2.7. Regards, Glenn

Re: Token element wrapped with a div tag

2005-07-18 Thread glenn . deschenes
This is the JSP code snippet: Here is the HTML source: Here is code in my Action class: // set the synchronization token String token = generateToken(request); httpSession.setAttribute(Globals.TRANSACTION_TOKEN_KEY, token); - Glenn Laurie Harper <[EMAIL PROTECTED]> S

Re: Token element wrapped with a div tag

2005-07-18 Thread glenn . deschenes
Thanks Niall. It did not occur to me to check the ASF Bugzilla for Struts [I will remember for the next time]. I'm not familiar with the Status... since it is not yet closed.. this means that the bug is not yet fixed in version 1.2.7 ? - Glenn "Niall Pemberton" <[EMAIL

Re: Token element wrapped with a div tag

2005-07-18 Thread glenn . deschenes
Thanks Niall for your time and patience. - Glenn "Niall Pemberton" <[EMAIL PROTECTED]> 18/07/2005 10:33 AM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject Re: Token element wrapped with a div tag Sorry, my

html:messages

2005-08-16 Thread glenn . deschenes
to come up with something. This is what I am currently using: Any ideas would be greatly appreciated ! - Glenn

- bis

2005-08-18 Thread glenn . deschenes
: Any ideas would be greatly appreciated ! - Glenn

Re: logic:lessThan problem

2005-08-19 Thread Glenn Deschênes
Hi Peter, There seems to be a typo in the closing tag. Less than 5! Should be - Glenn On 8/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi list! > > I have some problems comparing values with logic tags. I have searched the > mailing list arc

Re: - bis

2005-08-19 Thread Glenn Deschênes
Thanks so much for your reply!!! I will certainly try your suggestions out. Greatly appreciated, Glenn On 8/18/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > > Heh: even more of a hack, provided you're OK keeping with lists rather than > tables as in y

Re: messages help

2005-08-22 Thread glenn . deschenes
Did you read this ? http://www.niallp.pwp.blueyonder.co.uk/HelpTagsErrorsAndMessages.html Especially the section 4.2 Using a Custom Key. HTH, Glenn "draegoon Z" <[EMAIL PROTECTED]> 22/08/2005 02:19 PM Please respond to "Struts Users Mailing List" To struts-

Re: logout problem

2005-08-31 Thread glenn . deschenes
such as logging off the machine... or just pressing the power button. - Glenn Leon Rosenberg <[EMAIL PROTECTED]> 31/08/2005 08:17 AM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: logout problem On Wed, 2005-08-31 at 12

Re: Select Options Question

2005-09-01 Thread glenn . deschenes
you use to delimit the key and value will end up in the value and then the fun starts ! HTH, Glenn [EMAIL PROTECTED] 01/09/2005 12:07 PM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Struts Users Mailing List Subject Re: Select Optio

Re: Forwarding to the previous page

2005-09-07 Thread glenn . deschenes
he consequences of the ActionForm.validate() and errors. HTH, Glenn Tremal Naik <[EMAIL PROTECTED]> 07/09/2005 12:22 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: Forwarding to the previous page 2005/9/7, Duane Rosengart

RE: Return key pressed and default submit form

2005-03-17 Thread Glenn Wilson
t should disable the functionality (assuming that button doesn't get focus at some point): Hope that helps, Glenn -Original Message- From: Gaet [mailto:[EMAIL PROTECTED] Sent: Thursday, March 17, 2005 9:18 AM To: Struts Users Mailing List Subject: Re: Return key pressed and default submit

RE: [OT] WinCVS problem (free beer!)

2005-01-05 Thread Glenn Wilson
e the setting, though. Regards, Glenn -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 2:11 PM To: Commons User; Struts User Subject: [OT] WinCVS problem (free beer!) Ok, no free beer, I lied ;) Got your attention though! I'm just now

Re: using html:option tag

2005-09-27 Thread glenn . deschenes
The tag has an attribute value. http://struts.apache.org/userGuide/struts-html.html#select The value to compare with for marking an option selected. [RT Expr] HTH, Glenn <[EMAIL PROTECTED]> 27/09/2005 12:08 PM Please respond to "Struts Users Mailing List" To cc Subject u

validwhen not working

2007-04-15 Thread Glenn Wilson
test ((spiffFilter.endDateAsString == null) or (*this* != null)) test ((spiffFilter.startDateAsString == null) or (*this* != null)) I'm using Struts 1.3.5 with validator

Stripping Out Characters

2009-07-09 Thread Ratner Glenn A
s: "(" and ")" Is there some configuration at the struts level to declare which characters to allow or not allow? I searched but could not find any info. Thanks, Glenn The information contained in this e-mail, and any attachment, is confidential and is intended sole

RE: Stripping Out Characters (Parenthesis)

2009-07-10 Thread Ratner Glenn A
Nobody can tell me why struts removes the parenthesis characters out of string entered into a text box? We have a work around but I've got to think somebody knows what I'm doing wrong here. -Original Message- From: Ratner Glenn A Sent: Thursday, July 09, 2009 10:39 AM T