RE: [s2] Struts head tag KILLS (> 10s) page load time

2007-09-24 Thread James Holmes
+1 -Original Message- From: Don Brown [mailto:[EMAIL PROTECTED] Sent: Monday, September 24, 2007 9:39 PM To: Struts Users Mailing List Subject: Re: [s2] Struts head tag KILLS (> 10s) page load time Hmm...more info can be found here: http://dojo.jot.com/FAQ#Performance I wonder if we sho

Re: NPE on struts2-showcase startup

2007-09-24 Thread Don Brown
Should be fixed with the xwork change. One of the big changes I made while refactoring was to remove the autocreation of the ActionContext on the thread. Previously, you could call ActionContext.getContext() and get a valid context tied to the thread, lazily created. I removed this behavior for

Re: NPE on struts2-showcase startup

2007-09-24 Thread Musachy Barroso
I took a look at it but had no idea what was going on. I have no rush tho. musachy On 9/24/07, Don Brown <[EMAIL PROTECTED]> wrote: > Yep, it is...I'll try to fix it tonite if no one beats me to it. > > Don > > On 9/25/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: > > I looked at it to see if I

Re: Fixing XW-559: No warnings when property or method doesn't exist in Action

2007-09-24 Thread Musachy Barroso
Don, did you see an email about a NPE in showcase when running from trunk? I'm having the same problem on my current project so I had to switch svn rv to before your commit :) regards musachy On 9/24/07, Don Brown <[EMAIL PROTECTED]> wrote: > I'd also recommend 2.1, but if it turns out to be a s

Re: NPE on struts2-showcase startup

2007-09-24 Thread Don Brown
Yep, it is...I'll try to fix it tonite if no one beats me to it. Don On 9/25/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: > I looked at it to see if I could fix, but it is related to Don's refactoring. > > musachy > > On 9/24/07, Wes Wannemacher <[EMAIL PROTECTED]> wrote: > > The JIRA ticket is

Re: Fixing XW-559: No warnings when property or method doesn't exist in Action

2007-09-24 Thread Don Brown
I'd also recommend 2.1, but if it turns out to be a small change, backporting it might be nice to get it out quicker. As for the state of 2.1, my EL, conversion API, and static refactories are done, tests pass, but I wouldn't be surprised if there aren't runtime issues at this stage. The other big

Re: [VOTE] Struts 2.0.11 Quality

2007-09-24 Thread Pedro Herrera
+1 GA Herrera James Holmes-2 wrote: > > The Struts 2.0.11 test build is now available. > > Release notes: > > * http://struts.apache.org/2.x/docs/release-notes-2011.html > > Distribution: > > * http://people.apache.org/builds/struts/2.0.11/ > > Maven 2 staging repository: > >

Re: Fixing XW-559: No warnings when property or method doesn't exist in Action

2007-09-24 Thread James Holmes
There will likely be a Struts 2.0.12 release from the Struts 2_0_X branch. Ted is also planning to do a Struts 2.1 beta release this month I believe, but it's anybody's guess as to when 2.1 might go GA. 2.1 is probably the best place since that is where Don is working on the underlying changes

Re: Fixing XW-559: No warnings when property or method doesn't exist in Action

2007-09-24 Thread Matt Raible
OK - so I guess the question is, what version should I try to fix things in? XWork 2.0.4 or the latest XWork trunk? I'd like to fix this and be able to use it in the next month or two, so what will the next release of Struts require? Thanks, Matt On 9/24/07, James Holmes <[EMAIL PROTECTED]> wro

Re: Fixing XW-559: No warnings when property or method doesn't exist in Action

2007-09-24 Thread James Holmes
I'm not sure if Don is planning to change the EL mechanism or just *make it possible" to change the mechanism. On Mon Sep 24 16:42 , 'Matt Raible' <[EMAIL PROTECTED]> sent: >Is it worth trying to fix this issue (non-existent properties not >reported) if the underlying EL mechanism is going to c

Re: Fixing XW-559: No warnings when property or method doesn't exist in Action

2007-09-24 Thread Matt Raible
Is it worth trying to fix this issue (non-existent properties not reported) if the underlying EL mechanism is going to change? I guess the best thing to do is see if I can reproduce the problem using xwork/struts-trunk. Matt On 9/24/07, Dave Newton <[EMAIL PROTECTED]> wrote: > --- Matt Raible <[

Re: [VOTE] Struts 2.0.11 Quality

2007-09-24 Thread Adam Hardy
Matt Raible on 24/09/07 20:55, wrote: On 9/24/07, James Holmes <[EMAIL PROTECTED]> wrote: Yes, true and it may be a moot point soon if Don Brown is able to get JSP EL working as the underlying EL engine of Struts 2. I don't know if this is a good thing, at least not for my current project. It'

Re: [VOTE] Struts 2.0.11 Quality

2007-09-24 Thread Matt Raible
On 9/24/07, James Holmes <[EMAIL PROTECTED]> wrote: > Yes, true and it may be a moot point soon if Don Brown is able to get JSP EL > working as the underlying EL engine of Struts 2. I don't know if this is a good thing, at least not for my current project. It's good if you can add Seam's extension

Re: [VOTE] Struts 2.0.11 Quality

2007-09-24 Thread James Holmes
Yes, true and it may be a moot point soon if Don Brown is able to get JSP EL working as the underlying EL engine of Struts 2. On Mon Sep 24 15:48 , 'Matt Raible' <[EMAIL PROTECTED]> sent: >+1 GA - all tests pass in AppFuse. > >The good news about removing the ability of doing ${...} in Struts >t

Re: [VOTE] Struts 2.0.11 Quality

2007-09-24 Thread Matt Raible
+1 GA - all tests pass in AppFuse. The good news about removing the ability of doing ${...} in Struts tags is now it's less ambiguous if you should use JSTL or Struts tags. Matt On 9/24/07, Piero Sartini <[EMAIL PROTECTED]> wrote: > +1 GA > > -

Re: [VOTE] Struts 2.0.11 Quality

2007-09-24 Thread James Holmes
That's correct. There has been an ongoing discussion about this issue for several weeks now. See this JIRA ticket for more info: https://issues.apache.org/struts/browse/WW-2107 On Mon Sep 24 15:01 , "Matt Raible" sent: > >existing pages that utilize JSP EL expressions with Struts 2 tags will

Re: [VOTE] Struts 2.0.11 Quality

2007-09-24 Thread Piero Sartini
+1 GA - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] Struts 2.0.11 Quality

2007-09-24 Thread Matt Raible
existing pages that utilize JSP EL expressions with Struts 2 tags will no longer work as of this release. I'm assuming this means that ${...} can't be used in Struts 2 tag attributes anymore? Matt On 9/24/07, James Holmes <[EMAIL PROTECTED]> wrote: > The Struts 2.0.11 test build is now availab

[VOTE] Struts 2.0.11 Quality

2007-09-24 Thread James Holmes
The Struts 2.0.11 test build is now available. Release notes: * http://struts.apache.org/2.x/docs/release-notes-2011.html Distribution: * http://people.apache.org/builds/struts/2.0.11/ Maven 2 staging repository: * http://people.apache.org/builds/struts/2.0.11/m2-staging-repositor

Re: NPE on struts2-showcase startup

2007-09-24 Thread Musachy Barroso
I looked at it to see if I could fix, but it is related to Don's refactoring. musachy On 9/24/07, Wes Wannemacher <[EMAIL PROTECTED]> wrote: > The JIRA ticket is - > > https://issues.apache.org/struts/browse/WW-2203 > > When I started the ticket, I just thought it affected > struts2-showcase, but

Re: Fixing XW-559: No warnings when property or method doesn't exist in Action

2007-09-24 Thread Dave Newton
--- Matt Raible <[EMAIL PROTECTED]> wrote: > OK, so if I'm mostly concerned with the Struts 2.0.x > branches, is there a revision of XWork I can/should > work with? XWork revved with most of the S2 revs; S2 2.0.6/XW 2.0.1, S2 2.0.8/XW 2.0.3, etc. Maybe start from the higher revs and see if it can

Re: NPE on struts2-showcase startup

2007-09-24 Thread Wes Wannemacher
The JIRA ticket is - https://issues.apache.org/struts/browse/WW-2203 When I started the ticket, I just thought it affected struts2-showcase, but it sounds like if you try to build from trunk, you won't get a working struts2. :( -Wes On 9/24/07, Wes Wannemacher <[EMAIL PROTECTED]> wrote: > I hav

Re: Fixing XW-559: No warnings when property or method doesn't exist in Action

2007-09-24 Thread Matt Raible
OK, so if I'm mostly concerned with the Struts 2.0.x branches, is there a revision of XWork I can/should work with? Thanks, Matt On 9/24/07, Piero Sartini <[EMAIL PROTECTED]> wrote: > > Should I be using the latest version of Struts with the latest version > > of XWork to attempt to fix this iss

Re: Fixing XW-559: No warnings when property or method doesn't exist in Action

2007-09-24 Thread Piero Sartini
> Should I be using the latest version of Struts with the latest version > of XWork to attempt to fix this issue? As far as I know, xwork 2.1 does work with struts 2.1 only. But - and that is the bad news: I was not able to get 2.1 running (maybe trunk is broken?) See the thread "NPE on struts2-

Re: NPE on struts2-showcase startup

2007-09-24 Thread Wes Wannemacher
I have a JIRA started, it's sitting in my browser window to submit if no one objects. I figured if there was a quick fix I would do it, but it appears to be a real problem :( -W On 9/24/07, Piero Sartini <[EMAIL PROTECTED]> wrote: > I got the same error some days ago when trying to build a new sk

Re: NPE on struts2-showcase startup

2007-09-24 Thread Piero Sartini
I got the same error some days ago when trying to build a new skeleton for my projects. (the m2 starter archetype did not work with 2.1 trunk) I did not know if trunk is broken because of bigger changes going on and decided to try it again this week ... Piero Am Montag 24 September 2007 20:07:

Fixing XW-559: No warnings when property or method doesn't exist in Action

2007-09-24 Thread Matt Raible
Background at: http://jira.opensymphony.com/browse/XW-559 Basically, Struts 2 sucks. ;-) When prototyping a project with Struts 2, I found it annoying that when I fat-fingered a property or method in my JSP, I was never given an error by Struts. For people that are brand-new to Struts, I'd imagin

Re: [jira] Created: (WW-2173) with wrong value in 'value' attribute. Tag also generates an extra line HTML line.

2007-09-24 Thread jandilson
see: ... ... JIRA [EMAIL PROTECTED] wrote: > > with wrong value in 'value' attribute. Tag also generates an > extra line HTML line. > -

Re: New Struts Committer -- Matt Raible

2007-09-24 Thread Matt Raible
Thanks for the warm welcome everyone! I've always enjoyed WebWork/XWork because I found it easy to find and fix bugs in the codebase. I don't know if I'll be any good at adding new features, but hopefully I can help with documentation and bug fixing. Of course, I'll try to do user support as well,

NPE on struts2-showcase startup

2007-09-24 Thread Wes Wannemacher
Hello, I am building xwork2 and struts2 from SVN and I was going to deploy struts2-showcase to start poking around. Unfortunately, on context startup, an NPE is thrown. The stack trace in the tomcat console is as follows - 2007-09-24 13:13:15,750 ERROR (org.apache.catalina.core.ContainerBase.[Cat

Re: Annotations Plugin (was Re: [OT] Re: Should I announce)

2007-09-24 Thread Brian Pontarelli
I've been trying to think through the implications of annotations on core and it seems like these are really part of the core API to me. I think a plugin/library could work, but the annotations also seem to fall into the same category as things like Action, ActionSupport, struts.xml, struts.pro

Re: ApacheCon Roll Call

2007-09-24 Thread Ian Roughley
I was hoping to, but it looks like I will miss it. /Ian Ted Husted wrote: I was just wondering who was planning on attending ApacheCon this year. I know Don has a talk on the 15th, and Mark and I have tutorials scheduled earlier in the week. Is anyone else going to drop by this year? How abo

Re: New Struts Committer -- Matt Raible

2007-09-24 Thread Paul Benedict
Congrats Matt. I am glad you're on the team. On 9/24/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > > 2007/9/22, Ted Husted <[EMAIL PROTECTED]>: > > > > Please join us in welcoming Matt Raible as a new Struts committer. > > > > It was about time :-) Matt, it is great to have you on board. > > A

Re: New Struts Committer -- Matt Raible

2007-09-24 Thread Antonio Petrelli
2007/9/22, Ted Husted <[EMAIL PROTECTED]>: > > Please join us in welcoming Matt Raible as a new Struts committer. It was about time :-) Matt, it is great to have you on board. Antonio