Re: [VOTE] Struts 1.3.5 Quality - RESULT

2006-08-01 Thread Ted Husted
My copy of mvn doesn't seem to think that download sources is an option :( -Ted. On 7/31/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 7/31/06, Ted Husted <[EMAIL PROTECTED]> wrote: > I have POMs and JARs dated for Monday afternoon, which sounds like > when we made the second pass, and I dont'

[s2] Struts 2 in Production?

2006-08-01 Thread Ted Husted
Is anyone using the Struts 2 HEAD in production yet? Using the build in production is an important step toward a stable release. As an ASF project, we do believe in "eating our own dog food", and it's not really kosher to vote GA on a build unless you are using it yourself in your own projects.

Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-01 Thread Ted Husted
I've done this with the latest nightly build and posted it as a separate distribution. * http://people.apache.org/builds/struts/2.0.x/nightly/ All that we are doing is running the J5 JARs through RetroTranslator. Other projects have been using this tool successful. Note I have not tested the nig

Re: [VOTE] Struts 1.3.5 Quality - RESULT

2006-08-01 Thread Wendy Smoak
On 8/1/06, Ted Husted <[EMAIL PROTECTED]> wrote: My copy of mvn doesn't seem to think that download sources is an option :( You try it with -U to see if you've got the latest IDEA plugin. I forget when that was added. If not, depending on how much time you have to spend on this, my next step

Re: [s2] Struts 2 in Production?

2006-08-01 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, i am thinking about it. But i am not sure to switch. How complicated is it to switch between 1.2.9 and S2Head? If it's not to hard to learn, i would like to give it a try as a user. - - Chris Ted Husted wrote: > Is anyone using the Struts 2 HEA

Re: [s2] Struts 2 in Production?

2006-08-01 Thread Ted Husted
On 8/1/06, C. Grobmeier <[EMAIL PROTECTED]> wrote: i am thinking about it. But i am not sure to switch. How complicated is it to switch between 1.2.9 and S2Head? If it's not to hard to learn, i would like to give it a try as a user. From S1 to S2 is not a trivial change. It's a bit like going

Re: [s2] Struts 2 in Production?

2006-08-01 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > From S1 to S2 is not a trivial change. It's a bit like going from > Maven 1 to Maven 2. All the concepts are the same, but the > implemention differs (in a good way!). One thing you can try is adding > the S2 JARs to a S1 application. You can then t

Re: svn commit: r427541 - /struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ComponentDefinitionsImpl.java

2006-08-01 Thread Greg Reddin
On Aug 1, 2006, at 6:39 AM, [EMAIL PROTECTED] wrote: Object attrValue = attr.getValue(); if (attrValue instanceof ComponentDefinition) { retValue = (ComponentDefinition) attrValue; -} else { // It must be a string +} else if (attrValue instanceof S

Re: svn commit: r427541 - /struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ComponentDefinitionsImpl.java

2006-08-01 Thread Antonio Petrelli
Greg Reddin ha scritto: Thanks for doing this :-) It's nice to see someone else committing. My pleasure :-) -} else { // It must be a string +} else if (attrValue instanceof String) { In the above code do you think it's ok to return null in the unlikely event attrValue is n

Re: [s2] Struts 2 in Production?

2006-08-01 Thread Patrick Lightbody
I'm close to doing it for HostedQA... I've already done the integration on a branch, but I just haven't deployed it yet as I've been busy with other things. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threa

Unlock Your Hidden Talent, Today...

2006-08-01 Thread John
Is there something about yourself that you'd love to change? If you could create positive changes in yourself RIGHT NOW would you? www.HumanDataTransfer.com --- MAF Anti-Spam ID: 20060801082756H1v3CkI2 - To unsubscribe, e-

Re: Xwork 2.0 and Struts 2.0

2006-08-01 Thread Frans Thamura @ Meruvian
Matthew Porter wrote: I won't speak for the Pendulum developer, but the project was discontinued awhile ago - 16+ months IIRC. Since we (Contegix) sponsored the hosting of the project, I asked the developer what happened. At that time, he still thought it was a viable idea but the implementa

Re: [s2] Struts 2 in Production?

2006-08-01 Thread Don Brown
I'll be deploying an older snapshot of Struts 2 today. Don Ted Husted wrote: Is anyone using the Struts 2 HEAD in production yet? Using the build in production is an important step toward a stable release. As an ASF project, we do believe in "eating our own dog food", and it's not really koshe

Re: [s2] Struts 2 in Production?

2006-08-01 Thread Don Brown
The Struts 2 dispatcher, which is actually a servlet filter, can exist side-by-side the Struts 1 ActionServlet. Don C. Grobmeier wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 From S1 to S2 is not a trivial change. It's a bit like going from Maven 1 to Maven 2. All the concepts are th

Re: Xwork 2.0 and Struts 2.0

2006-08-01 Thread Don Brown
Generally, how new additions work is the Struts community is exposed to the idea/code for a while, giving it time to gain acceptance steam. Also, there has to be at least one committer willing to put in the time to develop and maintain it. Please feel free to open a new feature ticket, but I'l

Re: [action2] Free HostedQA account available

