Re: and

2004-09-28 Thread Terry Roe
Oops, forgot the closing quotation mark... http://www.google.com";> Google TR Terry Roe wrote: Caroline, You should be able to use the href attribute of html:link, like this: http://www.google.com> Google This will render the href unchanged. TR Caroline Jen wrote: I am working o

Re: and

2004-09-28 Thread Terry Roe
Caroline, You should be able to use the href attribute of html:link, like this: http://www.google.com> Google This will render the href unchanged. TR Caroline Jen wrote: I am working on one of my Struts JSPs. I am trying to put a link (not a link to invoke an action); something equivalent to: h

Re: Path .frame.content Does Not Start With a "/" Character

2004-09-22 Thread Terry Roe
David, Someone had better tell my application then, because it is using lots of tiles for the input parameter. ;) I do recall getting the error described by Caroline some time ago, but darned if I can remember how I resolved it. (Too much water under the bridge. Or, too much beer on the brai

Re: Validation for Two Levels of Indexed Properties

2004-09-16 Thread Terry Roe
ive searchers.) Maybe Arron Bates (nested tags master) will one day find the inspiration to write code to support nested validations, or maybe you will! But for now, you'll probably have to make do with what you have running already. Hubert On Tue, 14 Sep 2004 12:54:59 -0600, Terry Roe <[EM

Re: [ANNOUNCE] Struts 1.2.4 Test Build Available

2004-09-15 Thread Terry Roe
. I understand that documentation and providing "meta" information about the project is not high on the developers' lists. That's cool. I'm on a quest to perhaps help out in that area. I'm getting good information from you, and others, on how to do that. TR

Re: [ANNOUNCE] Struts 1.2.4 Test Build Available

2004-09-15 Thread Terry Roe
hings either through suggestions, or through actual submissions to the project. Where should I suggest improvements to the website and/or information contained, therein? Perhaps the dev mailing list is where I need to go next. TR Matt Bathje wrote: Wendy Smoak wrote: From: "Terry Roe" <

Re: Mail Archive Access

2004-09-15 Thread Terry Roe
Josh, Great suggestion! Thank you. TR Bryce Fischer wrote: Josh Holtzman wrote: Can someone please provide me with the location of a mirror of the mailing list archive? I personally use gmane.org - To unsubscribe, e-mail: [EMAIL

Re: [ANNOUNCE] Struts 1.2.4 Test Build Available

2004-09-15 Thread Terry Roe
Martin, et al, I have a few questions about announcements and the "current" version of Struts. First, is [EMAIL PROTECTED] defunct? (There are only two entries in it and neither is very recent.) Your message below states that 1.2.2 has been withdrawn. I see no evidence of this on the Struts

Re: Displaying Validator messages.

2004-09-14 Thread Terry Roe
Mark, Here's what I do to achieve just what you are talking about: I have a property in my ApplicationResources.properties file for "errors.present" and I display this message at the top of the page when there are errors. I use the logic tag to determine if there are errors present.

Re: Off Topic Post Air Time vs. Struts Answers

2004-09-14 Thread Terry Roe
on happens to be one of them...but if somebody beats me to it I won't complain :) I think corporations aren't going to be able to benefit from open source, or even consider it "legitimate" until they understand that by USING open source, they BECOME "part of the open sourc

Re: Off Topic Post Air Time vs. Struts Answers

2004-09-14 Thread Terry Roe
to complete it as quickly and efficiently as possible. Feedback and input from this particular crowd should spur the open source community to continuously improve their wares and methods. TR Michael McGrady wrote: Terry Roe wrote: Geeta, I, too, am disappointed that none of the mailing list searches

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Terry Roe
around was to re-work the class so it wasn't necessary. The user interface for that area became a little bit "clunkier" but it was the quickest thing to do at the time. Matt Terry Roe wrote: Matt, Thank you for your comments. Could you point me to where you posted your workaround f

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Terry Roe
the past I either worked around it (nested validation) Or said "oh well, we'll deal with it later" (indexed js validation) Matt Terry Roe wrote: Jonathan, Yes, I would be very interested in learning more about number one on the list (handle nested indexed lists). I'd also

Re: Off Topic Post Air Time vs. Struts Answers

2004-09-14 Thread Terry Roe
Geeta, I, too, am disappointed that none of the mailing list searches for The Apache Software Foundation appear to work. Given the fact that one "should not" post a question until one has attempted a thorough search for an answer, it seems utterly ridiculous that you can't do a search through

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Terry Roe
ay find the inspiration to write code to support nested validations, or maybe you will! But for now, you'll probably have to make do with what you have running already. Hubert On Tue, 14 Sep 2004 12:54:59 -0600, Terry Roe <[EMAIL PROTECTED]> wrote: Hubert, Thank you for your response.

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Terry Roe
r development project has been put on hold, so the modifications don't have a lot of mileage on them. I don't know if she can post here, because she's not on the list, so let me know if you want to find out more. Jonathan Moran [EMAIL PROTECTED] Terry Roe <[EMAIL PROTECTED

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Terry Roe
a DynaActionForm extension). Hubert On Tue, 14 Sep 2004 11:28:51 -0600, Terry Roe <[EMAIL PROTECTED]> wrote: Greetings, I find it interesting that most of the recent activity on this mailing list has to do with items such as .NET, AOP, Flash, Crystal Reports, and even Notepad! I don't mind t

