DynaActionForm population

2002-12-16 Thread Pete Gieser
I am having a problem with the following design. In my jsp, i'm using the html:submit tag with property=action, but I find that when I want to cancel, I can't prevent the RequestProcessor from trying to copy the request form values into a new DynaActionForm. The problem is that when cancelling,

Search list

2002-12-16 Thread Pete Gieser
I may have missed this, but why is searching on the user list not working? Pete -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Error handling (ServletException)

2002-12-15 Thread Pete Gieser
Is there something special I have to do to handle a ServletException? No matter what I try, the stack trace always seems to be sent to the standard Tomcat error page. I've tried configuring global-exceptions in struts-config, but that doesn't seem to work. What's the secret?

RE: Strutstest with tiles - verifyForward behavior

2002-11-21 Thread Pete Gieser
PROTECTED] Subject: Re: Strutstest with tiles - verifyForward behavior Pete, I'm seeing the same behavior... plus more weirdness. I'm using the latest CVS snapshot; I guess strutstestcase is not ready for testing those kind of Struts applications yet. tom Pete Gieser wrote

RE: Strutstest with tiles - verifyForward behavior

2002-11-18 Thread Pete Gieser
/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two strong oxen or 1024 chickens? - Seymour Cray (1925-1996), father of supercomputing -Original Message- From: Pete Gieser [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: Commons-logging and JDK 1.4 Logger

2002-11-18 Thread Pete Gieser
Just drop this file into WEB-INF/classes and select the LogFactory and Log implementation of choice. # # commons-logging.properties # #--- --- # Select LogFactory:

RE: Commons-logging and JDK 1.4 Logger

2002-11-18 Thread Pete Gieser
Gee, didn't expect the formatting problem... commons-logging.properties attached instead. -Original Message- From: Pete Gieser [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 5:57 PM To: 'Struts Users Mailing List' Subject: RE: Commons-logging and JDK 1.4 Logger

RE: problem with client-side validation and ValidatorActionForm

2002-11-06 Thread Pete Gieser
Is it necessary to have /validateContactInfo in validation.xml and your jsp? (I am doing client/server validation and leave out the / and it works fine) Pete -Original Message- From: Ryan Bell [mailto:ryan;messagecast.net] Sent: Wednesday, November 06, 2002 3:07 PM To: [EMAIL

RE: problem with client-side validation and ValidatorActionForm

2002-11-06 Thread Pete Gieser
I misread your configurations. Upon further review, it looks like you are putting the action instead of the form name in your validation and jsp form name property. i.e., you should have formset form name=contactInfoForm field property=companyName depends=required arg0

RE: How to use Templates efficently ?

2002-10-30 Thread Pete Gieser
I still can't see a reason to use tiles instead of a simple include file. I mean, okay, you can easily change your entire layout. BUT - in return you got twice as much files! For each file you need a content.jsp and a content-body.jsp. I don't think so. The file you refer to as