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

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

2009-10-29 Thread Dhanda
We have run the example.war on tomcat 5.5 successfully. But we have to migrate our existing application developed on stripes1.4 to stripes 1.5 using weblogic 9.2. So we need to run this example.war on weblogic 9.2 just to check if weblogic supports stripes 1.5. But it seems from the error logs tha

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

2009-10-29 Thread AL
We're also getting that problem with Weblogic which is why I've been trying to get things going with Tomcat first... On 30/10/2009, at 16:01, Dhanda wrote: > > Hi All, > > We are trying to run Stripes 1.5 examples.war on Weblogic 9.2. But > it is > giving us following error. > >

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

2009-10-29 Thread Dhanda
Hi All, We are trying to run Stripes 1.5 examples.war on Weblogic 9.2. But it is giving us following error. * index.jsp:3:1: The qualifier of this name is a package, which cannot contain fields. http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> ^-

Re: [Stripes-users] Stripes 1.5 and JBOSS 5

2009-07-08 Thread allen petersen
Hi. You can try the patch that I uploaded to this bug: http://www.stripesframework.org/jira/browse/STS-655 It doesn't work with WEB-INF/classes, but does work (at least for me) if your classes are in a jar file in WEB-INF/lib. -allen On Mon, Jul 06, 2009, 16:17, george_bancos wrote > >I a

Re: [Stripes-users] Stripes 1.5 and JBOSS 5

2009-07-06 Thread george_bancos
I am having the same problem and I want to know if there is a known solution other than using exploded war/ear. Dag-6 wrote: > > Hi! > > Tried to deploy my Stripes app to a JBoss 5 app server, but for some > reason none > of the action beans are found. > > This seems to be a known issue: >

Re: [Stripes-users] Stripes 1.5 validation problem

2009-02-25 Thread zkn
I had exactly the same problem yesterday. The problem was that I was using directly the sourcePage parameter instead getSourcePage() and it was forwarding to the encryped URL. The behavior seems normal. I couldn't see a document on the site describing "How to upgrade" but now I see that the

Re: [Stripes-users] Stripes 1.5 validation problem

2009-02-25 Thread Iwao AVE!
The source page parameter is encrypted in 1.5 but was not in 1.4. And as Luther pointed out, TypeConverterFactory#add() method is newly added in 1.5 (in 1.4, the add() method is defined in the DefaultTypeConverterFactory). So, my guess is that the old stripes.jar is in your web container's global

Re: [Stripes-users] Stripes 1.5 validation problem

2009-02-25 Thread Morten Matras
I ended up was overwriting the getSourcePageResolution() in my ActionBeanContext to return new ForwardResolution(this.getSourcePage()); Something is pretty strange in the behavior. Regards Morten 2009/2/25 Ben Gunter > That's an odd one. Check your ActionBeanContext.getSourcePage() to see if

Re: [Stripes-users] Stripes 1.5 validation problem

2009-02-25 Thread Ben Gunter
That's an odd one. Check your ActionBeanContext.getSourcePage() to see if it's doing something different. The _sourcePage parameter is always encrypted for security reasons starting with 1.5, and the tail end of that thing looks like an encrypted string. The only way I would expect to see something

[Stripes-users] Stripes 1.5 validation problem

2009-02-23 Thread Morten Matras
When updating to Stripes 1.5 from 1.4 I ran into problems when a user submits a form where validation breaks. It seems that the encoded source page parameter sends the user to a wrong url when this happens. How do I ensure that submits that does not validate sends the user back to the source_page

[Stripes-users] Stripes 1.5 validation problem

2009-02-23 Thread Morten Matras
When updating to Stripes 1.5 from 1.4 I ran into problems when a user submits a form where validation breaks. It seems that the encoded source page parameter sends the user to a wrong url when this happens. How do I ensure that submits that does not validate sends the user back to the source_page

[Stripes-users] Stripes 1.5 and JBOSS 5

2009-02-18 Thread Dag
Hi! Tried to deploy my Stripes app to a JBoss 5 app server, but for some reason none of the action beans are found. This seems to be a known issue: http://www.nabble.com/ResolverUtil-not-able-to-read-package-structure-in-war-located-in-an-ear-on-JBoss5--td19725852.html Anybody have a workaroun

