RE: Design Help

2003-01-14 Thread Jarnot Voytek Contr AU HQ/SC
You mean something other that using StringTokenizer to split the input string on commas and Integer.parseInt to convert to ints and <, > to check if the numbers are in a valid range? http://home.earthlink.net/~dwinterfeldt/overview.html has some examples for writing a pluggable validator to use wi

Re: Design Help

2003-01-14 Thread Chris Trawick
You can write a custom validator to parse the tokens, parse the integers, and then validate their range. See http://jakarta.apache.org/struts/userGuide/dev_validator.html under "Pluggable Validators" for details. chris - Original Message - From: "Weber, Jeremy" <[EMAIL PROTECTED]> To: "'

RE: Design Help...

2002-04-25 Thread Witbeck, Shane
25, 2002 6:07 AM To: Struts Users Mailing List Subject: RE: Design Help... Hi, the "100% pure Strust" way could to write a index-page that automatically passes control (redirect-meta-tag) to an action, which could call the model to populate the collection, stuff it into the request a

RE: Design Help...

2002-04-25 Thread Jesse Alexander (KADA 12)
Hi, the "100% pure Strust" way could to write a index-page that automatically passes control (redirect-meta-tag) to an action, which could call the model to populate the collection, stuff it into the request and forward control to a suitable jsp-page. If you supply a link to start the app from

RE: Design Help...

2002-04-16 Thread Roshan Paiva
. Almonte [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 4:54 PM To: Struts Users Mailing List Subject: Re: Design Help... Hi, check the iterate, nested tags or display tags at http://edhill.its.uiowa.edu/display/ Enrique Almonte Datapro Inc. - Original Message - From: "R

Re: Design Help...

2002-04-16 Thread Enrique M. Almonte
Hi, check the iterate, nested tags or display tags at http://edhill.its.uiowa.edu/display/ Enrique Almonte Datapro Inc. - Original Message - From: "Roshan Paiva" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List' (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, April 16, 2002 12:48 PM Subj

Re: Design help needed for large scale app

2002-01-29 Thread Jonathan Gibbons
1:07 CST Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> cc: Subject: Re: Design help needed for large scale app With an application like this, wouldn't the critical path (in terms of any per

Re: Design help needed for large scale app

2002-01-29 Thread John M. Corro
With an application like this, wouldn't the critical path (in terms of any performance bottlenecks) be more along the lines of your database communications? I've been finding that any bottlenecks I've had regarding performance were almost always due to hitting the database in an inefficient manne

RE: Design help needed for large scale app

2002-01-29 Thread Galbreath, Mark
Pete, You may want to read Boris Lublinski's article, "The Key to Superior EJB Design" in January's "Java Developer's Journal," pp. 20ff. While not directly addressing Struts or servlets, he has some very enlightening incites into data object design. Mark -Original Message- From: Pete

Re: Design Help Needed - Routing to common transformer JSP

2002-01-19 Thread Matt Raible
Hmmm, doesn't work like I'd hoped: java.lang.IllegalArgumentException: Cannot URL decode request path /<%=xmlJsp%> --- Matt Raible <[EMAIL PROTECTED]> wrote: > I've figured out a pretty slick (I think) way to use XSL have one page that > changes the look and feel of my entire application. Bas

RE: Design Help

2001-12-13 Thread Todd G. Nist
s, Todd G. Nist -Original Message- From: Hicks, James [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 5:46 PM To: Struts Users Mailing List Subject: RE: Design Help 1) The relationship is a starting point. Basically, I would not pass an ActionForm to my business delegate (

RE: Design Help

2001-11-29 Thread Hicks, James
1) The relationship is a starting point. Basically, I would not pass an ActionForm to my business delegate (RentalBean). Doing so ties that delegate to the web interface. If you were wanting to create a Swing client in the future, you would have to create seperate business delegates for it. Try

RE: Design Help

2000-10-24 Thread Duffey, Kevin
I don't have a code example, but I believe you will need to add the logic of adding, editing, etc to your ejb, and call upon those methods from your jsp or servlet. > -Original Message- > From: Kevin Gibbs [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 23, 2000 10:01 AM > To: [EMAIL P