Re: [Stripes-users] stack overflow problem using clean urls

2008-12-18 Thread Chris Cheshire
Ben, so far so good. I've only changed a couple of actions through the app but it is working without errors at the moment. On Wed, Dec 17, 2008 at 5:22 PM, Ben Gunter gunter...@gmail.com wrote: The URL for the trunk is https://stripes.svn.sourceforge.net/svnroot/stripes/trunk . If you're

[Stripes-users] stack overflow problem using clean urls

2008-12-17 Thread Chris Cheshire
Apologies in advance, this will be quite lengthy to try and cover everything I've done and what is going wrong. I have just upgraded to Stripes 1.5, and am trying to implement the clean URLs. When I try go from one action bean to another (via a redirect or forward), I am getting a stack overflow

Re: [Stripes-users] stack overflow problem using clean urls

2008-12-17 Thread Ben Gunter
Chris, please build Stripes from the SVN trunk and try this. I've updated the clean URL code a good bit since 1.5. Hopefully the improved code fixes this. Let me know how it goes, and we'll proceed from there. -Ben On Wed, Dec 17, 2008 at 5:43 PM, Chris Cheshire cheshira...@gmail.comwrote:

Re: [Stripes-users] stack overflow problem using clean urls

2008-12-17 Thread Ben Gunter
The URL for the trunk is https://stripes.svn.sourceforge.net/svnroot/stripes/trunk . If you're running Eclipse you can check it out and it should build the jar for you automatically. If you'd rather do it from the command line then check it out with the svn command and run ant inside the top-level