RE: Cactus testing for StrutsTestCase

2005-05-28 Thread Hyrum
. Hyrum --- Begin Message --- Hyrum wrote: >I am trying to use the Ant 'cactus' optional task in my build.xml. This >fails because Eclipse must have the optional task set in the preferences, >but I can't figure out how to do this. > If I have understood your issue corr

RE: Cactus testing for StrutsTestCase

2005-05-28 Thread Hyrum
. Hyrum --- Begin Message --- Hyrum wrote: >I am trying to use the Ant 'cactus' optional task in my build.xml. This >fails because Eclipse must have the optional task set in the preferences, >but I can't figure out how to do this. > If I have understood your issue corr

Cactus testing for StrutsTestCase

2005-05-28 Thread Hyrum
I'm trying to do some in-container testing of my Actions using CactusStrutsTestCase. I realize this may be a bit off topic, since it deals with Ant, the Eclipse IDE, JUnit, and Struts, but I'm hoping there is a Struts user who has experience something like this and can point me in the right direct

Cactus testing for StrutsTestCase

2005-05-28 Thread Hyrum
I'm trying to do some in-container testing of my Actions using CactusStrutsTestCase. I realize this may be a bit off topic, since it deals with Ant, the Eclipse IDE, JUnit, and Struts, but I'm hoping there is a Struts user who has experience something like this and can point me in the right direct

checkbox problem

2005-03-19 Thread Hyrum
ms? I'd like some opinions on which course I should take. Thanks. Hyrum Ward Software Developer T&R Tax Services - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

checkbox problem

2005-03-19 Thread Hyrum
ms? I'd like some opinions on which course I should take. Thanks. Hyrum Ward Software Developer T&R Tax Services - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: ActionForm problem

2005-03-18 Thread Hyrum
isSsnOnFile which will work fine for booleans, but when you change to String it needs to find getSsnOnFile. My guess is maybe you changed the type but didn't change the syntax of the getter? Hyrum wrote the following on 3/18/2005 10:14 AM: > I would still like to know what the root problem is h

RE: ActionForm problem

2005-03-18 Thread Hyrum
isSsnOnFile which will work fine for booleans, but when you change to String it needs to find getSsnOnFile. My guess is maybe you changed the type but didn't change the syntax of the getter? Hyrum wrote the following on 3/18/2005 10:14 AM: > I would still like to know what the root problem is h

RE: ActionForm problem

2005-03-18 Thread Hyrum
input, y'all. It is all helpful to a guy who is still pretty new at this stuff. Hyrum -Original Message- From: Jeff Beal [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 8:54 AM To: Struts Users Mailing List Subject: Re: ActionForm problem Did you change the types on both the gett

RE: ActionForm problem

2005-03-18 Thread Hyrum
input, y'all. It is all helpful to a guy who is still pretty new at this stuff. Hyrum -Original Message- From: Jeff Beal [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 8:54 AM To: Struts Users Mailing List Subject: Re: ActionForm problem Did you change the types on both the gett

RE: ActionForm problem

2005-03-18 Thread Hyrum
I would still like to know what the root problem is here, the tag thing aside. Why can't the ValidatorActionForm see my value "ssnOnFile" when I change the type from boolean to String?? Just for future reference, anyone have any ideas?? -Original Message----- From: Hyrum

RE: ActionForm problem

2005-03-18 Thread Hyrum
I would still like to know what the root problem is here, the tag thing aside. Why can't the ValidatorActionForm see my value "ssnOnFile" when I change the type from boolean to String?? Just for future reference, anyone have any ideas?? -Original Message----- From: Hyrum

RE: ActionForm problem

2005-03-17 Thread Hyrum
So, if not using Yes, I'm an Idiot No, I'm not an Idiot Is WAY uglier than ${bean.isIdiot ? "Yes, I'm an Idiot" : "No, I'm not an Idiot"} even if the ugly way is safer. But that's just personal preference.

RE: ActionForm problem

2005-03-17 Thread Hyrum
So, if not using Yes, I'm an Idiot No, I'm not an Idiot Is WAY uglier than ${bean.isIdiot ? "Yes, I'm an Idiot" : "No, I'm not an Idiot"} even if the ugly way is safer. But that's just personal preference.

RE: ActionForm problem

2005-03-17 Thread Hyrum
t;", "lt", "==", "eq", "<=", "le", ">=", "ge", "!=", "ne", "[", "+", "-", "*", "/", "div", "%", "mod", "and

RE: ActionForm problem

2005-03-17 Thread Hyrum
t;", "lt", "==", "eq", "<=", "le", ">=", "ge", "!=", "ne", "[", "+", "-", "*", "/", "div", "%", "mod", "and

ActionForm problem

2005-03-17 Thread Hyrum
ull) I haven't changed the name of the property, just the type. Does anyone know what is causing this error? Any help would be much appreciated. Thanx. Hyrum Ward Software Developer T&R Tax Services

ActionForm problem

2005-03-17 Thread Hyrum
ull) I haven't changed the name of the property, just the type. Does anyone know what is causing this error? Any help would be much appreciated. Thanx. Hyrum Ward Software Developer T&R Tax Services

Disable Backspace Key using Firefox

2005-03-08 Thread Hyrum
27;ve done it, but either the directions are not available (404), or they apply to IE or NN. Does anyone have any ideas on this? Hyrum Ward Software Developer T&R Tax Services

Disable Backspace Key using Firefox

2005-03-08 Thread Hyrum
27;ve done it, but either the directions are not available (404), or they apply to IE or NN. Does anyone have any ideas on this? Hyrum Ward Software Developer T&R Tax Services

FW: Using a CSS file

2005-03-07 Thread Hyrum
Thank you, James. Your solution works, and was easiest to implement. I really appreciate everyone's attention to my little problem. Hope I can return the favor sometime. Hyrum -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Saturday, March 05, 2005 9:57

FW: Using a CSS file

2005-03-07 Thread Hyrum
Thank you, James. Your solution works, and was easiest to implement. I really appreciate everyone's attention to my little problem. Hope I can return the favor sometime. Hyrum -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Saturday, March 05, 2005 9:57

Using a CSS file

2005-03-04 Thread Hyrum
I can't get my struts application to recognize my Style Sheet. Here is the link I am using: My filename.css is simple: a.menu { font-size: 115%; text-decoration: none; color: Brown } I'm trying to use the css to create a style for some menu links. It works if I use t

Using a CSS file

2005-03-04 Thread Hyrum
I can't get my struts application to recognize my Style Sheet. Here is the link I am using: My filename.css is simple: a.menu { font-size: 115%; text-decoration: none; color: Brown } I'm trying to use the css to create a style for some menu links. It works if I use t