[Stripes-users] ActionBean -> JSP communication

2011-06-20 Thread Thomas Menke
Hi, coming from the PHP world I am starting to get practice with Stripes. And I wonder how to best communicate between JSP and my ActionBean. In PHP I liked to use "smarty". There one just saves all the data the template needs into a large HashMap und the template will work with this map, afte

Re: [Stripes-users] ActionBean -> JSP communication

2011-06-21 Thread VANKEISBELCK Remi
Hi Thomas, As you've understood, Stripes has no "intermediate object" between controller and view, as you can find in SpringMVC (ModelAndView), or apparently the PHP framework you mention. You just handle it your way, all you have is the action bean. For simple cases, I guess that ${actionBean.pr