Re: Portlet plugin

2007-04-11 Thread Nils-Helge Garli
I have started the process of moving the portlet code to a plugin. But any further progress requires the url building abstraction discussed earlier. What is the status for this code? Also, I think the code in general would benefit from a common abstraction of the servlet- and portlet types

[S2] Dynamic Results

2007-04-11 Thread Ted Husted
* http://struts.apache.org/2.x/docs/result-configuration.html#ResultConfiguration-DynamicResults Do we have an example of Dynamic Results in the Showcase, or does anyone have an example to donate? -Ted. - To unsubscribe,

Re: [S2] Dynamic Results

2007-04-11 Thread Dave Newton
--- Ted Husted [EMAIL PROTECTED] wrote: * http://struts.apache.org/2.x/docs/result-configuration.html#ResultConfiguration-DynamicResults Do we have an example of Dynamic Results in the Showcase, or does anyone have an example to donate? The skill package in struts.xml has: action name=save

s:doubleselect bug

2007-04-11 Thread Thiago Galbiatti Vespa
Double Multiple doesn't work on the following code: s:doubleselect tooltip=Escolha o sistema label=Sistema name=region list=sistemas listKey=cod listValue=nome headerKey=-1 headerValue=-- Escolha --

Re: s:doubleselect bug

2007-04-11 Thread Dave Newton
Please post this on the users list. You may also want to consider actually including *what* doesn't work about it when you do. --- Thiago Galbiatti Vespa [EMAIL PROTECTED] wrote: Double Multiple doesn't work on the following code: s:doubleselect tooltip=Escolha o sistema

Re: s:doubleselect bug

2007-04-11 Thread Thiago Galbiatti Vespa
Which is the users list e-mail ? On 4/11/07, Dave Newton [EMAIL PROTECTED] wrote: Please post this on the users list. You may also want to consider actually including *what* doesn't work about it when you do. --- Thiago Galbiatti Vespa [EMAIL PROTECTED] wrote: Double Multiple doesn't work

Re: s:doubleselect bug

2007-04-11 Thread James Mitchell
http://struts.apache.org/mail.html -- James Mitchell On Apr 11, 2007, at 11:00 AM, Thiago Galbiatti Vespa wrote: Which is the users list e-mail ? On 4/11/07, Dave Newton [EMAIL PROTECTED] wrote: Please post this on the users list. You may also want to consider actually including *what*

[S2] Struts 2.0.8 release manager

2007-04-11 Thread Ted Husted
Is anyone else interest in volunteering as the Struts 2.0.8 release manager. I'll be spending some of my volunteer hours helping the Click framework join the ASF, as one of the podling mentors, and I don't want to stretch myself too thin. At this point, the release trigger would be a new XWork

Re: [S2] Struts 2.0.8 release manager

2007-04-11 Thread James Mitchell
What's the timeline for this release? -- James Mitchell On Apr 11, 2007, at 11:40 AM, Ted Husted wrote: Is anyone else interest in volunteering as the Struts 2.0.8 release manager. I'll be spending some of my volunteer hours helping the Click framework join the ASF, as one of the

Re: [S2] Struts 2.0.8 release manager

2007-04-11 Thread Rainer Hermanns
Ted, James, XWork 2.0.2 is scheduled for the weekend. We are just making sure, that the latest patches did not break anything. -Rainer What's the timeline for this release? -- James Mitchell On Apr 11, 2007, at 11:40 AM, Ted Husted wrote: Is anyone else interest in volunteering as

Re: [S2] Struts 2.0.8 release manager

2007-04-11 Thread Musachy Barroso
I was playing with showcase yesterday and everything seems to be working musachy On 4/11/07, Rainer Hermanns [EMAIL PROTECTED] wrote: Ted, James, XWork 2.0.2 is scheduled for the weekend. We are just making sure, that the latest patches did not break anything. -Rainer What's the timeline

Question on double invocation of evaluateParams() in ClosingUIBean

2007-04-11 Thread Jasper Rosenberg
I am using the s.form tag via freemarker and noticed that evaluateParams() is being invoked twice, once via ClosingUIBean.start() and again in UIBean.end(). It seems like it should only be required to be invoked once, by ClosingUIBean.start(), and that UIBean.end() could be refactored or

Re: S2 build is broken ??

2007-04-11 Thread Rainer Hermanns
James, I just checked with Rene and rebuild S2 from the 2.0 branch on OSX, Win32, Cygwin without any problems... Did you already clean your ~/.m2/repository/opensymphony/xwork/2.0.2-SNAPSHOT directory? Are the required SNAPSHOT jars refreshed? hth, Rainer I still get the same error. I've

Re: S2 build is broken ??

2007-04-11 Thread James Mitchell
Yes, I can delete everything under opensymphony and org/apache/ struts2 and it still fails for me. Same error, same test. This is pretty aggravating. -- James Mitchell On Apr 11, 2007, at 6:42 PM, Rainer Hermanns wrote: James, I just checked with Rene and rebuild S2 from the 2.0

Re: upload fail occasionally [also Re: File upload fails first time, then works after page reload]

2007-04-11 Thread Eric Rank
I ran into the same problem with inconsistent behavior when uploading files. Sometimes i get a RequestFacade, and sometimes I get the right MultiPartRequestWrapper. I dug into the struts source code a little and I think I found the culprit. in