Re: Maven 2 repository containing Action 1.3?

2006-03-22 Thread Nicolas De Loof
Why use "org.apache.struts.action" and not just "org.apache.struts" ? AFAIK groupId is expected to gather artifacts from the same development team. For example, "org.apache.maven" groupId is used for all maven artifacts Using "org.apache.struts.action" means there will also be "org.apache.st

Re: [shale-test] explicitly setting render kit id

2006-03-22 Thread Craig McClanahan
On 3/22/06, Dennis Byrne <[EMAIL PROTECTED]> wrote: > > This passes w/ MyFaces, and fails w/ the RI . > > assertFalse(facesContext.getViewRoot().getRenderKitId() == null); > > It *should fail* for both. Can we please explicitly set renderKitId in > AbstractJsfTestCase.setUp() ? I am stuck on the

[Struts Wiki] Update of "ShaleRelease102" by WendySmoak

2006-03-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by WendySmoak: http://wiki.apache.org/struts/ShaleRelease102 -- || 3. |

[VOTE] Struts Shale v1.0.2 Quality

2006-03-22 Thread Wendy Smoak
After correcting packaging problems with the Shale 1.0.1 test build, and following the release plan which is available on the Wiki, http://wiki.apache.org/struts/ShaleRelease102 the Struts Shale v1.0.2 test build has been completed and deployed to http://svn.apache.org/dist/struts/shale/v1.0

Re: Maven 2 repository containing Action 1.3?

2006-03-22 Thread Wendy Smoak
On 3/22/06, Martin Cooper <[EMAIL PROTECTED]> wrote: > Meaning that the dependency would look like this? > > > org.apache.struts.action > struts-action > 1.3.0 > Yes. > I don't think the version numbers were changed before the 1.3.0 tags, > > so if you want to deploy

Re: Maven 2 repository containing Action 1.3?

2006-03-22 Thread Martin Cooper
On 3/22/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 3/22/06, Don Brown <[EMAIL PROTECTED]> wrote: > > > Is there a Maven 2 repository that contains Action 1.3 jars? I know > Apache has a Maven 1 repository, but does it have a > > Maven 2 yet? I'm trying to use Maven 2 for my work with Actio

[shale-test] explicitly setting render kit id

2006-03-22 Thread Dennis Byrne
This passes w/ MyFaces, and fails w/ the RI . assertFalse(facesContext.getViewRoot().getRenderKitId() == null); It *should fail* for both. Can we please explicitly set renderKitId in AbstractJsfTestCase.setUp() ? I am stuck on the following issue because fixing it blows up many children of Ab

svn commit: r388046 - in /struts/shale/trunk: ./ build/ build/maven2/

2006-03-22 Thread wsmoak
Author: wsmoak Date: Wed Mar 22 21:33:59 2006 New Revision: 388046 URL: http://svn.apache.org/viewcvs?rev=388046&view=rev Log: Switch to version 1.0.3-SNAPSHOT for Shale. Modified: struts/shale/trunk/build/maven2/shale-clay.pom struts/shale/trunk/build/maven2/shale-core.pom struts/sha

svn commit: r388045 - /struts/shale/tags/STRUTS_SHALE_1_0_2/

2006-03-22 Thread wsmoak
Author: wsmoak Date: Wed Mar 22 21:25:39 2006 New Revision: 388045 URL: http://svn.apache.org/viewcvs?rev=388045&view=rev Log: Tag for Shale version 1.0.2 Added: struts/shale/tags/STRUTS_SHALE_1_0_2/ - copied from r388044, struts/shale/trunk/ --

Re: Action 2

2006-03-22 Thread Don Brown
At this point, XWork will stay where it is, as the proposal only covers WebWork 2. There is no IP problem, as Apache code depends on external libraries all the time. We may decide later to bring over xwork, but for now, I believe it is staying. If we do decide to bring it in, it will have to

svn commit: r388013 - in /struts/shale/trunk: ./ build/ build/maven2/

2006-03-22 Thread wsmoak
Author: wsmoak Date: Wed Mar 22 19:27:27 2006 New Revision: 388013 URL: http://svn.apache.org/viewcvs?rev=388013&view=rev Log: Update version number for 1.0.2 Modified: struts/shale/trunk/build/maven2/shale-clay.pom struts/shale/trunk/build/maven2/shale-core.pom struts/shale/trunk/bui

Action 2

