Re: bamboo is failing

2007-03-13 Thread Don Brown
Looks like the renaming of files to the same name but different case was breaking the svn client bamboo uses. Hopefully we won't have many more of those :) Don On 3/13/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: It seems like bamboo is having some kind of trouble with svn: Failed to get t

Re: [s2] Struts 2.0.7 Status

2007-03-13 Thread Nils-Helge Garli
As long as the URL building has been refactored, or will be refactored at the same time, as discussed earlier, there shouldn't be anything stopping from extracting it as a plugin. Nils-H On 3/14/07, James Mitchell <[EMAIL PROTECTED]> wrote: Ok, I took the portlet app and added some pluto maven

[s2] Localization (with portlets)

2007-03-13 Thread Paul Benedict
I am getting back in gear to enhance localization for Struts 1, which I hope will prove useful for Struts 2 as well. One thing I need to know though is how the locale is determined for a portlet? Right now I have tied the getting/setting of the locale to the servlet objects, but this wouldn't b

Re: [s2] Struts 2.0.7 Status

2007-03-13 Thread James Mitchell
Ok, I took the portlet app and added some pluto maven magic and deployed it to pluto 1.1.0...works fine. Now, I'd like to begin pulling the portlet code out into a plugin. It seems pretty straight forward, however, since I've not messed with the plugin architecture very much, are there any

Re: [PROPOSAL] Merge Annotations and Archetype into the trunk for the 2.1.x series (was struts-annotations)

2007-03-13 Thread Paul Benedict
+1 on the merge Patrick Lightbody wrote: Seems like bringing them in would make sense, especially if the people who are managing them say so. Since I don't experience the pain, I certainly can't vote -1. So I'm a +0-1 :) - Pos

Re: [s2] Development Infrastructure (Re: [s2] Struts 2.0.7 Status)

2007-03-13 Thread Patrick Lightbody
Probably wouldn't be a bad idea to get a standalone instance of Forums 5.5 (coming out soon) set up for Struts. Email me if you want to get that going, or if you can provide me instructions for setting it up (zone login info, etc). -

Re: [PROPOSAL] Merge Annotations and Archetype into the trunk for the 2.1.x series (was struts-annotations)

2007-03-13 Thread Patrick Lightbody
Seems like bringing them in would make sense, especially if the people who are managing them say so. Since I don't experience the pain, I certainly can't vote -1. So I'm a +0-1 :) - Posted via Jive Forums http://forums.opensympho

Re: [PROPOSAL] Merge Annotations and Archetype into the trunk for the 2.1.x series (was struts-annotations)

2007-03-13 Thread Don Brown
Yeah, while I know there are good reasons to keep annotations and the archetypes outside the struts 2 codebase, from a pragmatic standpoint, I'd also like to bring them back in. Sure, the annotations could be useful for other projects, but until anyone signs up to do to the work, I just don't see

bamboo is failing

2007-03-13 Thread Musachy Barroso
It seems like bamboo is having some kind of trouble with svn: Failed to get the build source code (Occurrences 10) (com.atlassian.bamboo.repository.RepositoryException: Struts 2 SVN - Main Build) musachy -- "Hey you! Would you help me to carry the stone?" Pink Floyd

Re: [PROPOSAL] Merge Annotations and Archetype into the trunk for the 2.1.x series (was struts-annotations)

2007-03-13 Thread Musachy Barroso
These are the annotations we are using to generate the tld for the tags (StrutsTagAnnotation, StrutsTagAttributeAnnotation) regards musachy On 3/13/07, Patrick Lightbody <[EMAIL PROTECTED]> wrote: Ted, What "annotations" are we talking about? The annotations used for configuration, or somethin

Re: Showcase - quickstart

2007-03-13 Thread Patrick Lightbody
Yes, I believe QuickStart has since been removed in favor of encouraging "mvn jetty:run" or something similar. The file has been removed. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=70352&messageI

Re: [PROPOSAL] Merge Annotations and Archetype into the trunk for the 2.1.x series (was struts-annotations)