Re: [Stripes-users] Stripes 1.5 released

2008-09-04 Thread Chris Herron
Hi folks, I just heard that the Maven upload request has been completed. I've tested it, and Stripes 1.5 is now available in the Maven repository :) Chris. On Sep 2, 2008, at 1:22 PM, Chris Herron wrote: Hi Ray, The Maven repository upload instructions do mention that the process can tak

Re: [Stripes-users] Stripes 1.5 released

2008-09-02 Thread Tony Dalbrekt
Ray Tsang <[EMAIL PROTECTED]> writes: > > > > Tim Fennell wrote: > > > > Automatically no. Have we started the process, yes ;) > > You can follow the ticket here if you're interested: > > http://jira.codehaus.org/browse/MAVENUPLOAD-2179 > > -t > > > > hm, is that bundle jar correctly packaged? >

Re: [Stripes-users] Stripes 1.5 released

2008-09-02 Thread Chris Herron
Hi Ray, The Maven repository upload instructions do mention that the process can take up to four weeks. If you haven't already, vote for the Jira issue in case that helps :) Chris. On Sep 2, 2008, at 1:13 PM, Ray Tsang wrote: Maven2 upload is taking forever. The ticket doesn't seem to

Re: [Stripes-users] Stripes 1.5 released

2008-09-02 Thread Ray Tsang
Maven2 upload is taking forever. The ticket doesn't seem to have been assigned to anyone. On Tue, Aug 19, 2008 at 7:38 AM, Tim Fennell <[EMAIL PROTECTED]> wrote: > Hmm, I don't know. It was created the exact same way as the last bundle we > submitted, so I'd hope it's ok. But I'm a complete mav

Re: [Stripes-users] Stripes 1.5 released

2008-08-19 Thread Tim Fennell
Hmm, I don't know. It was created the exact same way as the last bundle we submitted, so I'd hope it's ok. But I'm a complete maven neophyte :o -t On Aug 19, 2008, at 10:30 AM, marijan milicevic wrote: Tim Fennell wrote: Automatically no. Have we started the process, yes ;) You can f

Re: [Stripes-users] Stripes 1.5 released

2008-08-19 Thread marijan milicevic
Tim Fennell wrote: Automatically no. Have we started the process, yes ;) You can follow the ticket here if you're interested: http://jira.codehaus.org/browse/MAVENUPLOAD-2179 -t hm, is that bundle jar correctly packaged? I tried to submit to local repo but each jar directory starts with "."

Re: [Stripes-users] Stripes 1.5 released

2008-08-19 Thread VANKEISBELCK Remi
Hy there, Well... KUDOS folks ! This release simpy rocks, I think you corrected the few weaknesses that we previously had to deal with... amazing ! Thanks A LOT ! Cheers Remi On Mon, Aug 18, 2008 at 8:27 PM, Tim Fennell <[EMAIL PROTECTED]> wrote: > Just to let everyone know, Ben submitted

Re: [Stripes-users] Stripes 1.5 released

2008-08-18 Thread Tim Fennell
Just to let everyone know, Ben submitted the release announcement to the serverside and it's been published here: http://www.theserverside.com/news/thread.tss?thread_id=50391 -t On Aug 18, 2008, at 2:25 PM, Levi Hoogenberg wrote: Great! It will be hard for 1.6 to trump this release in

Re: [Stripes-users] Stripes 1.5 released

2008-08-18 Thread Levi Hoogenberg
Great! It will be hard for 1.6 to trump this release in terms of overall improvement. Congratulations, Levi On Mon, Aug 18, 2008 at 6:45 PM, Ben Gunter <[EMAIL PROTECTED]> wrote: > It's official! Check the announcement at the Stripes site. > > > http://www.stripesframework.org/display/stripes/

Re: [Stripes-users] Stripes 1.5 released

2008-08-18 Thread Morten Matras
Congratulations to everyone that has put time and effort into the release. Respect Morten Matras 2008/8/18 Oscar Westra van Holthe - Kind <[EMAIL PROTECTED]> > Alan Burlison wrote: > > Ben Gunter wrote: > > > > > It's official! Check the announcement at the Stripes site. > > > > > > > http://ww

