Validation problem

2004-01-29 Thread Nathan Pitts
I am wondering how to solve the following problem with a minimal amount of recoding, and hope someone can give some input. I have a form the has three html:submit buttons -- Update, Cancel and Delete. I am using a LookupDispatchAction and an ActionForm with the validation in the validate()

how to design for multiple records to be inserted from one screen?

2003-10-29 Thread Nathan Pitts
I'm hoping someone can help me with a design issue. I need to have a screen where a user can enter multiple records of the same type --- think of a timetracking app where you might want to enter 10 records of detail info (all of the same type) where each record contains 5 fieldsDo I need

BeanUtils to populate beans

2003-06-18 Thread Nathan Pitts
I'm having trouble coming up with a good solution to populate my valueobjects and/or actionforms using BeanUtils. For example, say that I have null values for some fields in my database. Won't that blow my copyProperties method? Apparently, there must be a workaround because everyone seems

Re: calling actions directly

2003-06-06 Thread Nathan Pitts
: [EMAIL PROTECTED] = Nathan Pitts Programmer Analyst Texas Animal Health Commission = - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: How to repopulate Form which has html elements with same name

2003-06-06 Thread Nathan Pitts
=2 align=right html:submit/ /TD /TR /html:form /TABLE --- - = Nathan Pitts Programmer Analyst Texas Animal Health Commission

Re: calling actions directly

2003-06-06 Thread Nathan Pitts
into a security constraint on a role that no user is set to. -Original Message- From: Nathan Pitts [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 8:02 AM To: Struts Users Mailing List Subject: Re: calling actions directly Brian, If you put all your jsp's inside a the WEB-INF directory

Struts Hibernate example by Husted

2003-04-03 Thread Nathan Pitts
Has anyone gotten the Struts - Hibernate example by Ted Husted to build via the provided ant script? I have set the properties in the build.properties and the build.xml to my enviro, but am getting compilation errors regarding package layouts / imports.I'll troubleshoot if I need to, but

tomcat can't find action class

2002-12-16 Thread Nathan Pitts
page: html:link forward=logoffSign out/html:link Please send advice! Thanks in advance, --Nathan Pitts -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: tomcat can't find action class

2002-12-16 Thread Nathan Pitts
that you've put the Action class into your WAR file properly. -Original Message- From: Nathan Pitts [mailto:[EMAIL PROTECTED]] Hi all, OK I've got Struts In Action and I'm ready for action! Unfortunately, my web app isn't. For some reason, my action class cannot be found...? I

Re: tomcat can't find action class

2002-12-16 Thread Nathan Pitts
it is looking for Logoff: Processing a 'GET' for path '/Logoff' But your snippet shows logoff What does the generated HTML show? -Original Message- From: Nathan Pitts [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 3:45 PM To: Struts Users Mailing List Cc: [EMAIL