[Shale] JSCookMenu and full HTML Clay

2006-01-24 Thread hermod.opstvedt
Hi I am trying to get JSCoockMenu to work in a full HTML Clay setting. So I first thought I would try to take sample from Tomahawk (simple) and create a full HTML Clay test. However it is not giving the expected result: A reduced test looks like this: which renders to th

RE: [Shale] Reorganization of Shale nightly build artifacts

2006-01-24 Thread hermod.opstvedt
Hi I am trying to get JSCoockMenu to work in a full HTML Clay setting. So I first thought I would try to take sample from Tomahawk (simple) and create a full HTML Clay test. However it is not giving the expected result: A reduced test looks like this: which renders to th

svn commit: r372134 - in /struts/flow/trunk/xdocs: guess-example.xml index.xml remote-example.xml templates-example.xml wizard-example.xml

2006-01-24 Thread mrdon
Author: mrdon Date: Tue Jan 24 22:27:37 2006 New Revision: 372134 URL: http://svn.apache.org/viewcvs?rev=372134&view=rev Log: Updating docs with new controller/view convention Modified: struts/flow/trunk/xdocs/guess-example.xml struts/flow/trunk/xdocs/index.xml struts/flow/trunk/xdocs

Re: [VOTE] Accept WebWork 2 Merger Incubator Proposal

2006-01-24 Thread Martin Cooper
On 1/24/06, Don Brown <[EMAIL PROTECTED]> wrote: > > http://wiki.apache.org/struts/WebWork2Incubator +1 Being a dope, I only just noticed that, although I'm listed as a mentor, I didn't list myself as an initial committer. I'd like to add my name before we send this proposal to the incubator. -

svn commit: r372127 - in /struts/flow/trunk/src: examples/ examples/WEB-INF/templates/views/guess/ java/org/apache/struts/flow/ java/org/apache/struts/flow/core/javascript/fom/

2006-01-24 Thread mrdon
Author: mrdon Date: Tue Jan 24 22:03:54 2006 New Revision: 372127 URL: http://svn.apache.org/viewcvs?rev=372127&view=rev Log: Added the new controller and view naming convention, fixed bad link on templates example, added call to "unknown" action if desired not found Modified: struts/flow/tru

svn commit: r372122 - in /struts/flow/trunk/src/examples/WEB-INF: guess/controllers/ remote/controllers/ templates/controllers/

2006-01-24 Thread mrdon
Author: mrdon Date: Tue Jan 24 21:54:22 2006 New Revision: 372122 URL: http://svn.apache.org/viewcvs?rev=372122&view=rev Log: Wrong extension... Added: struts/flow/trunk/src/examples/WEB-INF/guess/controllers/guessController.js - copied unchanged from r372120, struts/flow/trunk/src/exa

svn commit: r372120 - in /struts/flow/trunk/src/examples/WEB-INF: ./ guess/controllers/ remote/controllers/ templates/controllers/ wizard/controllers/

2006-01-24 Thread mrdon
Author: mrdon Date: Tue Jan 24 21:52:19 2006 New Revision: 372120 URL: http://svn.apache.org/viewcvs?rev=372120&view=rev Log: Renaming controllers Added: struts/flow/trunk/src/examples/WEB-INF/guess/controllers/guessController.java - copied unchanged from r372109, struts/flow/trunk/sr

svn commit: r372119 - in /struts/flow/trunk/src/examples/WEB-INF/wizard/controllers: Registration.js registration.js

2006-01-24 Thread mrdon
Author: mrdon Date: Tue Jan 24 21:51:50 2006 New Revision: 372119 URL: http://svn.apache.org/viewcvs?rev=372119&view=rev Log: changing names temporarily... Added: struts/flow/trunk/src/examples/WEB-INF/wizard/controllers/registration.js - copied, changed from r372118, struts/flow/trunk

svn commit: r372109 - in /struts/flow/trunk/src/examples/WEB-INF: guess/controllers/ guess/views/ guess/views/guess/ remote/controllers/ remote/views/ remote/views/guess/ templates/controllers/ templa

