Re: [Transfer data from Form to business bean]

2006-03-16 Thread Thomas Darimont
Hi, you could use the BeanUtils.copyProperties(...) http://jakarta.apache.org/commons/beanutils/ Methods to copy values from FormBean attributes into BOs attributes. (In order to do this, the attribute names have to correspond of course) Kind regards, Thomas > -Ursprüngliche Nachricht-

Re: Multiple Servlet contexts

2005-11-30 Thread Thomas Darimont
> The jar is made available to both the applications: > WebApplication1 - WEB-INF/lib/dbconnection.jar > WebApplication2 - WEB-INF/lib/dbconnection.jar > > Tomcat is started: > WebApplication1 servlet init() is called , which inturn makes a call to the > Initialise turbine > WebApplication2 servle