wizard form and checkboxes that won't turn off

2005-02-03 Thread Janice
Could somebody please refer me to a solution to this? I have a form bean (session-scoped) that is displayed over 3 pages. There are back and next buttons. Once a checkbox is selected and the user has moved to another page, it can't be cleared again. I have read that this is because the

Validation on length of fields destined for UTF-8 database?

2005-01-28 Thread Janice
Hi, not sure if I should be tackling this from the app side or the database side. I have a struts (1.1) application that is working against an Oracle 9i database using utf-8 as character set. Things work just lovely until somebody fills up a textbox and uses characters that will be stored in 2

returning to correct form after validating a page in a wizard form

2004-12-18 Thread Janice
to the wrong form :( What I'd really like to do is just hard-code the input from the code in my action... Is that possible? Or do I need to go back to the drawing board? Thanks for the help! Janice Here's the relevant bits (hopefully): - start snip from struts-config

RE: Need an alternative to bean:define

2004-11-04 Thread Janice
I should point out that it isn't my company that has the restrictions. My employer would quite happily move to the bleeding edge of any technology if there were any benefit to do so. In this case the client has very definite parameters we need to work within. Their servers are set up in a

RE: Need an alternative to bean:define

2004-11-03 Thread Janice
head, i haven't tried it. ATTA On Tue, 02 Nov 2004 16:16:25 -0800, Janice [EMAIL PROTECTED] wrote: My brain has stopped working. I need an alternative to bean:define. What I'm TRYING to do is iterate through a list, displaying a certain bit of code only when its different than the last

RE: Need an alternative to bean:define

2004-11-03 Thread Janice
] Sent: Wednesday, November 03, 2004 10:32 AM To: Struts Users Mailing List Subject: Re: Need an alternative to bean:define Janice - I do multiple bean:defines (with values, not with name/property attributes) in some of my jsps, and never have problems, and am therefore assuming that the name

RE: Need an alternative to bean:define

2004-11-03 Thread Janice
).getClientName()); % It works, I was just hoping for a nicer solution. Thanks for everyone's input! -Original Message- From: Joe Hertz [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 1:52 PM To: 'Struts Users Mailing List' Subject: RE: Need an alternative to bean:define Janice

Need an alternative to bean:define

2004-11-02 Thread Janice
My brain has stopped working. I need an alternative to bean:define. What I'm TRYING to do is iterate through a list, displaying a certain bit of code only when its different than the last iteration (grouping). Here's a snip: bean:define id=lastClientName value= /

trying to implement 2 resource bundles and getting odd errors

2004-09-21 Thread Janice
to go with one file again, but I'd like to solve this first! Oh, I'm using struts 1.1. Thanks in advance! Janice - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

need help securing my login page

2004-09-20 Thread Janice
I need to secure my login page only, just to prevent the username/password from being picked up. What is the quickest and dirtiest way to do this? I was thinking of something along the line of checking in my login.jsp for request.isSecure() and then response.redirect()ing to https, but my

RE: flaky error: Error - tag.getAsString : component context is not defined

2004-04-21 Thread Janice
'open in new browser'. So.. Not a struts issue at all. Cheers, Janice - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

link to 1.1 api?

2004-04-07 Thread Janice
Hello, Is the api for 1.1 available anywhere other than in the source? I can find 1.2 dev and 1.0, but not 1.1. Thanks, Janice