2006-01-24 Thread mrdon
Author: mrdon Date: Tue Jan 24 21:23:18 2006 New Revision: 372109 URL: http://svn.apache.org/viewcvs?rev=372109&view=rev Log: Renamed controllers/views to match new conventions Added: struts/flow/trunk/src/examples/WEB-INF/guess/controllers/guess.js - copied, changed from r372106, stru

svn commit: r372106 - in /struts/flow/trunk/src/examples/WEB-INF: guess/controllers/ guess/flow/ guess/jsp/ guess/views/ remote/controllers/ remote/flow/ remote/jsp/ remote/views/ templates/controller

2006-01-24 Thread mrdon
Author: mrdon Date: Tue Jan 24 21:14:44 2006 New Revision: 372106 URL: http://svn.apache.org/viewcvs?rev=372106&view=rev Log: Renaming example dirs to new conventions Added: struts/flow/trunk/src/examples/WEB-INF/guess/controllers/ - copied from r371121, struts/flow/trunk/src/examples/

Ajax frameworks (was [VOTE] Accept WebWork 2 Merger Incubator Proposal)

2006-01-24 Thread Don Brown
Sounds interesting. You might want to bring it up on the Struts user mailing list and gather interest there. How new frameworks and ideas are generally brought into Struts is by gathering a strong interest and following from Struts developers, enough that devs will sit up and take notice. Y

Re: [VOTE] Accept WebWork 2 Merger Incubator Proposal

2006-01-24 Thread Bryan LaPlante
Hi folks, I just joined your dev group and noticed the voting here in. I have looked at most of the AJAX frameworks and I have to through my 2 cents in here. Webwork is using DWR flavor of AJAX. In my experience this introduces more config settings and new syntax requirements on the client and ser

Re: Accept WebWork 2 Merger Incubator Proposal

2006-01-24 Thread Craig McClanahan
On 1/24/06, Don Brown <[EMAIL PROTECTED]> wrote: > http://wiki.apache.org/struts/WebWork2Incubator > > = PROJECT PROPOSAL = > > WebWork 2: A Java web application development framework > > A proposal to merge the WebWork 2 community and codebase into the Apache > Struts project. The new codebase is

Re: [VOTE] Accept WebWork 2 Merger Incubator Proposal

2006-01-24 Thread Don Brown
Unsurprisingly, my +1 Don Don Brown wrote: http://wiki.apache.org/struts/WebWork2Incubator = PROJECT PROPOSAL = WebWork 2: A Java web application development framework A proposal to merge the WebWork 2 community and codebase into the Apache Struts project. The new codebase is slated to be

[Shale] Reorganization of Shale nightly build artifacts

2006-01-24 Thread Craig McClanahan
Beginning with the 20060125 nightly build[1], the downloadable artifacts of the Struts Shale Framework have been reorganized. This was done to support the ability to provide downloadable example applications that are ready to run, without bloating the size of the overall framework due to multiple

[VOTE] Accept WebWork 2 Merger Incubator Proposal

2006-01-24 Thread Don Brown
http://wiki.apache.org/struts/WebWork2Incubator = PROJECT PROPOSAL = WebWork 2: A Java web application development framework A proposal to merge the WebWork 2 community and codebase into the Apache Struts project. The new codebase is slated to become Struts Action 2. = RATIONALE = The memb

[Struts Wiki] Update of "WebWork2Incubator" by DonBrown

2006-01-24 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 DonBrown: http://wiki.apache.org/struts/WebWork2Incubator -- * Ian

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

2006-01-24 Thread craigmcc
Author: craigmcc Date: Tue Jan 24 20:03:46 2006 New Revision: 372097 URL: http://svn.apache.org/viewcvs?rev=372097&view=rev Log: Add "starter kit" directory structures for creating a new project based on Shale, using the Shale Blank Starter App structure as a guideline. Modified: struts/shale

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

2006-01-24 Thread craigmcc
Author: craigmcc Date: Tue Jan 24 19:51:07 2006 New Revision: 372093 URL: http://svn.apache.org/viewcvs?rev=372093&view=rev Log: Add the Shale MailReader Example to the set of example webapps that are published as part of a release. Modified: struts/shale/trunk/build.xml Modified: struts/sha

svn commit: r372089 - in /struts/shale/trunk/mailreader/src/web: index.jsp logon.jsp mainMenu.jsp registration.jsp subscription.jsp