2007-03-13 Thread Patrick Lightbody
Ted, What "annotations" are we talking about? The annotations used for configuration, or something else? Pardon my ignorance on this, I just want clarification. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?

Re: DynaActionForm#validate

2007-03-13 Thread Martin Cooper
Please ask questions about using Struts on the Struts User mailing list. The Struts Dev list is for discussion of the development of Struts itself. -- Martin Cooper On 3/13/07, <[EMAIL PROTECTED]> wrote: in validate i have some formatting for properties, but after validation propertys ar

DynaActionForm#validate

2007-03-13 Thread aaaa
in validate i have some formatting for properties, but after validation propertys are reset and populated again and i lost formated values How to solve that??? - Posted via Jive Forums http://forums.opensymphony.com/thread.

Re: Struts Question - multiple instances of an actionForm

2007-03-13 Thread Martin Cooper
Please ask questions about using Struts on the Struts User mailing list. The Struts Dev list is for discussion of the development of Struts itself. -- Martin Cooper On 3/13/07, xyz <[EMAIL PROTECTED]> wrote: Hi all, Is there any standard ways to manage multiple instances of one form with St

Struts Question - multiple instances of an actionForm

2007-03-13 Thread xyz
Hi all, Is there any standard ways to manage multiple instances of one form with Struts? Say,I have application which is supposed to take theorerically unlimited number of person's descriptions. Every time user clicks "add one more person" he/she gets exactly the same form (with the same valid

Re: S2 - Showcase - commons-logging-api-1.1.pom missing

2007-03-13 Thread Musachy Barroso
You can compile it and deploy it to your local maven repo. It is under plugins/dojo. musachy On 3/13/07, Claus Ibsen <[EMAIL PROTECTED]> wrote: Oh I had to disable the dojo-plugin from the pom.xml as it can not be found: Missing: -- 1) org.apache.struts:struts2-dojo-plugin:jar:2.1.0-S

Re: S2 - Showcase - deploy fails

2007-03-13 Thread Claus Ibsen
The showcase used to work with an older revision. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=70363&messageID=131980#131980 - To

Re: S2 - Showcase - deploy fails

2007-03-13 Thread Claus Ibsen
Oh I had to disable the dojo-plugin from the pom.xml as it can not be found: Missing: -- 1) org.apache.struts:struts2-dojo-plugin:jar:2.1.0-SNAPSHOT - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threa

Re: S2 - Showcase - commons-logging-api-1.1.pom missing

2007-03-13 Thread Claus Ibsen
Oh I had to disable the dojo-plugin from the pom.xml as it can not be found: Missing: -- 1) org.apache.struts:struts2-dojo-plugin:jar:2.1.0-SNAPSHOT - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threa

S2 - Showcase - commons-logging-api-1.1.pom missing

2007-03-13 Thread Claus Ibsen
Hi me again I get a warning about missing pom. Is there a minor issue here? (I am not a maven wizard yet) [INFO] snapshot org.apache.struts:struts2-tiles-plugin:2.1.0-SNAPSHOT: checking for updates from opensymphony Downloading: http://maven.opensymphony.com/commons-logging/poms/commons-loggin

S2 - Showcase - deploy fails

2007-03-13 Thread Claus Ibsen
Hi I have updated to latest code using svn up and recompiled the code svn info Revision: 517622 The showcase sample can not start in either Jetty or Tomcat failing with: mvn jetty:run [b]From Jetty[/b] [INFO] Failure Embedded error: Error building results for action index in namespace /confi

Showcase - quickstart

2007-03-13 Thread Claus Ibsen
Hi Is the quickstart from WW a part of S2? In the source code tree in the apps/showcase folder there is a qucikstart.xml file. Maybe it's obsolete and can be removed? - Posted via Jive Forums http://forums.opensymphony.com/thre

Re: [PROPOSAL] Merge Annotations and Archetype into the trunk for the 2.1.x

2007-03-13 Thread Claus Ibsen
+1 It should be easy for the people that do the heavy lifting of developing this great framework. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=70084&messageID=131939#131939 --