Yeah that pretty much sums up what Spring MVC is good for - a front controller 
implementation which serves as foundation for your own invented solution 
because the basic Spring MVC package is incapable of handling much more than 
hello world ;)
Been there - done that - have the Spring MVC scars  ;)

/Jeppe

"It is difficult to get a man to understand something when his salary depends 
upon him not understanding it.” - Upton Sinclair



On 11/02/2010, at 11.48, Yee wrote:

> 
> Yes, convoluted is the word for it.
> 
> I ended up doing all my work in the onBindAndValidate(), and set the resulting
> ModelAndView in a ThreadLocal. The onSubmit() became a dummy method where I
> retrieve from the TreadLocal and returns the value.
> 
> Phew.
> 
> 
> ------------------------------------------------------------------------------
> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
> http://p.sf.net/sfu/solaris-dev2dev
> _______________________________________________
> Stripes-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/stripes-users

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to