Re: [Stripes-users] Stripes 1.5 released

2008-08-18 Thread Oscar Westra van Holthe - Kind
Alan Burlison wrote: > Ben Gunter wrote: > > > It's official! Check the announcement at the Stripes site. > > > > http://www.stripesframework.org/display/stripes/2008/08/18/Stripes+1.5+Release+Available > > Huzzah! > > Many thanks and congratulations to all the people involved, I appreciate >

Re: [Stripes-users] Stripes 1.5 released

2008-08-18 Thread Alan Burlison
Ben Gunter wrote: > It's official! Check the announcement at the Stripes site. > > http://www.stripesframework.org/display/stripes/2008/08/18/Stripes+1.5+Release+Available Huzzah! Many thanks and congratulations to all the people involved, I appreciate the huge amount of work that has gone int

Re: [Stripes-users] Stripes 1.5 released

2008-08-18 Thread Tim Fennell
Automatically no. Have we started the process, yes ;) You can follow the ticket here if you're interested: http://jira.codehaus.org/browse/MAVENUPLOAD-2179 -t On Aug 18, 2008, at 1:01 PM, David G Friedman wrote: Ben, Does the release automatically push out to maven repositories? Re

Re: [Stripes-users] Stripes 1.5 released

2008-08-18 Thread David G Friedman
Ben, Does the release automatically push out to maven repositories? Regards, David Ben Gunter wrote: > It's official! Check the announcement at the Stripes site. > > http://www.stripesframework.org/display/stripes/2008/08/18/Stripes+1.5+Release+Available

[Stripes-users] Stripes 1.5 released

2008-08-18 Thread Ben Gunter
It's official! Check the announcement at the Stripes site. http://www.stripesframework.org/display/stripes/2008/08/18/Stripes+1.5+Release+Available -- Ben Gunter - This SF.Net email is sponsored by the Moblin Your Move Devel

[Stripes-users] stripes 1.5 and spring-security (formerly acegi)

2008-07-12 Thread lizzard
Hey All, wupp :D I finally got spring-security configured and working in my app (it only took 2 days of my precious life :) summink I'm wondering is have any stripers integrated spring-security/acegi with stripes to make use of stripes validation etc. cos

[Stripes-users] Stripes 1.5 Release Candidate 1 available now

2008-05-23 Thread Ben Gunter
Stripes 1.5 Release Candidate 1 (1.5RC1) is available for download now. Get it while it's hot! https://sourceforge.net/project/showfiles.php?group_id=145476&package_id=160010&release_id=601435 We need everyone who is willing and able to download this release and take it for a spin. We've added

Re: [Stripes-users] Stripes 1.5

2008-05-20 Thread Gérald Quintana
2008/5/19, Gregg Bolinger <[EMAIL PROTECTED]>: > Ben should probably answer this. I believe he does know when, or at > least a really good estimate as to when. > > Gregg > What about making a 1.5b2 or 1.5rc1 publicly available ? Gérald

Re: [Stripes-users] Stripes 1.5

2008-05-19 Thread Gregg Bolinger
Ben should probably answer this. I believe he does know when, or at least a really good estimate as to when. Gregg Oscar Westra van Holthe - Kind wrote: > On 19-05-2008 at 18:48, Philip Simpson wrote: > >> Does anyone know when Stripes 1.5 will be released? >> > > No. There currently is

Re: [Stripes-users] Stripes 1.5

2008-05-19 Thread Oscar Westra van Holthe - Kind
On 19-05-2008 at 18:48, Philip Simpson wrote: > Does anyone know when Stripes 1.5 will be released? No. There currently issues that need to be fixed, and then 1.5 will be released. That is, unless a bug is found that the developers decide needs to be fixed as well. As to when, that's something eve

Re: [Stripes-users] Stripes 1.5