2006-03-22 Thread Paul Benedict
How is Action 2 going to deal with XWork intellectual property? I ask this because WebWork is just an extension of XWork, which AFAIK, XWork is not becoming Struts too. -- Paul --- Don Brown <[EMAIL PROTECTED]> wrote: > Whether we do this now or not is debatable, in my mind, but the more I think

svn commit: r388009 - in /struts/sandbox/trunk/action2/apps: cookbook/src/java/ cookbook/src/java/cookbook2/ cookbook/src/java/cookbook2/actiontag/ cookbook/src/java/cookbook2/pojo/ cookbook/src/webap

2006-03-22 Thread husted
Author: husted Date: Wed Mar 22 18:58:46 2006 New Revision: 388009 URL: http://svn.apache.org/viewcvs?rev=388009&view=rev Log: Action2 Apps * Cookbook ** Add first Buttons example (another will demonstrate calling aliases directly). Added: struts/sandbox/trunk/action2/apps/cookbook/src/jav

[Struts Wiki] Update of "ShaleRelease102" by WendySmoak

2006-03-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by WendySmoak: http://wiki.apache.org/struts/ShaleRelease102 The comment on the change is: Lets try this again... --

Re: Maven 2 repository containing Action 1.3?

2006-03-22 Thread Wendy Smoak
On 3/22/06, Don Brown <[EMAIL PROTECTED]> wrote: > Is there a Maven 2 repository that contains Action 1.3 jars? I know Apache > has a Maven 1 repository, but does it have a > Maven 2 yet? I'm trying to use Maven 2 for my work with Action 2. There is an m2 repo available at cvs.apache.org/maven

Re: [Proposal] Consolidate extras, EL, taglibs, and faces under 'action' (was Maven groupId and svn repo structure)

2006-03-22 Thread Don Brown
Whether we do this now or not is debatable, in my mind, but the more I think about it, the more I think we'll need to do it, and just from a project management perspective, let alone a end user confusion one. Shale has components, Action 2 will have components, and certainly Action 1 has compone

[Struts Wiki] Update of "StrutsUpgrade" by NiallPemberton

2006-03-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by NiallPemberton: http://wiki.apache.org/struts/StrutsUpgrade The comment on the change is: Add link to 1.2.9 upgrade notes ---

Maven 2 repository containing Action 1.3?

2006-03-22 Thread Don Brown
Is there a Maven 2 repository that contains Action 1.3 jars? I know Apache has a Maven 1 repository, but does it have a Maven 2 yet? I'm trying to use Maven 2 for my work with Action 2. Thanks, Don - To unsubscribe, e-mail:

[Struts Wiki] Update of "StrutsUpgradeNotes128to129" by NiallPemberton

2006-03-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by NiallPemberton: http://wiki.apache.org/struts/StrutsUpgradeNotes128to129 The comment on the change is: Add Struts 1.2.9 Upgrade Notes New page: #

svn commit: r387994 - /struts/sandbox/trunk/action2/legacy/src/main/java/org/apache/action2/legacy/

2006-03-22 Thread mrdon
Author: mrdon Date: Wed Mar 22 17:32:09 2006 New Revision: 387994 URL: http://svn.apache.org/viewcvs?rev=387994&view=rev Log: Adding ti legacy classes Added: struts/sandbox/trunk/action2/legacy/src/main/java/org/apache/action2/legacy/ - copied from r387979, struts/sandbox/trunk/ti/phas

svn commit: r387992 - /struts/sandbox/trunk/action2/legacy/src/main/java/org/apache/action2/legacy/

2006-03-22 Thread mrdon
Author: mrdon Date: Wed Mar 22 17:21:34 2006 New Revision: 387992 URL: http://svn.apache.org/viewcvs?rev=387992&view=rev Log: Intermediate commit Removed: struts/sandbox/trunk/action2/legacy/src/main/java/org/apache/action2/legacy/ ---

svn commit: r387989 - in /struts/sandbox/trunk/action2/legacy: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/action2/ src/main/java/org/apache/

2006-03-22 Thread mrdon
Author: mrdon Date: Wed Mar 22 17:19:40 2006 New Revision: 387989 URL: http://svn.apache.org/viewcvs?rev=387989&view=rev Log: Creating legacy module for action2, will move over Ti phase 1 stuff Added: struts/sandbox/trunk/action2/legacy/ struts/sandbox/trunk/action2/legacy/pom.xml str

[Struts Wiki] Update of "StrutsRelease129" by NiallPemberton

2006-03-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by NiallPemberton: http://wiki.apache.org/struts/StrutsRelease129 -- ==

