tag fixed!

2004-07-08 Thread James Holmes
I re-ran the struts-faces example app this morning and it is working properly, generating the proper fully-qualified href for the tag. It looks like your fixes are working. -James -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 10:49 AM

Re: Version of Jakarta-ORO (Re: Tonight's Nightly Build Dependencies)

2004-07-08 Thread Joe Germuska
Has anyone tested with 2.0.8? If so, I don't have any problem with picking this up in a subsequent 1.2.x release. I'll update the nightly build dependencies for tonight's run. I've been running a Struts 1.2.x app against ORO 2.0.8 for several months using at least email validation and having n

Re: Simplifying Struts

2004-07-08 Thread Ted Husted
Another approach to simplifying Struts would be to add more flexibility to the struts-config. One patch I'd love to apply would provide the "extends" capability found in Tiles to all the Struts elements. This would suck a lot of the redundant, bug-generating redundancy [:)] out of larger modules

Re: Struts 1.2.1 release? - patches take-up

2004-07-08 Thread Ted Husted
On Thu, 08 Jul 2004 09:42:53 -0700, KUROSAKA Teruhiko wrote: > Here's a problem I see in this process The problem is that none of us have several hours a week to devote to Struts development right now. On a regular basis, I can schedule two hours a week, but, with everything else on my plate

Re: Version of Jakarta-ORO (Re: Tonight's Nightly Build Dependencies)

2004-07-08 Thread Ted Husted
On Thu, 08 Jul 2004 09:36:42 -0700, Craig McClanahan wrote: > Has anyone tested with 2.0.8? If so, I don't have any problem with > picking this up in a subsequent 1.2.x release. I'll update the > nightly build dependencies for tonight's run. I did consider changing the dependency, but decided ag

Re: Struts 1.2.1 release? - patches take-up

2004-07-08 Thread KUROSAKA Teruhiko
Roberto and all, Given that the committers are busy people, I'd guess one way to get > a patch considered is to actively seek out struts developers who are > experiencing the problem that your patch fixes, and get them to test > it for you - you're doing them a favour, and if several of them > add

Re: Version of Jakarta-ORO (Re: Tonight's Nightly Build Dependencies)

2004-07-08 Thread Craig McClanahan
Joe Germuska wrote: At 12:41 AM -0700 7/6/04, Craig McClanahan wrote: I've updated my nightly build script (effective with the 20040706 build) to use the following dependnet libraries, which I'm assuming corresponds to what we'll actually use in a Struts 1.2.1 release. Can whoever is going to be

Re: Struts 1.2.1 release?

2004-07-08 Thread Craig McClanahan
KUROSAKA Teruhiko wrote: Ted, I'm now testing, tagging, and rolling Struts 1.2.1. Please stand by :) As far as I can tell by monitoring this list, 1.2.1 seems to fix only face related few bugs. It didn't pick most patches available in bugzilla. If by "face" you mean JavaServer Faces, it doesn't

FW: [Myfaces-develop] Fwd: MyFaces - Struts

2004-07-08 Thread Matthias Wessendorf
-Original Message- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 6:22 PM To: '[EMAIL PROTECTED]' Subject: FW: [Myfaces-develop] Fwd: MyFaces - Struts Hey Craig, this email (from manfred geiler) i missed after that oliver pointed out, that RI has a

Re: Version of Jakarta-ORO (Re: Tonight's Nightly Build Dependencies)

2004-07-08 Thread Martin Cooper
On Thu, 8 Jul 2004, Joe Germuska wrote: At 12:41 AM -0700 7/6/04, Craig McClanahan wrote: I've updated my nightly build script (effective with the 20040706 build) to use the following dependnet libraries, which I'm assuming corresponds to what we'll actually use in a Struts 1.2.1 release. Can wh

Version of Jakarta-ORO (Re: Tonight's Nightly Build Dependencies)

2004-07-08 Thread Joe Germuska
At 12:41 AM -0700 7/6/04, Craig McClanahan wrote: I've updated my nightly build script (effective with the 20040706 build) to use the following dependnet libraries, which I'm assuming corresponds to what we'll actually use in a Struts 1.2.1 release. Can whoever is going to be release manager for

Re: Struts 1.2.1 release?

2004-07-08 Thread Joe Germuska
At 7:58 AM -0700 7/8/04, KUROSAKA Teruhiko wrote: Ted, I'm now testing, tagging, and rolling Struts 1.2.1. Please stand by :) As far as I can tell by monitoring this list, 1.2.1 seems to fix only face related few bugs. It didn't pick most patches available in bugzilla. Could you tell comitters pic

Re: cvs commit: jakarta-struts/contrib/struts-faces/src/java/org/apache/struts/faces/taglib AbstractFacesTag.java BaseTag.java ErrorsTag.java HtmlTag.java MessageTag.java StylesheetTag.java WriteTag.java

2004-07-08 Thread Craig McClanahan
James Holmes wrote: The problem is/was that the tag was rendering invalid element: The JSPs in the struts-faces war (i.e. logon.jsp) have an that generates the following: The href should have a fully qualified url (i.e. http://...) right? This causes the browser to not be able to find the styl

RE: Struts 1.2.1 release? - patches take-up

2004-07-08 Thread Roberto Tyley
Given that the committers are busy people, I'd guess one way to get a patch considered is to actively seek out struts developers who are experiencing the problem that your patch fixes, and get them to test it for you - you're doing them a favour, and if several of them add a 'works for me' to

RE: cvs commit: jakarta-struts/contrib/struts-faces/src/java/org/apache/struts/faces/taglib AbstractFacesTag.java BaseTag.java ErrorsTag.java HtmlTag.java MessageTag.java StylesheetTag.java WriteTag.java

2004-07-08 Thread James Holmes
The problem is/was that the tag was rendering invalid element: The JSPs in the struts-faces war (i.e. logon.jsp) have an that generates the following: The href should have a fully qualified url (i.e. http://...) right? This causes the browser to not be able to find the stylesheet for the pa

Re: [Struts-Faces] wrapping a HttpServletRequest

2004-07-08 Thread Craig McClanahan
Matthias Wessendorf wrote: Craig, i tried the struts-faces-example with myfaces and RI (worked out of the box) this happens with myfaces: i clicked LINK "editRegistration.do?action=Create" and become IllegalArgumentException: could not find pathMapping for servletPath = /editRegistration.do request

Re: Struts 1.2.1 release?

2004-07-08 Thread KUROSAKA Teruhiko
Ted, I'm now testing, tagging, and rolling Struts 1.2.1. Please stand by :) As far as I can tell by monitoring this list, 1.2.1 seems to fix only face related few bugs. It didn't pick most patches available in bugzilla. Could you tell comitters pick patches for the next release? Only by a chance?

[VOTE] Struts 1.2.1 Alpha, Beta, or GA? (was Re: Struts 1.2.1 release)

2004-07-08 Thread Ted Husted
The repository is tagged for STRUTS_1_2_1, and the release is available for review at * http://www.apache.org/~husted/struts/v1.2.1 Once you have had a chance to review the release, please respond as to whether we should [ ] Keep this release at Alpha. Followup reports filed to Bugzilla.

cvs commit: jakarta-struts/doc/userGuide installation.xml

2004-07-08 Thread husted
husted 2004/07/08 06:22:24 Modified:.build-webapp.xml build.properties.sample build.xml project.xml doc/userGuide installation.xml Log: (Hopefully) final round of changes before tagging 1.2.1. Revision ChangesPath 1.17

cvs commit: jakarta-struts build.properties.sample.lib

2004-07-08 Thread husted
husted 2004/07/08 06:19:57 Added: .build.properties.sample.lib Log: Add a simplified build.properties file for use by developers who are not actively involved in Jakata Commons development. This template assumes the developer is using the JARs from our "lib" distribution

RE: Struts 1.2.1 release?

2004-07-08 Thread Ted Husted
I'm now testing, tagging, and rolling Struts 1.2.1. Please stand by :) -Ted. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

discussing RequestWrapper III (FW: [Myfaces-develop] Fwd: MyFaces - Struts)

2004-07-08 Thread Matthias Wessendorf
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ted Husted Sent: Thursday, June 24, 2004 12:57 PM To: [EMAIL PROTECTED] Subject: [Myfaces-develop] Fwd: MyFaces - Struts On Wed, 23 Jun 2004 20:21:49 -0700, [EMAIL PROTECTED] wrote: > the MyFaces implement

discussing RequestWrapperII (was FW: [Myfaces-develop] Fwd: MyFaces - Struts)

2004-07-08 Thread Matthias Wessendorf
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Oliver Rossmueller Sent: Thursday, June 24, 2004 1:53 AM To: [EMAIL PROTECTED] Subject: Re: [Myfaces-develop] Fwd: MyFaces - Struts Manfred Geiler wrote: > Matthias, Oliver, > > After some investigation I

RE: [Struts-Faces] wrapping a HttpServletRequest

2004-07-08 Thread Matthias Wessendorf
Craig, i tried the struts-faces-example with myfaces and RI (worked out of the box) this happens with myfaces: i clicked LINK "editRegistration.do?action=Create" and become IllegalArgumentException: could not find pathMapping for servletPath = /editRegistration.do requestPathInfo = null

discussing RequestWrapperI (was FW: [Myfaces-develop] Fwd: MyFaces - Struts

2004-07-08 Thread Matthias Wessendorf
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Wednesday, June 23, 2004 9:59 AM To: [EMAIL PROTECTED] Subject: RE: [Myfaces-develop] Fwd: MyFaces - Struts Oliver i used the examples, that were shipped via struts-faces. there