2006-08-01 Thread Wendy Smoak
On 5/5/06, Patrick Lightbody <[EMAIL PROTECTED]> wrote: My company, Autoriginate (http://www.autoriginate.com), has donated a free HostedQA account to all Struts developers who request one. The account is available at https://struts.hostedqa.com. Just speak up if you want an account and I'll

Re: Xwork 2.0 and Struts 2.0

2006-08-01 Thread Ted Husted
On 8/1/06, Frans Thamura @ Meruvian <[EMAIL PROTECTED]> wrote: I think in the future, can we have alo databinding tech for Struts, both for web and swing or may be SWT, or Flash There was some interest in this sort of thing back in the day. * http://javaboutique.internet.com/tutorials/Swing/

Re: [VOTE] Struts 1.3.5 Quality - RESULT

2006-08-01 Thread Laurie Harper
Wendy Smoak wrote: On 8/1/06, Ted Husted <[EMAIL PROTECTED]> wrote: My copy of mvn doesn't seem to think that download sources is an option :( You try it with -U to see if you've got the latest IDEA plugin. I forget when that was added. If not, depending on how much time you have to spend o

[s2] Validation

2006-08-01 Thread Ted Husted
In Struts 1, we put the validators in a separate file that's tied to the mappings through the formbean name, or, alternatively, the path. In Struts 2, we put the validators in a sepaate file that's tied to the mappings through the classname. Why is it that we don't make the validators part of th

Re: [s2] Validation

2006-08-01 Thread Paul Benedict
Ted, scenario: You have a wizard form bean. You have 5 stages. Each stage is a different validation. All use the same action mapping and class. Do you really want to put all 5 validations in the action mapping? I wouldn't BUT... Why not allow both ways? Either-or thinking is this file or that f

Struts not on JIRA List

2006-08-01 Thread Paul Benedict
At this list: https://issues.apache.org/jira/secure/Dashboard.jspa I cannot find Struts. Can you? I looked a few times. Paul - Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1ยข/min.

1.3.5 on website?

2006-08-01 Thread Paul Benedict
If 1.3.5 is officialy beta and uploaded to mirrors, doesn't it make sense to then publish it on the website sidebar simply with a "(beta)" postfix? Also if 1.3.5 does not go production, I don't think 1.3 ever will. I am going to deliver my localization stuff soon, and so that will increase the c

Re: Struts not on JIRA List

2006-08-01 Thread Martin Cooper
On 8/1/06, Paul Benedict <[EMAIL PROTECTED]> wrote: At this list: https://issues.apache.org/jira/secure/Dashboard.jspa I cannot find Struts. Can you? I looked a few times. We have our own JIRA instance: https://issues.apache.org/struts/secure/Dashboard.jspa -- Martin Cooper Paul

Re: Struts not on JIRA List

2006-08-01 Thread Wendy Smoak
On 8/1/06, Paul Benedict <[EMAIL PROTECTED]> wrote: At this list: https://issues.apache.org/jira/secure/Dashboard.jspa I cannot find Struts. Can you? I looked a few times. We have our own instance (shared with Shale) at http://issues.apache.org/struts That's what we link to from the Struts

Re: 1.3.5 on website?

2006-08-01 Thread Martin Cooper
On 8/1/06, Paul Benedict <[EMAIL PROTECTED]> wrote: If 1.3.5 is officialy beta and uploaded to mirrors, doesn't it make sense to then publish it on the website sidebar simply with a "(beta)" postfix? Also if 1.3.5 does not go production, I don't think 1.3 ever will. Why? You don't believe th

Re: 1.3.5 on website?

2006-08-01 Thread Wendy Smoak
On 8/1/06, Paul Benedict <[EMAIL PROTECTED]> wrote: If 1.3.5 is officialy beta and uploaded to mirrors, doesn't it make sense to then publish it on the website sidebar simply with a "(beta)" postfix? It isn't on the mirrors yet, and hasn't been announced, so the website hasn't been updated.

[tiles] Test failure in tiles-core

2006-08-01 Thread Wendy Smoak
Is anyone else seeing this in sandbox/tiles/tiles-core ? --- Test set: org.apache.tiles.TestTilesServlet --- Tests run: 2, Failures: 1, Errors: 0

Re: 1.3.5 on website?

2006-08-01 Thread Paul Benedict
You got me there, Martin :-) It didn't make sense. hehe I do believe the remaining issues can be solved. But that will be a 1.3.6, right? It's easy for feature creep to enter into the picture -- so my unclear point (hehe) was that if I deliver some moderate changes, it makes getting a production

Re: Struts not on JIRA List

2006-08-01 Thread Paul Benedict
Yup. I know we have our own JIRA instance, but since it's not listed in the directory of JIRA sites, as Wendy said, you wouldn't know it exists just by browsing that page. -- Paul Wendy Smoak <[EMAIL PROTECTED]> wrote: On 8/1/06, Paul Benedict wrote: > At this list: > > https://issues.apache.

Re: [tiles] Test failure in tiles-core

2006-08-01 Thread Greg Reddin
Yep I'm getting it too. Antonio, did you perhaps forget to check something in? Greg On Aug 1, 2006, at 10:53 PM, Wendy Smoak wrote: Is anyone else seeing this in sandbox/tiles/tiles-core ? -- - Test set: org.apach