svn commit: r387974 - in /struts/site/trunk/xdocs: announce.xml download.xml downloads.xml index.xml navigation.xml

2006-03-22 Thread niallp
Author: niallp Date: Wed Mar 22 15:46:41 2006 New Revision: 387974 URL: http://svn.apache.org/viewcvs?rev=387974&view=rev Log: Update Struts site for 1.2.9 Modified: struts/site/trunk/xdocs/announce.xml struts/site/trunk/xdocs/download.xml struts/site/trunk/xdocs/downloads.xml str

Re: New Bugzilla Version for 1.2.9

2006-03-22 Thread Martin Cooper
Done. -- Martin Cooper On 3/22/06, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > Could someone with appropriate karma please create a new Bugzilla version > for 1.2.9? > > tia > > Niall > > > > - > To unsubscribe, e-mail: [EMAI

New Bugzilla Version for 1.2.9

2006-03-22 Thread Niall Pemberton
Could someone with appropriate karma please create a new Bugzilla version for 1.2.9? tia Niall - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Standalone Tiles: Status and Call for Help

2006-03-22 Thread Paul Benedict
>> there's no current implementatino of things like MockPageContext Craig, there is one in the Spring Framework library. :) Spring contains mocks of the servlet api. The library doesn't depend on Spring, but they have their own mocks. Spring uses the MockPageContext to write unit tests for their

Re: Standalone Tiles: Status and Call for Help

2006-03-22 Thread Greg Reddin
On Mar 22, 2006, at 11:45 AM, Craig McClanahan wrote: The Shale test framework classes include mock implementations of essentially all APIs in the servlet spec (as well as JSF, but that's not really relevant here). As such, it can be used as a source of things like MockServletContext, Mock

Re: Standalone Tiles: Status and Call for Help

2006-03-22 Thread Craig McClanahan
On 3/22/06, Greg Reddin <[EMAIL PROTECTED]> wrote: > > > On Mar 21, 2006, at 6:04 PM, Craig McClanahan wrote: > > > For a library claiming to be "standalone", I would be a little > > cautious > > about depending on either set of mock object APIs. > > Certainly, no such dependencies should be in the

Re: Standalone Tiles: Status and Call for Help

2006-03-22 Thread Greg Reddin
On Mar 22, 2006, at 9:41 AM, Antonio Petrelli wrote: It is not an issue anymore because I wrote a workaround in Dimensions code. It simply clears the "path" attribute of a definition when it's extended (overloaded) when the extended definition does not specify the "path" attribute. The wor

Re: Standalone Tiles: Status and Call for Help

2006-03-22 Thread Antonio Petrelli
Greg Reddin ha scritto: Seems a couple of weeks ago you sent an email about a potential bug or missing piece. We had a short exchange about it and it fell off my radar as I was trying to make sure I understood what your need was. It was something about Tiles definitions with extends and path

[Struts Wiki] Update of "StrutsRelease129" by NiallPemberton

2006-03-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by NiallPemberton: http://wiki.apache.org/struts/StrutsRelease129 The comment on the change is: Add quality vote result

[VOTE][RESULT] Struts 1.2.9 Quality

2006-03-22 Thread Niall Pemberton
Strust 1.2.9 has received the following votes: Don Brown voted for "GA" quality (binding) Frank Zammetti voted for "GA" quality (non-binding) Niall Pemberton voted for "GA" quality (binding) Martin Cooper voted for "GA" quality (binding) Therefore Struts 1.2.9 will be designated "GA" quality.

Re: Standalone Tiles: Status and Call for Help

2006-03-22 Thread Greg Reddin
On Mar 21, 2006, at 6:04 PM, Craig McClanahan wrote: For a library claiming to be "standalone", I would be a little cautious about depending on either set of mock object APIs. Certainly, no such dependencies should be in the core software, but dependencies in the test cases are acceptable

Re: [OT] Re: Standalone Tiles: Status and Call for Help

2006-03-22 Thread Greg Reddin
On Mar 22, 2006, at 8:51 AM, Antonio Petrelli wrote: Greg Reddin ha scritto: On Mar 22, 2006, at 2:51 AM, Antonio Petrelli wrote: Antonio Petrelli ha scritto: I can work on it for about 1-2 hour a day. I meant one or two hours a day, not half an hour... It was a bit ambiguous...

Re: Standalone Tiles: Status and Call for Help

2006-03-22 Thread Greg Reddin
On Mar 22, 2006, at 2:35 AM, Antonio Petrelli wrote: Uh? Who called me? I obviously will be pleased to help if you want :-) I could take my experience with Dimensions to add some missing pieces. Anyway, if I will be so lucky to help you all, notice that I am very busy, I can work on it for

[OT] Re: Standalone Tiles: Status and Call for Help

2006-03-22 Thread Antonio Petrelli
Greg Reddin ha scritto: On Mar 22, 2006, at 2:51 AM, Antonio Petrelli wrote: Antonio Petrelli ha scritto: I can work on it for about 1-2 hour a day. I meant one or two hours a day, not half an hour... It was a bit ambiguous... If you have that much time to spend on it then I envy you :-)