2006-01-24 Thread craigmcc
Author: craigmcc Date: Tue Jan 24 19:42:10 2006 New Revision: 372089 URL: http://svn.apache.org/viewcvs?rev=372089&view=rev Log: Cosmetic changes only. Modified: struts/shale/trunk/mailreader/src/web/index.jsp struts/shale/trunk/mailreader/src/web/logon.jsp struts/shale/trunk/mailread

svn commit: r372087 - in /struts/shale/trunk/mailreader/src: java/org/apache/shale/examples/mailreader/ web/WEB-INF/

2006-01-24 Thread craigmcc
Author: craigmcc Date: Tue Jan 24 19:38:42 2006 New Revision: 372087 URL: http://svn.apache.org/viewcvs?rev=372087&view=rev Log: Cosmetic changes only, except for a couple of places where we eliminate direct dependencies on Commons BeanUtils. Modified: struts/shale/trunk/mailreader/src/java/

DO NOT REPLY [Bug 38375] - ValidatorForm validate with external key

2006-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38375] New: - ValidatorForm validate with external key

2006-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r372083 - /struts/sandbox/trunk/archetypes/shale-blank/src/main/resources/META-INF/archetype.xml

2006-01-24 Thread wsmoak
Author: wsmoak Date: Tue Jan 24 18:55:03 2006 New Revision: 372083 URL: http://svn.apache.org/viewcvs?rev=372083&view=rev Log: Removed incorrect archetype.xml file. Removed: struts/sandbox/trunk/archetypes/shale-blank/src/main/resources/META-INF/archetype.xml --

svn commit: r372082 - in /struts/sandbox/trunk/archetypes/shale-blank: ./ ext/ lib/ src/conf/ src/java/ src/main/resources/META-INF/ src/main/resources/archetype-resources/src/main/java/ src/main/reso

2006-01-24 Thread wsmoak
Author: wsmoak Date: Tue Jan 24 18:51:28 2006 New Revision: 372082 URL: http://svn.apache.org/viewcvs?rev=372082&view=rev Log: Reorganize existing files into archetype structure. Added: struts/sandbox/trunk/archetypes/shale-blank/src/main/resources/META-INF/archetype.xml (with props)

DO NOT REPLY [Bug 38374] - Automatic Validation always bypassed with CANCEL_PROPERTY

2006-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38374] - Automatic Validation always bypassed with CANCEL_PROPERTY

2006-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38374] New: - Automatic Validation always bypassed with CANCEL_PROPERTY

2006-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r372078 - in /struts/shale/trunk/mailreader: build.xml default.properties ext/ lib/ src/conf/MANIFEST.MF src/java/org/apache/shale/examples/mailreader/ApplicationListener.java src/systest/

2006-01-24 Thread craigmcc
Author: craigmcc Date: Tue Jan 24 18:23:41 2006 New Revision: 372078 URL: http://svn.apache.org/viewcvs?rev=372078&view=rev Log: Update the build script for the Shale MailReader Example to one based on the (new) blank project template. The application compiles and runs; need to tweak some stylist

[Struts Wiki] Update of "WebWork2Incubator" by MartinCooper

2006-01-24 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 MartinCooper: http://wiki.apache.org/struts/WebWork2Incubator The comment on the change is: tm_jee --> Toby Jee -

Confirmation

2006-01-24 Thread tm jee
Hi All, Sorry for the late reply. Didn't realise this until it was posted in WebWork's forum. I'd like to confirm that I'd like to join the development of Struts Action Framework. My name is Toby Jee. Thanks a lot. regards ___

Re: Validation Security Hole?

2006-01-24 Thread Laurie Harper
Paul Benedict wrote: Laurie, Do we have a proprosed solution? I volunteer to write it, whatever we decide on, unless a committer feels it is more appropriate for him/her to write it. I believe we have several proposed solutions: - add an action-mapping config option to enable cancel processi

[Struts Wiki] Update of "WebWork2Incubator" by JamesMitchell

2006-01-24 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 JamesMitchell: http://wiki.apache.org/struts/WebWork2Incubator -- *

[Struts Wiki] Update of "JamesMitchell" by JamesMitchell

2006-01-24 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 JamesMitchell: http://wiki.apache.org/struts/JamesMitchell -- ##lang

