NPE in prepareContinuation()

2006-12-14 Thread Bob Lee
Any idea what would trigger this? We don't use continuations. java.lang.NullPointerException com.opensymphony.xwork.DefaultActionInvocation.prepareContinuation( DefaultActionInvocation.java:248) com.opensymphony.xwork.DefaultActionInvocation.createAction( DefaultActionInvocation.java:236) com.

Re: [s1.3.6] Let's put a fork in it?

2006-12-14 Thread Paul Benedict
Antonio, As long as you do not add the module to the POM, the build will go fine. Thanks! Paul Antonio Petrelli wrote: Paul Benedict ha scritto: Ted, I've successfully tested all applications but the faces application.If you can confirm it, we can proceed with the tagging. Notice that I a

Websphere req.getQueryString() issue in URL tag

2006-12-14 Thread Tom Schneider
Hello, I ran into an issue in webwork with the URL tag. I checked the code and it's exactly the same code in struts2, so I thought I would post it here. The issue is that when we run our application under Websphere 5.1.1.8, in URL.java, line 203 in the extractQueryString() method, a call to Stri

Re: Additional UI tags

2006-12-14 Thread Musachy Barroso
Sounds good, and easier to hack with later, to me :) musachy Ted Husted wrote: Meanwhile, what about Don's suggestion that we keep the wrappers but drop the theme and put the tags into their own library or plugin? We'd need to do something like that first, regardless of where the code ultimatel

Re: Additional UI tags

2006-12-14 Thread Ted Husted
Meanwhile, what about Don's suggestion that we keep the wrappers but drop the theme and put the tags into their own library or plugin? We'd need to do something like that first, regardless of where the code ultimately lives. -Ted. On 12/14/06, Musachy Barroso <[EMAIL PROTECTED]> wrote: Probably

Re: Additional UI tags

2006-12-14 Thread Musachy Barroso
Probably a better integration in some places...but it would definitely be worth considering not to duplicate what others are doing. musachy Don Brown wrote: Well, if there is an external project that already does everything we want, then why don't we just use them? I'm all for minimizing dup

Re: Additional UI tags

2006-12-14 Thread Don Brown
Well, if there is an external project that already does everything we want, then why don't we just use them? I'm all for minimizing duplication. What value does having our own ajax tag library provide? Don Musachy Barroso wrote: I didn't say it before, but in that I agree with you all, they

[tiles2] Multiple container/definitions factory support

2006-12-14 Thread Antonio Petrelli
Hi! Currently I am in the process of creating Struts 1 - Tiles 2 integration: so I noticed that, for each Struts module, you could define a different DefinitionsFactory. I think that Tiles 2 cannot do it right now (correct me if I am wrong). I think that the support to multiple DefinitionsFacto

Re: Cron <[EMAIL PROTECTED]> find /ww...

2006-12-14 Thread Mitchell James
Thanks Wendy, you're the gal! -- James Mitchell 678.910.8017 On Dec 13, 2006, at 11:31 PM, Wendy Smoak wrote: On 12/13/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: I think it's related to the new people.apache.org community website. Someone changed the ownership of /www/people.apache.org/

Re: Additional UI tags

2006-12-14 Thread Musachy Barroso
I didn't say it before, but in that I agree with you all, they could be in a plugin, I just think we should have them, somewhere. A separate project, I don't think it is a good idea, there are plenty of ajax projects out there, and we don't want to implement a lot of tags (that javascript is dr

Re: [jira] Commented: (WW-1525) Spring Webflow (SWF) Integration

2006-12-14 Thread Tom Schneider
Spring Webflow 1.0 will work with version 1.2.8 of spring, but my example uses xml schemas for the applicationContext.xml which is only available in spring 2.0. I haven't tested the integration plugin with 1.2.8 so I'm not sure if I'm using any 2.0-specific features. We upgraded to spring 2.0

Re: [s1.3.6] Let's put a fork in it?

2006-12-14 Thread Antonio Petrelli
Paul Benedict ha scritto: Ted, I've successfully tested all applications but the faces application.If you can confirm it, we can proceed with the tagging. Notice that I added the "tiles2" module (though I did not add it to the parent module), that you probably want to remove from the release

Re: [s1.3.6] Let's put a fork in it?

2006-12-14 Thread Ted Husted
On 12/13/06, Paul Benedict <[EMAIL PROTECTED]> wrote: Ted and Wendy, Any problems with me continuing to go ahead with the release checklist? As I said, I don't have any JSF experience, and struts-faces (and the examples) do not seem to be maintained anymore by Craig. If this doesn't matter to yo

Re: [jira] Commented: (WW-1525) Spring Webflow (SWF) Integration

2006-12-14 Thread Ted Husted
Actually, I've been meaning to update the plugin to Spring 2 before tagging 2.0.2. It's the "best available" release of Spring, it's suppose to be 100% backwardly compatible, and the Struts core doesn't use it, so I'd say let's just do the deed. -Ted. On 12/14/06, Don Brown (JIRA) <[EMAIL PROTEC

Re: Trying to unsubcribe and have tried links provided at confluence

2006-12-14 Thread Ted Husted
The daily summary is posted to the commits list, so if you are subscribed to commits, you will recieve that one email a day from cwiki. The only way to avoid that is to unsubscribe from commits. As to anything else, you would want to check your "preferences" on Confluence to see what spaces your

Re: OGNL performance detrimental to Struts 2

2006-12-14 Thread Ted Husted
Speaking of tickets, there's one already open * http://issues.apache.org/struts/browse/WW- -Ted. On 12/14/06, Don Brown <[EMAIL PROTECTED]> wrote: Very interesting... I wonder how much of the performance hit was due to Freemarker and how much OGNL. Could you package this application in a war

exception at the console part while using the tiles in struts2

2006-12-14 Thread ravikumar
when i am doing the tiles in struts2 the error will displayed like this what should i do i included jar files tiles-core-2.0-SNAPSHOT.jar, tiles-core-2.0-r468346-SNAPSHOT.jar. is there any jar file to be added to executed the program if any know that help me thanks ravi java.lang.NullPo