Re: Standalone Tiles: Status and Call for Help

2006-03-22 Thread Greg Reddin
On Mar 22, 2006, at 2:51 AM, Antonio Petrelli wrote: Antonio Petrelli ha scritto: I can work on it for about 1-2 hour a day. I meant one or two hours a day, not half an hour... It was a bit ambiguous... If you have that much time to spend on it then I envy you :-) -

svn commit: r387866 - /struts/taglib/trunk/project.xml

2006-03-22 Thread jmitchell
Author: jmitchell Date: Wed Mar 22 06:00:59 2006 New Revision: 387866 URL: http://svn.apache.org/viewcvs?rev=387866&view=rev Log: We really need to remember to keep these in sync Modified: struts/taglib/trunk/project.xml Modified: struts/taglib/trunk/project.xml URL: http://svn.apache.org/v

svn commit: r387864 - /struts/shale/trunk/build.xml

2006-03-22 Thread wsmoak
Author: wsmoak Date: Wed Mar 22 05:52:59 2006 New Revision: 387864 URL: http://svn.apache.org/viewcvs?rev=387864&view=rev Log: Exclude the 'xdocs' directories from the framework release distribution. Modified: struts/shale/trunk/build.xml Modified: struts/shale/trunk/build.xml URL: http://s

Re: userdefined clientside validations in struts

2006-03-22 Thread Ted Husted
This is a question best suited for the user list. Sadly, there is not a forum setup for the user list right now, so you will have to subscribe there and post in the old-fashioned way. * http://struts.apache.org/mail.html -Ted. On 3/22/06, nagabrahmam <[EMAIL PROTECTED]> wrote: > How to use our o

svn commit: r387851 - /struts/action/trunk/src/java/org/apache/struts/mock/MockMultipartRequestHandler.java

2006-03-22 Thread jmitchell
Author: jmitchell Date: Wed Mar 22 05:21:54 2006 New Revision: 387851 URL: http://svn.apache.org/viewcvs?rev=387851&view=rev Log: 'enum' is a reserved word in Java 5.0 and higher Modified: struts/action/trunk/src/java/org/apache/struts/mock/MockMultipartRequestHandler.java Modified: struts

userdefined clientside validations in struts

2006-03-22 Thread nagabrahmam
How to use our own JAVASCRIPT tags on client side in struts-framework? ie., how can i use userdefined validations on client side in struts? i hava created a jsp page like this but it was not working. //*.jsp ---

userdefined client-side validations in struts

2006-03-22 Thread nagabrahmam
How to use our own JAVASCRIPT tags on client side in struts-framework? ie., how can i use userdefined validations on client side in struts? i hava created a jsp page like this but it was not working. //*.jsp ---

userdefined client-side validations

2006-03-22 Thread nagabrahmam
How to use our own JAVASCRIPT tags on client side in struts-framework? - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=23160&messageID=44909#44909 -

FW: Re: Struts shale questions / modifications

2006-03-22 Thread Juan Ara
--- Please Note: This is a conv. I had with Craig and I cannot access bugzilla ATM, so I'm forwarding this to the full list with attachments. --- This email has my first email fo Craig, his reply and at last my new reply to both Craig and List. / First Email / Dear C

Re: Standalone Tiles: Status and Call for Help

2006-03-22 Thread Antonio Petrelli
Antonio Petrelli ha scritto: I can work on it for about 1-2 hour a day. I meant one or two hours a day, not half an hour... It was a bit ambiguous... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Standalone Tiles: Status and Call for Help

2006-03-22 Thread Antonio Petrelli
Greg Reddin ha scritto: In addition I'm sure there are things that have been raised that I haven't addressed. especially from Antonio Petrelli. Uh? Who called me? I obviously will be pleased to help if you want :-) I could take my experience with Dimensions to add some missing pieces. Anyway,