RE: User Delegation with struts

2005-03-10 Thread Betty Koon
sourceforge.net Unfortunately, it's got a bit of a learning curve - but most good open-source software does. ;-) Matt On Mar 10, 2005, at 10:49 AM, Betty Koon wrote: >> Hi all, >> >> Anyone has any good strategy or pointers for doing >> user/role delegation with

User Delegation with struts

2005-03-10 Thread Betty Koon
> Hi all, > > Anyone has any good strategy or pointers for doing > user/role delegation with struts. We are not using > J2EE container authentication. We will have our own > role model. I will like more fine grain control on > turning on and off visual elements with different > role > informati

RE: argument to struts config forward mapping

2005-02-11 Thread Betty Koon
ccess")); forward.setPath(forward.getPath() + URLEncoder.encode(simpleForm.getId(), "UTF-8")); return forward; Hubert On Fri, 11 Feb 2005 14:33:21 -0800, Betty Koon <[EMAIL PROTECTED]> wrote: > Hubert, > > Thanks for your help. But I am running into this exception, anything

RE: argument to struts config forward mapping

2005-02-11 Thread Betty Koon
irect(mapping.findForward("doRedirect")); redirect.addParameter("param1","value1"); redirect.addParameter("param2",2); redirect.addParameter("param3",3.0); return redirect; Hubert On Fri, 11 Feb 2005 14:15:59 -0800, Betty Koo

RE: argument to struts config forward mapping

2005-02-11 Thread Betty Koon
re.) Hubert On Fri, 11 Feb 2005 13:58:28 -0800, Betty Koon <[EMAIL PROTECTED]> wrote: > Does 1.2.4 support the following? > > > redirect="true" /> > > > How would pass the argument in Action? Thanks. > > -Betty > > --

RE: argument to struts config forward mapping

2005-02-11 Thread Betty Koon
Hi Eric, I am a little confused. I have been using this for a while. But with another fw layer on top which allows passing up to 4 args. Are you telling me that struts never support this syntax in struts config since 1.1? Where would I put parameter="dispatch"? -Betty -Original Message-

argument to struts config forward mapping

2005-02-11 Thread Betty Koon
Does 1.2.4 support the following? How would pass the argument in Action? Thanks. -Betty

UTF8 encoding for weblogic

2005-01-20 Thread Betty Koon
Sorry that I have to post this question here but I figure a lot of struts developers may be using weblogic 8.1 (SP4 or SP3). I am running into a problem where higher ASCII character or multi-bytes characters are not encoded correctly in url passing within weblogic. I already have a filter set up

RE: ValidWhen validation

2005-01-06 Thread Betty Koon
ld is null. -Betty -Original Message- From: Matt Bathje [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 2:30 PM To: Struts Users Mailing List Subject: Re: ValidWhen validation Betty Koon wrote: > It's Server side. > > -Betty > > -Original Message---

RE: ValidWhen validation

2005-01-06 Thread Betty Koon
a textbox. -Betty -Original Message- From: Matt Bathje [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 2:30 PM To: Struts Users Mailing List Subject: Re: ValidWhen validation Betty Koon wrote: > It's Server side. > > -Betty > > -Original Message---

RE: ValidWhen validation

2005-01-06 Thread Betty Koon
It's Server side. -Betty -Original Message- From: Matt Bathje [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 2:15 PM To: Struts Users Mailing List Subject: Re: ValidWhen validation Betty Koon wrote: > My question is even if I type 123 in the field, it still c

RE: ValidWhen validation

2005-01-06 Thread Betty Koon
: ValidWhen validation Betty Koon wrote: > Matt, > > I have also tried to match a different mask like ^123$ for a test. > And it always complains about the field is required. Any idea? > It is the same basic problem, you are saying now that the field is required and that it must be

RE: ValidWhen validation

2005-01-06 Thread Betty Koon
: Re: ValidWhen validation Betty Koon wrote: > That's originally what I have (without mask), the non-whitespace check > is not performed by validwhen. I wasn't sure if I can use validwhen > together with mask. I was able to use validwhen in conjunction with > email validat

RE: ValidWhen validation

2005-01-06 Thread Betty Koon
je [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 1:15 PM To: Struts Users Mailing List Subject: Re: ValidWhen validation Betty Koon wrote: > Hi all, > > I am trying to do the form field A and B. > > Here is the example: > > Field A will be required and should con

ValidWhen validation

2005-01-06 Thread Betty Koon
Hi all, I am trying to do the form field A and B. Here is the example: Field A will be required and should contain a non-whitespace string if B is true. Here is the rule segement I defined in the validation.xml. I can't get it work correctly. Can someone tell me what I am doing it wrong. Tha

RE: Validator exception

2004-09-09 Thread Betty Koon
lidator-rules.xml - the method signature changed with ActionMessages replacing ActionErrors Niall - Original Message - From: "Betty Koon" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, September 09, 20

Validator exception

2004-09-08 Thread Betty Koon
Hi All, I am getting the following exception from validator by doing a simple check on required field (using struts 1.2.3). I have no clue why this is happening and the stack trace didn't give me any useful info. Please help. Thanks. -Betty 18:28:50,864 ERROR [ValidatorForm] org.apache.struts

RE: validation error (struts 1.2.3)

2004-09-02 Thread Betty Koon
-Original Message- From: Betty Koon [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 2:37 PM To: [EMAIL PROTECTED] Subject: validation error (struts 1.2.3) Anyone has idea on this error? I upgraded to 1.2.3 just now from 1.2.1 -Betty

RE: 1.21

2004-07-27 Thread Betty Koon
: 1.21 On Tue, 27 Jul 2004 11:46:57 -0700, Betty Koon <[EMAIL PROTECTED]> wrote: > Hi, > > I have a quick question, is this 1.2.1 version a released build or > this is still a nighlty build? Thanks. > 1.2.1 was voted to be of "beta" quality. Some known bugs have

RE: 1.21

2004-07-27 Thread Betty Koon
Hi, I have a quick question, is this 1.2.1 version a released build or this is still a nighlty build? Thanks. -Betty -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Vic Cekvenich Sent: Friday, July 23, 2004 3:40 PM To: [EMAIL PROTECTED] Subject: 1.21 Is anyone usin

RE: Html:messages tag (Resolved)

2004-06-16 Thread Betty Koon
The following errors have occured: Msg= Niall - Original Message - From: "Betty Koon" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, June 17, 2004 1:33 AM Subje

RE: Html:messages tag (Resolved)

2004-06-16 Thread Betty Koon
I didn't know I have to do the following: Msg= -Betty -Original Message- From: Betty Koon [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 5:31 PM To: 'Struts Users Mailing List' Subject: RE: Html:messages tag I did, it doesn't help. Nothing ge

RE: Html:messages tag

2004-06-16 Thread Betty Koon
om the messages tag to see if the message you're wanting to print out exists in the collection at all ? Hope this helps! Chris - Original Message ----- From: "Betty Koon" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sen

Html:messages tag

2004-06-16 Thread Betty Koon
Hi All, I seem not to be able to get html:message print out the message I set up in the action at all. I have looked at the request attribute, it does contain the ActionMessages and I was able to retrieve the message for a particular property in my JSP, but the tag just doesn't work. Here is the

RE: [ANNOUNCE] Struts 1.2.0 Test Build available

2004-05-10 Thread Betty Koon
Hi there, Is there any news on when the offical 1.2.0 struts will be released or has it reached Alpha yet? Thanks. -Betty -Original Message- From: nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 12:34 AM To: Struts Users Mailing List Subject: Re: [ANNOUNCE] St