Re: working with a team

2003-03-21 Thread Chris Trawick
We have a team of several jsp and ejb developers. We all develop and unit test with local instances of the application and communicate our changes via CVS. Only when we are ready for a release do we commit the latest to a server. We agree that several JSP developers working off the same deployme

Re: How fast is ?

2003-03-04 Thread Chris Trawick
Great! Let us know when you've got it done. chris - Original Message - From: "Boris Folgmann" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 4:33 AM Subject: Re: How fast is ? > David Graham wrote: > > >> It's as fast as it takes t

Re: Anyone using JBoss with custom validator rules?

2003-03-04 Thread Chris Trawick
What version of JBoss are you using? I have successfully gotten custom validators to work without a hitch on JBoss 3.0.x (all versions beta through latest). All validator classes and jars are contained in the war like this: /WEB-INF/*.tld /WEB-INF/web.xml /WEB-INF/struts-config.xml /WEB-INF/vali

Re: Help: ActionError - does not expand the{0}placeholder

2003-02-22 Thread Chris Trawick
am i the only one scratching my head at this? did i miss something? - Original Message - From: "w i l l i a m b o y d" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, February 22, 2003 11:17 PM Subject: Re: Help: ActionError - does not expand the{0

Re: Re: combining commons-*.jar

2003-02-21 Thread Chris Trawick
What is cleaning up the classpath about anyway? For building? Ant takes care of that, just use a lib directory. For deployment? Try /WEB-INF/lib or use your container's libdir. Coupling all the commons products together violates their designed modularity and introduces bloat. I personally don

Re: Opionions: fine or course grained actions

2003-02-07 Thread Chris Trawick
actions on the page route > back to the same load action. > > I use the mapping parameter and have the load action decide if it should > load data from the backend data, reset values, sortColumns.... > > Do you just specify multiple mappings with at the class level..? > > >

Re: Opionions: fine or course grained actions

2003-02-07 Thread Chris Trawick
I've found that coarse and even moderate granularity can require awfully large piles of code to make work effectively. I go with fine-grained, and get around the struts-config.xml difficulties by using xdoclet. It handles all that stuff for you. Just code the action, name it, and name your forwa

Re: [OT] Not spam...I swear--

2003-01-20 Thread Chris Trawick
> Hello World > > As some one who spent a several months out of work last year I am > wondering just what this guy did wrong? Perhaps he was a little > foolish and his prose was a tad bit contrite, but he did flag > the subject as out-of-topic [OT]. Maybe he should used a > different call sign [JOB

Re: [OT] RE: Not spam...I swear--

2003-01-15 Thread Chris Trawick
so here's your job.please pass 'go' and collect your $100. chris - Original Message - From: "Hookom, Jacob John" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 10:08 PM Subject: [OT] RE: Not spam...I swear-- I could send you

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: obtaining all current sessions in tomcat

2003-01-03 Thread Chris Trawick
If I'm understanding you correctly, you want to validate one session (from the user) from another session (from the other server). I can definitely see the usefulness here for cross-server authorization when the servers aren't part of the same cluster or even the same technology. If this isn't th

Re: Server side RegExp validation fails yet client side works (using DynaValidatorForm)

2002-12-28 Thread Chris Trawick
Knowing this isn't helping, I'm having the same problem only it doesn't even get to the minlength validation. Only the required. My descriptors are XDoclet generated. Struts 1.1b2, JBoss 3.0.4 (Jetty), XDoclet 1.2.0. If anyone figures this out, please let us know. chris - Original Message

nested message resources

2002-12-14 Thread Chris Trawick
I apologize if this question has been answered before. The archive appears to be offline. How do I nest message resources when rendering text? For example, I have the title for a certain page defined in the application resources: userlist.title=List Users Which is of course referenced in JSP: