ASF Notice file for Tiles 2

2006-11-09 Thread Antonio Petrelli
Hello! What do you suggest to put in the NOTICE.txt file for Tiles 2? Apache Tiles or Apache Struts Tiles or what else? Thank you Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Tiles +GetTag +Tomcat 5.? problem

2006-11-09 Thread Antonio Petrelli
Eduardo Simioni ha scritto: Hi all, I'm facing a problem with Tiles GetTag on recent Tomcat versions (couldn't find the exact version, but is the one packaged with Sun Application Server EE 8). Please ask the Struts Users mailing list: http://struts.apache.org/mail.html Ciao Antonio

Re: New validator to date

2006-11-09 Thread Antonio Petrelli
ignacio83 ha scritto: Hi all. Its is my First message in list... Well... wrong list :-) Write to Struts Users mailing list: http://struts.apache.org/mail.html Ciao Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: ASF Notice file for Tiles 2

2006-11-09 Thread Greg Reddin
I think most discussions have leaned towards moving Tiles out of Struts once it gets ready to graduate from the sandbox. So I'd prefer Apache Tiles myself. Other thoughts? Greg On Nov 9, 2006, at 6:58 AM, Antonio Petrelli wrote: Hello! What do you suggest to put in the NOTICE.txt file

Re: ASF Notice file for Tiles 2

2006-11-09 Thread David H. DeWolf
Agreed. This would match our package structure as well. -D Greg Reddin wrote: I think most discussions have leaned towards moving Tiles out of Struts once it gets ready to graduate from the sandbox. So I'd prefer Apache Tiles myself. Other thoughts? Greg On Nov 9, 2006, at 6:58 AM,

Re: ASF Notice file for Tiles 2

2006-11-09 Thread James Mitchell
Ya, no matter how much hand waving and documentation you do, if someone goes to struts.apache.org to download tiles, then in their mind tiles is part of struts. Same thing was true for Shale when it was here, which doesn't seem like a problem any more from what I can tell. -- James

[tiles2] Known problems with tiles-test/pom.xml

2006-11-09 Thread Antonio Petrelli
Hello! I would like you to know that tiles-test/pom.xml has a known problem. The mvn package command needs, to work correctly, maven-war-plugin version 2.0.2 that it is unreleased. The problem is in the management of the targetPath element in the configuration of the webResource:

Re: [tiles2] Known problems with tiles-test/pom.xml

2006-11-09 Thread Wendy Smoak
On 11/9/06, Antonio Petrelli [EMAIL PROTECTED] wrote: I would like you to know that tiles-test/pom.xml has a known problem. The mvn package command needs, to work correctly, maven-war-plugin version 2.0.2 that it is unreleased. The problem is in the management of the targetPath element in the

Re: [tiles2] Known problems with tiles-test/pom.xml

2006-11-09 Thread Antonio Petrelli
Wendy Smoak ha scritto: On 11/9/06, Antonio Petrelli [EMAIL PROTECTED] wrote: I would like you to know that tiles-test/pom.xml has a known problem. The mvn package command needs, to work correctly, maven-war-plugin version 2.0.2 that it is unreleased. The problem is in the management of the

Re: [tiles2] Known problems with tiles-test/pom.xml

2006-11-09 Thread Antonio Petrelli
Wendy Smoak ha scritto: On 11/9/06, Antonio Petrelli [EMAIL PROTECTED] wrote: It works only if you install the plugin manually, because it seems that it depends on Maven 2-SNAPSHOT, that cause the process to fail. Wendy, what do you suggest? Should I add (and commit) a reference to version

Re: [tiles2] Known problems with tiles-test/pom.xml

