Re: [Stripes-users] Streaming layouts (again)

2010-10-05 Thread Stephen Nelson
On 29 Sep 2010, at 20:40, Ben Gunter wrote: I believe I finally have the streaming layout code working. I'm asking *all* of you to get the latest snapshot from the Sonatype snapshots repo and try it out. If you see any problems with what it outputs, please let me know on this thread.

[Stripes-users] Wizard forms and redirecting

2010-01-15 Thread Stephen Nelson
Hi, I have a flow which creates a new serviceRequest. This request relates to a user so part of the flow checks if a user is logged-in. If so, it's all good and we're done. However if not that leaves two possibilities - the user has an account but isn't logged-in; or the user doesn't have an

Re: [Stripes-users] http://www.stripesframework.org/

2009-11-18 Thread Stephen Nelson
-july___ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users -- Stephen Nelson -- Let Crystal Reports handle the reporting

Re: [Stripes-users] http://www.stripesframework.org/

2009-11-18 Thread Stephen Nelson
another domain. Cheers, Freddy http://www.stripesbook.com Hi Freddy I've just bought stripesframework.com If you give me the host settings I can get this setup for the interim. -- Stephen Nelson -- Let Crystal

Re: [Stripes-users] http://www.stripesframework.org/

2009-11-18 Thread Stephen Nelson
On Wed, Nov 18, 2009 at 1:36 PM, Ben Gunter gunter...@gmail.com wrote: Sorry, everybody. I own the stripesframework.org domain and accidentally let it expire. Yahoo's awesome spam filter has been sending the notifications from the registrar to my spam box. I get so much spam at that address

Re: [Stripes-users] Where to put the logic?

2009-11-12 Thread Stephen Nelson
On 12 Nov 2009, at 10:33, KR wrote: Hi Stephen, I do something similar as Dan and I keep the domain data and logic together in the model objects. My impression is that keeping data and logic apart is often just a legacy architecture that was introduced in the time before EJB3 and

Re: [Stripes-users] Where to put the logic?

2009-11-09 Thread Stephen Nelson
On 9 Nov 2009, at 19:04, Dan King wrote: Hi, I'm in the process of learning stripes and to that end I'm putting together a simple module, but I'm stuck on where to put my business logic. If anyone can point me in the right direction I'd appreciate it. Currently I have: 1. A

Re: [Stripes-users] Stripes 1.5.2 Released

2009-10-29 Thread Stephen Nelson
Congrats and thanks for the work of all the devs on this framework. Cheers -- Stephen On Wed, Oct 28, 2009 at 7:33 PM, Ben Gunter gunter...@gmail.com wrote: Version 1.5.2 of Stripes has been released. It is a bug fix release and addresses several issues with Stripes 1.5.1. The full list of

Re: [Stripes-users] Storing an entity between requests

2009-10-28 Thread Stephen Nelson
Hi Aaron, Ben and Grzegorz Thanks for the replies. I think a code snippet may be helpful as I'm probably not explaining what I'm trying to do very well... @DefaultHandler @DontValidate public Resolution view() { ServiceProviderContext sp = getServiceProviderContext();

Re: [Stripes-users] Storing an entity between requests

2009-10-28 Thread Stephen Nelson
On Wed, Oct 28, 2009 at 1:30 PM, Aaron Porter aa...@mongus.com wrote: Stephen, It sounds like you can accomplish what you're trying to do by marking the ServiceProvider declaration in your ActionBean with @Session from the StripesStuff project. That will save sessionProvider in the

[Stripes-users] Storing an entity between requests

2009-10-27 Thread Stephen Nelson
on order if it's covered in there but would appreciate a pointer to keep me going until Amazon delivers! Cheers, -- Stephen Nelson -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only

Re: [Stripes-users] Mapping to the context root

2009-10-19 Thread Stephen Nelson
On Mon, Oct 19, 2009 at 12:23 PM, Freddy Daoud xf2...@fastmail.fm wrote: Grzegorz Krugły g...@... writes: Anyway, I'm really glad I chose Stripes (and bought Your book) -- it keeps amazing me with how well thought it is. Thanks Grzegorz, I'm very happy to hear that! :-) Cheers, Freddy

[Stripes-users] Mapping to the context root

2009-10-18 Thread Stephen Nelson
to the developers working on this framework. It truly is the best MVC-based framework I have seen in Java so far. Really easy to get going with and doesn't get in your way. Many thanks, -- Stephen Nelson -- Come build with us