Re: [Stripes-users] Handling data in ActionBean

2009-12-06 Thread Steve Miller
Hi Michal, Please read http://www.stripesframework.org/display/stripes/State+Management and then see if you have any questions. Steve 2009/12/6 Michal Kováč : > Hello, how do I save data between two events in ActionBean? In the following > example I create contact in addContact(), preserve it a

Re: [Stripes-users] [Stripes-dev] Weblogic deployment

2009-11-04 Thread Steve Miller
Ben Gunter wrote: >> >> This has been reported already. >> >> http://www.stripesframework.org/jira/browse/STS-723 >> >> We'll look at it for 1.5.3. >> >> -Ben >> >> On Mon, Nov 2, 2009 at 10:52 AM, Steve Miller >> wrote: &g

[Stripes-users] Weblogic deployment

2009-11-02 Thread Steve Miller
It seems the new Package Resolver in 1.5.2 doesn't work within Weblogic 9.2 and 10gR3 when packaged in a war. I can unzip the war and it works fine. Obviously Weblogic does weird things in deploying wars and ears.  Any Weblogic folks out there know a solution to this issue to help the developers po

Re: [Stripes-users] Stripes 1.5 examples .war not working on Weblogic 9.2

2009-10-30 Thread Steve Miller
I'm not sure why, but I got it working on WL 9.2 by commenting out the two functions at the bottom of stripes.tld. I haven't needed to use them yet, so this has not been a big deal. On Fri, Oct 30, 2009 at 1:19 AM, Dhanda wrote: > > We have run the example.war on tomcat 5.5 successfully. But we h

[Stripes-users] Rewrite using Stripes

2009-10-08 Thread Steve Miller
We currently have a bunch of code that uses plain old servlets that forward to JSPs. The JSPs use JSTL to access a lot of variables. For the view only jsps, would you recommend adding setters in the subclassed ActionBeanContext (such as setRequestAttribute()) so I can set these variables. Or is it