2006-11-09 Thread Wendy Smoak
On 11/9/06, Antonio Petrelli [EMAIL PROTECTED] wrote: [INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository Try downloading the file manually from the project website. Then, install it using

Re: [tiles2] Known problems with tiles-test/pom.xml

2006-11-09 Thread Antonio Petrelli
Wendy Smoak ha scritto: On 11/9/06, Antonio Petrelli [EMAIL PROTECTED] wrote: [INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository Try downloading the file manually from the project

Re: [tiles2] Known problems with tiles-test/pom.xml

2006-11-09 Thread Wendy Smoak
Interesting... Tiles 2 has a dependency on JUnit 4? Last time I checked, Surefire didn't support JUnit 4 yet. SUREFIRE-31 is still open [1]. How did you get it to work? http://jira.codehaus.org/browse/SUREFIRE-31 -- Wendy -

[s2] Trouble building Showcase

2006-11-09 Thread Wendy Smoak
MultipleFileUploadUsingListAction seems to be missing its package statement and a few imports. -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Showcase and zero xml config

2006-11-09 Thread Wendy Smoak
In the Showcase app, how does this URL work? http://localhost:8080/struts2-showcase/person/newPerson!input.action It's using the new zero xml config feature from WW-1491 [1]. I thought I'd find an 'input' method in the NewPersonAction class, but instead there is just a result named input that

Re: Showcase and zero xml config

2006-11-09 Thread Wendy Smoak
On 11/9/06, Wendy Smoak [EMAIL PROTECTED] wrote: http://localhost:8080/struts2-showcase/person/newPerson!input.action ... I thought I'd find an 'input' method in the NewPersonAction class, but instead there is just a result named input that isn't returned by anything. :::sigh::: As usual,

Re: [s2] XWork2 release plan

2006-11-09 Thread Rainer Hermanns
Ted, I think the biggest problem for xwork2 is still the fact, that there is no retroweaver enabled build for Java 1.4. Also the build with maven is not working as required. I hope to get the maven build done till the mid of next week. Toby promised to help out with the other open issues in

Re: ajax tags

2006-11-09 Thread Rainer Hermanns
Musachy send me the required files via email. I am currently in progress of incorporating the patches into the locally updated repo. I'll work further on these over the weekend, so that dojo 0.4 with (hopefully) working ajax tags should be in place until monday. regards, Rainer Does this list

Re: ajax tags

2006-11-09 Thread Musachy Barroso
Let me know if you find any problem, I don't have much to do this weekend :) musachy Rainer Hermanns wrote: Musachy send me the required files via email. I am currently in progress of incorporating the patches into the locally updated repo. I'll work further on these over the weekend, so that

Re: [s2] XWork2 release plan

2006-11-09 Thread Don Brown
Actually, I'd like to make one more semi-major change while we have the opportunity. I've been working on revamping the configuration to combine struts.properties into struts.xml, and use an internal dependency injection container (Bob's Guice project [1]) to wire internal XWork and Struts

Re: [s2] XWork2 release plan

2006-11-09 Thread Ted Husted
Thanks, Rainer. Applying Retroweaver is trivial. It's just a filter that that you run over the J5 JAR. It only takes a few seconds. We are already bundling a XW2/J4 JAR with Struts 2. People have been using it, and I understand it works just fine. *

Re: [s2] XWork2 release plan

2006-11-09 Thread Ted Husted
I'd like to do this now because this does have significant implications for internal XWork API's and a major release is the proper time to make those types of changes. +1 -T. - Posted via Jive Forums

Re: [s2] XWork2 release plan

2006-11-09 Thread tm jee
Hi guys, I think there's an issue that might be related to retrotranslator. Its at https://issues.apache.org/struts/browse/WW-1493 Could this be related? Thoughs Have anyone used the weaved jar file with BEA JRockit? Thx. Ted Husted [EMAIL PROTECTED] wrote: Thanks, Rainer. Applying

Re: [CONF] Confluence Changes in the last 24 hours

2006-11-09 Thread David Blevins
So I went to go yank the role user I setup to receive the per-page- edit notifications (been a busy week), but it looks like it's already been taken care of. If someone could confirm either way that'd be great. Thanks, David On Nov 5, 2006, at 2:01 PM, Ted Husted wrote: I'd prefer that

Re: [CONF] Confluence Changes in the last 24 hours

2006-11-09 Thread Don Brown
Yep, I removed the user that was getting the per-edit notifications. Don David Blevins wrote: So I went to go yank the role user I setup to receive the per-page-edit notifications (been a busy week), but it looks like it's already been taken care of. If someone could confirm either way

[s2] Showcase - Sitemesh and Tiles?

2006-11-09 Thread David H. DeWolf
I've added a tiles showcase to the showcase app, but am unable to get it to play nicely with Sitemesh. If I do not add the tiles/* pattern to the sitemesh excludes, nothing renders when I use a tiles result. Interestingly, if I step through the code, after the TilesResult executes, I can see