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
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
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
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
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
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
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
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
-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
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
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
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
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
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
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
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
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?
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.
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
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
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]
-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
-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
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
-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
25 matches
Mail list logo