2008-05-19 Thread Scott Archer
I'm using 1.5b1 and it's working great for me. On Mon, May 19, 2008 at 4:18 AM, Philip Simpson <[EMAIL PROTECTED]> wrote: > Does anyone know when Stripes 1.5 will be released? or are most people > using Stripes 1.5b1 already and recommend it? > I can see Stripes 1.5b1 it on the downloads pages b

[Stripes-users] Stripes 1.5

2008-05-19 Thread Philip Simpson
Does anyone know when Stripes 1.5 will be released? or are most people using Stripes 1.5b1 already and recommend it? I can see Stripes 1.5b1 it on the downloads pages but 1.4.3 seems to be the main version at the moment. Philz --

Re: [Stripes-users] Stripes 1.5 release plan

2008-05-07 Thread Andreas Guther
PROTECTED] On Behalf Of Ben Gunter Sent: Thursday, May 01, 2008 7:13 AM To: Stripes Users List Subject: Re: [Stripes-users] Stripes 1.5 release plan I just sent an email (Subject: Need feedback) to the user list about trimming parameter values. That is the last obstacle we have to overcome before

Re: [Stripes-users] Stripes 1.5 release plan

2008-05-01 Thread Ben Gunter
<mailto:[EMAIL PROTECTED]> [mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>] *On Behalf Of *Ben Gunter *Sent:* Monday, April 07, 2008 2:57 PM *To:* Stripes Users List *Subject:* Re: [Stripes-users] Stripes 1.5 release plan We have a few minor issues we n

Re: [Stripes-users] Stripes 1.5 release plan

2008-04-28 Thread Morten Matras
f Of *Ben Gunter > *Sent:* Monday, April 07, 2008 2:57 PM > *To:* Stripes Users List > *Subject:* Re: [Stripes-users] Stripes 1.5 release plan > > We have a few minor issues we need to fix. We plan to have a release > candidate ready by the end of the week. If no new issues are reported

Re: [Stripes-users] Stripes 1.5 release plan

2008-04-08 Thread Asleson, Ryan
Thank you Ben!! A rough estimate is all I needed. Thanks again!! From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Gunter Sent: Monday, April 07, 2008 2:57 PM To: Stripes Users List Subject: Re: [Stripes-users] Stripes 1.5 release plan We

Re: [Stripes-users] Stripes 1.5 release plan

2008-04-07 Thread Ben Gunter
Asleson, Ryan *Sent:* Friday, April 04, 2008 11:30 AM *To:* Stripes Users List *Subject:* [Stripes-users] Stripes 1.5 release plan Hello, Just a quick question: Is there any estimated release date for Stripes 1.5? Thank you -Ryan This e-mail message is being sent solely for

Re: [Stripes-users] Stripes 1.5 release plan

2008-04-07 Thread Asleson, Ryan
Thank you!!! From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Asleson, Ryan Sent: Friday, April 04, 2008 11:30 AM To: Stripes Users List Subject: [Stripes-users] Stripes 1.5 release plan Hello, Just a quick question: Is there any estimated release date for Stripes 1.5?

[Stripes-users] Stripes 1.5 release plan

2008-04-04 Thread Asleson, Ryan
Hello, Just a quick question: Is there any estimated release date for Stripes 1.5? Thank you -Ryan This e-mail message is being sent solely for use by the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is

Re: [Stripes-users] Stripes 1.5 Docs?

2008-03-24 Thread cracru
Thanks Freddy, I grabbed the source. Javadocs it is! On Sat, Mar 22, 2008 at 4:18 PM, Freddy D. <[EMAIL PROTECTED]> wrote: > Hi Craig, > > I don't think there'll be anything online until 1.5 is officially released, > but > in the meantime, you can obtain the source from SVN and generate the >

Re: [Stripes-users] Stripes 1.5 Docs?

2008-03-22 Thread Freddy D .
Hi Craig, I don't think there'll be anything online until 1.5 is officially released, but in the meantime, you can obtain the source from SVN and generate the documentation with 'ant doc'. The docs will be generated in the docs/api and docs/taglib directories. Cheers, Freddy - Is there an online

[Stripes-users] Stripes 1.5 Docs?

2008-03-22 Thread cracru
Is there an online (or offline for that matter) source of documentation for 1.5? Thanks, Craig. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/