Re: Audible Ajax Interview

2006-01-24 Thread James Mitchell
This is a pretty good interview. -- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring 678.910.8017 - Original Message - From: "Patrick Lightbody" <[EMAIL PROTECTED]> Newsgroups: gmane.comp.java.open-symphony.webwork Sent: Monday, January 23, 2006 2:13 PM

Proposal's list of committers

2006-01-24 Thread Don Brown
I should probably clarify why there are only a few WebWork committers on the proposal. To ensure the project gets through the Incubator quickly and efficiently, we are restricting the list of initial committers to just a few core WebWork developers. Once the project gets out of the Incubator, w

[Struts Wiki] Update of "WebWork2Incubator" by DonBrown

2006-01-24 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 DonBrown: http://wiki.apache.org/struts/WebWork2Incubator The comment on the change is: Thanks for the interest, but we're keeping to a few core d

[Struts Wiki] Update of "WebWork2Incubator" by digi9ten

2006-01-24 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 digi9ten: http://wiki.apache.org/struts/WebWork2Incubator -- * Patr

Re: svn commit: r371783 - /struts/sandbox/trunk/tiles/pom.xml

2006-01-24 Thread Greg Reddin
Thanks, Wendy. Looks awesome. Greg On Jan 23, 2006, at 9:36 PM, Wendy Smoak wrote: On 1/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: wsmoak Date: Mon Jan 23 18:56:45 2006 New Revision: 371783 URL: http://svn.apache.org/viewcvs?rev=371783&view=rev Log: Added Maven 2 build file

Re: Last call for Struts committers to be on merger proposal

2006-01-24 Thread Rainer Hermanns
Martin, just send Toby a note about this. Rainer > On 1/24/06, Don Brown <[EMAIL PROTECTED]> wrote: >> >> We only have one more WebWork committer to join the Struts dev mailing >> list and confirm his public interest. > > > I assume you're referring to tm_jee here. Perhaps we should give this > pe

Re: Last call for Struts committers to be on merger proposal

2006-01-24 Thread Don Brown
Both Patrick and I have emailed him directly, so hopefully, this will be resolved soon, but I agree, if we don't hear from him by Friday, I'll remove his name and call the vote without him. Don Martin Cooper wrote: On 1/24/06, Don Brown <[EMAIL PROTECTED]> wrote: We only have one more WebWor

Re: Last call for Struts committers to be on merger proposal

2006-01-24 Thread Martin Cooper
On 1/24/06, Don Brown <[EMAIL PROTECTED]> wrote: > > We only have one more WebWork committer to join the Struts dev mailing > list and confirm his public interest. I assume you're referring to tm_jee here. Perhaps we should give this person a few days (3?) to respond, and if we don't hear back, s

Last call for Struts committers to be on merger proposal

2006-01-24 Thread Don Brown
We only have one more WebWork committer to join the Struts dev mailing list and confirm his public interest. Once he has, I plan to call for a vote to accept the merger proposal as written up on the wiki [1]. If any Struts committers want to lend their name to the project and help out, this is

[Struts Wiki] Trivial Update of "WebWork2Incubator" by DonBrown

2006-01-24 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 DonBrown: http://wiki.apache.org/struts/WebWork2Incubator -- = RA

RE: Validation Security Hole?

2006-01-24 Thread George.Dinwiddie
Rick Reumann agreed: > > On 1/23/06, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > > > So, all they need to do is remove the positive branch > there, move is to > > wasCancelled(), and remove the rest of the if block. > > > > Anyone else see that as a reasonable solution? Is there a > flaw i

[Struts Wiki] Update of "PaulBrowne" by paulbrowne

2006-01-24 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 paulbrowne: http://wiki.apache.org/struts/PaulBrowne New page: #format wiki #language fr == Paul Browne == Adresse électronique : [[MailTo(strut

[Struts Wiki] Update of "StrutsArticles" by paulbrowne

2006-01-24 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 paulbrowne: http://wiki.apache.org/struts/StrutsArticles -- * [h

[Struts Wiki] Update of "StrutsArticles" by paulbrowne

2006-01-24 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 paulbrowne: http://wiki.apache.org/struts/StrutsArticles -- * [h