Off Topic Post Air Time vs. Struts Answers

2004-09-14 Thread Terry Roe
me help and have received no response. Could someone please tell me where to go (and, yes, you may say GTH if that is the correct answer) to find answers to questions on Struts functionality and usage? Thanks, TR Terry Roe wrote: Re: Validation for Two Levels of Indexed Properties Can Struts

Re: [CURIOUS-OT] 44 bytes in notepad txt file

2004-09-14 Thread Terry Roe
Henrique, I saved the file as Unicode from Notepad and it restored the text just fine when I reopened it in Notepad. TR Henrique VIECILI wrote: Hi guys, today i was creating a single file with a single property on it and got this strange behavior: 1. Opened notepad.exe 2. Wrote this line: html.s

Re: Validation for Two Levels of Indexed Properties

2004-09-13 Thread Terry Roe
u meant the validations such as (required,intRange) but looking at it, I think I may be wrong and it means something else. A better definition of what phaseList and procedureList are, and how they relate to each other should help clear it up I think. Matt Terry Roe wrote: Can Struts validat

Validation for Two Levels of Indexed Properties

2004-09-11 Thread Terry Roe
Can Struts validate more than one level of indexed properties? First level works great. Love it. I've tried the following (phaseList and procedureList are two indexed properties) to get more than one level to work without success: Is multi-level, indexed property validation supported

Re: JavaScript Validation of Indexed Properties

2004-09-11 Thread Terry Roe
tName())) { continue; } If you're interested in working on a patch, that looks like the place to start. Niall - Original Message - From: "Terry Roe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 11, 2004 2:58 AM Subject: JavaScript Vali

JavaScript Validation of Indexed Properties

2004-09-10 Thread Terry Roe
I guess my last post was too lengthy for anyone to read and respond to. Trying again... Does Struts JavaScript validation work with indexed properties? If so, a pointer to an example would be appreciated. If not, confirmation that it's not supported would be appreciated. TR

indexedListProperty and JavaScript Validation

2004-09-10 Thread Terry Roe
Greetings, I have searched and searched for information about using JavaScript with the indexedListProperty of the Validator. I've seen many people asking about this problem, but no clear solutions or definitive answers as to whether this is supported in Struts. I am using Struts 1.2.2, so I h

Re: Resources not defined for Validator

2004-09-10 Thread Terry Roe
Shawn, The JavaScript function should be "validateUserForm(this);" in your onsubmit. You need to name the function using the name of the form. You can also take a look at the HTML source that is generated and you will see the name of the JavaScript function that is generated by Struts. TR emai