[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

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 that'

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: [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 Retrow

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 http://forums.op

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. * http://www.apache.org/dist/struts/library/str

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 co

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: 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: [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 xwork

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,

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 i

[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]

Re: svn commit: r473016 - in /struts/sandbox/trunk/tiles: tiles-core/src/main/java/org/apache/tiles/impl/mgmt/DefinitionManager.java tiles-test/src/main/webapp/index.jsp

2006-11-09 Thread David H. DeWolf
:)) I should have been more specific. . .all of the tiles-test jsps render the correct output. If we were to add selenium tests for them, then we'd have all green against the new tiles container architecture. So yes, please, we'd love to see more contributed! David Wendy Smoak wrote: On 1

Re: svn commit: r473016 - in /struts/sandbox/trunk/tiles: tiles-core/src/main/java/org/apache/tiles/impl/mgmt/DefinitionManager.java tiles-test/src/main/webapp/index.jsp

2006-11-09 Thread Wendy Smoak
On 11/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: ddewolf Date: Thu Nov 9 10:47:09 2006 New Revision: 473016 URL: http://svn.apache.org/viewvc?view=rev&rev=473016 Log: All selenium tests now pass, including definition tags that use the mutable container All... two of them? :)

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

2006-11-09 Thread David H. DeWolf
Nothing special. I've found that it works as long as you don't use the annotations. -D Wendy Smoak wrote: 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.co

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 -

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 websit

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 usin

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 2.

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

2006-11-09 Thread Wendy Smoak
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 2.0.2-SNAPSHOT or is it pre

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 t

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 i

[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: http://

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

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, Anton

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: 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 a

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

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 PRO