Re: Spring Injected Preparer

2007-07-03 Thread Sean Conlon
I have not read all the related posts, so this may have already been said, but the "Controller" concept is not specific to Struts-Tiles. It is simply the "C" within the MVC pattern, which many technologies (i.e. Struts, Spring) use. On 7/2/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: 2007/

RE: Bean population

2007-06-29 Thread Sean Conlon
I'm not sure if I completely understand what exactly you are trying to do, but on the Bean, why not just have something like this: public void setUserInput(Long num){ this.userInput = num * 2L; } If this does not help, please give more information. - Sean

RE: Struts 1.x Best Practices...

2007-06-29 Thread Sean Conlon
A good article is up right now on JavaWorld.com that addresses some of Struts' best practices. http://www.javaworld.com/javaworld/jw-09-2004/jw-0913-struts.html Sean Conlon Credera www.credera.com Direct: 972.692.0010 Mobile: 254.644.3587 [EMAIL PROTECTED] The Power of Perspe