[action2] Confluence problem refering to snippet

2006-05-20 Thread tm jee
I am experiencing some problem when trying to refer to snipppet in Confluence, particularly on this page http://confluence.twdata.org/display/WW/tree Trying to change {snippet:id=javadoc|javadoc=true|url=com.opensymphony.webwork.components.Tree} to {snippet:id=javadoc|javadoc=true|url=org.a

Re: [action2] Confluence problem refering to snippet

2006-05-20 Thread tm jee
it seems that all pages (as far as i could tell) that have snippet refer to action2 seems to failed. Strange - Original Message From: tm jee <[EMAIL PROTECTED]> To: dev@struts.apache.org Sent: Sunday, 21 May, 2006 1:11:09 AM Subject: [action2] Confluence problem refering to snippet

Strecks Java 5 Extensions for Struts - version 1.0 beta 2 released

2006-05-20 Thread Phil Zoio
I'm pleased to announce the release of Strecks-1.0 beta 2 (see http://strecks.sourceforge.net/). Strecks is a set of extensions to Struts which leverage the power of Java 5 specific features to allow for more productive, streamlined Struts application development. Strecks is built on the Strut

Re: ISBNValidator definition in Struts 1.3 missing?

2006-05-20 Thread Martin Cooper
On 5/19/06, Paul Benedict <[EMAIL PROTECTED]> wrote: I noticed there is no ISBN validator defined in validator-rules.xml for Struts 1.3. It is missing. Is this a bug? I don't think so. The ISBNValidator class is part of Commons Validator, so it's still available to those who wish to use it. B

Re: ISBNValidator definition in Struts 1.3 missing?

2006-05-20 Thread Paul Benedict
I don't know the rule either, but I think it is odd leaving it out. All the new locale validators have an entry, but this one does not. I'd say this was forgotten, unless there was a technical reason to leave it out. Niall? -- Paul --- Martin Cooper <[EMAIL PROTECTED]> wrote: > On 5/19/06, Paul B

Cannot find a Spring Listener

2006-05-20 Thread Jason Lenhart
I am losing my mind ... where is this class located, in what jar: >org.springframework.web.context.ContextLoaderListener I cannot deploy the hello world app because Tomcat cannot find the class. Any help is much appreciated, Jason ---

Re: ISBNValidator definition in Struts 1.3 missing?

2006-05-20 Thread Niall Pemberton
Its not just the case of adding an entry to the validator-rules.xml - FieldChecks would also need a new ISBN validation method. As to the reason it hasn't been added to Struts - the first thing is that the ISBN validator has only been available since Validator 1.2.0 and that was only released in

Re: ISBNValidator definition in Struts 1.3 missing?

2006-05-20 Thread Paul Benedict
As you can imagine, I found this problem because I went to validate and ISBN and couldn't find the right FieldChecks name :) Please open up a JIRA ticket. I haven't signed up for JIRA yet. Paul --- Niall Pemberton <[EMAIL PROTECTED]> wrote: > Its not just the case of adding an entry to the vali

Re: Cannot find a Spring Listener

2006-05-20 Thread Paul Benedict
This isn't a struts question. You will find it in www.springframework.org --- Jason Lenhart <[EMAIL PROTECTED]> wrote: > I am losing my mind ... where is this class located, in what jar: > > >org.springframework.web.context.ContextLoaderListener > > I cannot deploy the hello world app because

Re: svn commit: r408129 - in /struts/action2/trunk: apps/showcase/ apps/showcase/src/main/java/org/apache/struts/action2/showcase/jsf/ apps/showcase/src/main/webapp/WEB-INF/ apps/showcase/src/main/web

2006-05-20 Thread Wendy Smoak
What repo is MyFaces coming from? On ibiblio it looks like the groupId for v1.1.2 is 'org.apache.myfaces.core' http://www.ibiblio.org/maven2/org/apache/myfaces/core/myfaces-api/1.1.2/ -- Wendy --- struts/action2/trunk/apps/showcase/pom.xml (original) +++ struts/action2/trunk/apps/showcase/pom.

Re: svn commit: r408129 - in /struts/action2/trunk: apps/showcase/ apps/showcase/src/main/java/org/apache/struts/action2/showcase/jsf/ apps/showcase/src/main/webapp/WEB-INF/ apps/showcase/src/main/web

2006-05-20 Thread Don Brown
Yeah, I had a problem with that one. I found it in some maven repo, but Maven 2 wasn't pulling it down, so I had to install it manually. Are you saying I just had the group id wrong? Don Wendy Smoak wrote: What repo is MyFaces coming from? On ibiblio it looks like the groupId for v1.1.2 is

Re: svn commit: r408129 - in /struts/action2/trunk: apps/showcase/ apps/showcase/src/main/java/org/apache/struts/action2/showcase/jsf/ apps/showcase/src/main/webapp/WEB-INF/ apps/showcase/src/main/web

2006-05-20 Thread Wendy Smoak
On 5/20/06, Don Brown <[EMAIL PROTECTED]> wrote: Yeah, I had a problem with that one. I found it in some maven repo, but Maven 2 wasn't pulling it down, so I had to install it manually. Are you saying I just had the group id wrong? Yes. If you use 'org.apache.myfaces.core', Maven should find