RE: ActionErrors

2004-09-16 Thread Leung, Albert
which means html:errors is not? -Original Message- From: Pavel Kolesnikov [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 12:15 PM To: Struts Users Mailing List Subject: Re: ActionErrors On Thu, 16 Sep 2004 11:58:17 -0400, Leung, Albert <[EMAIL PROTECTED]> wrote:

ActionErrors

2004-09-16 Thread Leung, Albert
Does anybody know what to do with ActionErrors now that it is deprecated? I want to be able to list the errors in the same as way with the html:errors tag. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

RE: form validation (How to setup commons-logging to debug)

2004-09-01 Thread Leung, Albert
lidation (How to setup commons-logging to debug) > > > > > -Original Message- > > From: Leung, Albert [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 01, 2004 2:27 PM > > To: Struts Users Mailing List > > Subject: RE: form validation (How to setup commons-loggi

RE: form validation (How to setup commons-logging to debug)

2004-09-01 Thread Leung, Albert
Others might want the > reverse: A > package might have 10 classes in it, you could want logging > turned on for 8 > of them, so you turn logging on for the package but off for > the two classes > you aren't interested in seeing display logging information. > > Regar

RE: form validation (How to setup commons-logging to debug)

2004-09-01 Thread Leung, Albert
lasses you aren't interested in seeing display logging information. Regards, David P.S. I guess it's now "Hey Jim, [STRUTS] Tag, you're it!" -Original Message- From: Leung, Albert [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 5:03 PM To: Struts Users Mai

RE: form validation (How to setup commons-logging to debug)

2004-09-01 Thread Leung, Albert
- > From: Leung, Albert [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 01, 2004 2:03 PM > To: Struts Users Mailing List > Subject: RE: form validation (How to setup commons-logging to debug) > > > I'm sorry. I've check the documentation at the Jakarta site >

RE: form validation (How to setup commons-logging to debug)

2004-09-01 Thread Leung, Albert
e "debug" should show up in your log file. I hope this helps. Regards, David -Original Message- From: Leung, Albert [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 3:41 PM To: Struts Users Mailing List Subject: RE: form validation David, I've checked everyt

RE: form validation

2004-09-01 Thread Leung, Albert
e forward was "intup" and I meant "input". Have you checked the code in your action? Have you turned on the logging features or commons logging for further details even up to the debug level? Regards, David -Original Message- From: Leung, Albert [mailto:[EMAIL PROTECTED]

RE: form validation

2004-09-01 Thread Leung, Albert
Yes they are exactly the same. So 1, 2, and 3 are ok. > > > > > For some reason I can't get form validation to work for a particular > > project. If I take the same ValidatorForm, use the same > > validation entry in > > formset, and update the struts-config to use the same form > > bean and ac

RE: form validation

2004-09-01 Thread Leung, Albert
: form validation Leung, Albert wrote: > For some reason I can't get form validation to work for a particular > project. If I take the same ValidatorForm, use the same validation entry in > formset, and update the struts-config to use the same form bean and action > it works fine i

RE: form validation

2004-09-01 Thread Leung, Albert
; Regards, > David -----Original Message- From: Leung, Albert [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 3:13 PM To: Struts Users Mailing List Subject: RE: form validation > > For some reason I can't get form validation to work for a particular > project. I

RE: form validation

2004-09-01 Thread Leung, Albert
> > For some reason I can't get form validation to work for a particular > project. If I take the same ValidatorForm, use the same > validation entry in > formset, and update the struts-config to use the same form > bean and action > it works fine in another project. The project that has > pro

form validation

2004-09-01 Thread Leung, Albert
For some reason I can't get form validation to work for a particular project. If I take the same ValidatorForm, use the same validation entry in formset, and update the struts-config to use the same form bean and action it works fine in another project. The project that has problems just gives me a

RE: tiles and ActionForwards

2004-08-31 Thread Leung, Albert
You're right. Thanks. I'll give that a try. > > > > That makes sense, but how would I do that? These parameters > are not part of > a form. request.setAttribute( "page", page); Forms have nothing to do with putting things into request, session or application scope. > > > > > I would like

RE: tiles and ActionForwards

2004-08-31 Thread Leung, Albert
That makes sense, but how would I do that? These parameters are not part of a form. > > I would like to use a tile definition in an action forward > with request > parameters. I have an Action that takes a forward mapped in the Action > definition and supplies it with parameters by appending i

tiles and ActionForwards

2004-08-31 Thread Leung, Albert
I would like to use a tile definition in an action forward with request parameters. I have an Action that takes a forward mapped in the Action definition and supplies it with parameters by appending it to the path and then creating a new ActionForward with the supplied parameters. I can't use somet