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() m

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 t

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 t

Re: calling actions directly

2003-06-06 Thread Nathan Pitts
put all JSP pages 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

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

2003-06-06 Thread Nathan Pitts
NAME --%> Art Automotive <%-- ... --%> <%-- REMEMBER TO SPECIFY THE ITERATE ID AS THE NAME --%> — ------- - = Nathan Pitts Programmer Analyst Texas Animal Health Commission ==

Re: calling actions directly

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

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 i

Re: tomcat can't find action class

2002-12-16 Thread Nathan Pitts
; > path="/Logoff.do" > > It seems like it is looking for "Logoff:" > Processing a 'GET' for path '/Logoff' > > But your snippet shows "logoff" > > What does the generated HTML show? > > > > -Original Message- >

Re: tomcat can't find action class

2002-12-16 Thread Nathan Pitts
ify 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! > > Unfo

tomcat can't find action class

2002-12-16 Thread Nathan Pitts
struts-config.xml clip: I have an action forward that looks like this: My LogoffAction class compiles fine. Here's how I refer to the LogoffAction from a jsp page: Sign out Please send advice! Thanks in advance, --Nathan Pitts -- To unsubscribe, e-mail: <mailto:[