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 To: 'Struts

Stripping Out Characters

2009-07-09 Thread Ratner Glenn A
: ( 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 solely for the use of the intended recipient

validwhen not working

2007-04-15 Thread Glenn Wilson
key=spiffs.prompt.endDate position=0/ var var-nametest/var-name var-value((spiffFilter.startDateAsString == null) or (*this* != null))/var-value /var /field /form I'm using Struts 1.3.5 with validator 1.3.0 on a Tomcat 5.5 instance. Any help would be appreciated. -Glenn

Re: LazyLists

2007-03-02 Thread Glenn
()) { 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 html:link

2007-03-02 Thread Glenn
You can pass the map as a property in the link such as: html:link action=/dispatch.do name=nameOfYourFormBean property=map of key/values pairs Struts will build a query string with the values in the map. - maestro

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 the

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

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

Re: using html:option tag

2005-09-27 Thread glenn . deschenes
The html:select 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 user@struts.apache.org

Re: Forwarding to the previous page

2005-09-07 Thread glenn . deschenes
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 user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: Forwarding to the previous page 2005/9/7, Duane

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 user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Struts Users Mailing List user

Re: logout problem

2005-08-31 Thread glenn . deschenes
can never catch all instances where a logout will occur, 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 user@struts.apache.org To Struts Users Mailing List user

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 user@struts.apache.org To struts-user

Re: logic:lessThan problem

2005-08-19 Thread Glenn Deschênes
Hi Peter, There seems to be a typo in the closing tag. logic:lessThan name=projectListSize value=5 Less than 5! /logicLessThan Should be /logic:lessThan - Glenn On 8/19/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi list! I have some problems comparing values

Re: html-el:messages - 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 your original example: logic:messagesPresent

html-el:messages - bis

2005-08-18 Thread glenn . deschenes
=informationalMessage html-el:messages id=message message=true bean: write name=message filter=false/br /html-el:messages /td td/td /tr tr td colspan=6 height=5/td /tr /logic:messagesPresent Any ideas would be greatly appreciated ! - Glenn

html:messages

2005-08-16 Thread glenn . deschenes
tr td colspan=6 height=5/td /tr /logic:messagesPresent Any ideas would be greatly appreciated ! - Glenn

Re: Token element wrapped with a div tag

2005-07-18 Thread glenn . deschenes
Action class: // set the synchronization token String token = generateToken(request); httpSession.setAttribute(Globals.TRANSACTION_TOKEN_KEY, token); - Glenn Laurie Harper [EMAIL PROTECTED] Sent by: news [EMAIL PROTECTED] 14/07/2005 06:29 PM Please respond to Struts Users Mailing List user

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 PROTECTED] 18/07/2005

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 user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: Token element wrapped with a div tag Sorry, my

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? divinput type=hidden name=org.apache.struts.taglib.html.TOKEN value=383952ea7a0093448e02f3f0d635865b/div I'm using v1.2.7. Regards, Glenn

Re: I18N by pages

2005-06-24 Thread Glenn Deschênes
in the struts-config.xml: forward name=en path=/WEB-INF/page_en.jsp /forward forward name=fr path=/WEB-INF/page_fr.jsp /forward 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

Re: I18N by pages

2005-06-24 Thread Glenn Deschênes
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 exactli what I'd like to avoid and use

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 the same idea. Posted simultaniosly

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 user@struts.apache.org To user@struts.apache.org cc Subject reponse

Re: Confused

2005-06-13 Thread glenn . deschenes
)... 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 user@struts.apache.org To user@struts.apache.org cc Subject Confused Hello

RE: Return key pressed and default submit form

2005-03-17 Thread Glenn Wilson
the functionality (assuming that button doesn't get focus at some point): input type=button value=Submit Me onClick=this.form.submit(); 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

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

2005-01-05 Thread Glenn Wilson
. 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 trying to use CVS

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 input type=submit name=submit Change its name to something else. This will kill any form of document.{form}.submit(); -Original Message- From: Barnett, Brian W. [mailto:[EMAIL PROTECTED]

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: 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:- logic:iterate id=rows name=RCF property=rows indexId=counter and my form bean is:- private List rows = null; public FormRow getRows (int