Re: [VOTE] Struts 2.1.2 test build

2008-05-11 Thread Pedro Herrera
Are the vote open ? What´s the next step ? Will you announce to the user list about this beta release ? Thanks Pedro mrdon wrote: The Struts 2.1.2 test build is now available. Release notes: * http://struts.apache.org/2.x/docs/version-notes-212.html Distribution: *

Re: [VOTE] Struts 2.1.2 test build

2008-05-02 Thread Pedro Herrera
+1 Beta Herrera mrdon wrote: The Struts 2.1.2 test build is now available. Release notes: * http://struts.apache.org/2.x/docs/version-notes-212.html Distribution: * http://people.apache.org/builds/struts/2.1.2/ Maven 2 staging repository: *

missing DWRValidator in struts 2.1.1

2008-04-30 Thread Pedro Herrera
I´m migrating a system created with struts 2.0.11 to struts 2.1.1. dwr.xml has configurated a DWRValidator like this : create creator=new javascript=validator /create When tomcat is started a warning is showed in console : [ERROR] 09:43:15,544

Re: [s2] Test build of 2.1.1 available

2008-04-23 Thread Pedro Herrera
I´m testing this version (build) in a project and I find no problems. It´s all working fine !!! Herrera Don Brown-2 wrote: Whoops, that should be: http://struts.apache.org/2.x/docs/version-notes-211.html Don On Sat, Apr 19, 2008 at 12:07 PM, Jeromy Evans [EMAIL PROTECTED] wrote:

Re: Dojo plugin update using 1.1.0 framework

2008-04-04 Thread Pedro Herrera
is the source correct (http://www.alsutton.com/dojo_1_1_0_for_2_1_1.zip); I cant execute mvn package command. - java.lang.RuntimeException: java.io.FileNotFoundException: C:\Temp\struts_dojo1.1\dojo\..\..\core\src\site\resources\tags\ajax\a.html Herrera Al Sutton wrote:

Re: Dojo plugin update using 1.1.0 framework

2008-04-04 Thread Pedro Herrera
it with the official S2.1 dojo plugin. Al. - Original Message - From: Pedro Herrera [EMAIL PROTECTED] To: dev@struts.apache.org Sent: Friday, April 04, 2008 2:19 PM Subject: Re: Dojo plugin update using 1.1.0 framework is the source correct (http://www.alsutton.com

Re: Dojo plugin update using 1.1.0 framework

2008-04-02 Thread Pedro Herrera
good job. I´ve started a new project and I´m going to test your plugin for now. I were waiting for this improve for a long time. Thanks Herrera Al Sutton wrote: [I'm posing this via nabble because the apache mail servers are saying my last 3 attempts to send this via my normal mailbox

Re: [s2.1] Build

2008-03-31 Thread Pedro Herrera
Thanks Herrera Rainer Hermanns wrote: Al, yes :) Will commit this patch later today. cheers, Rainer Any chance someone can check in the patch for WW-2465? At the moment anyone trying to use dynamic trees has to create and set an empty collection for each leaf node, whereas

Re: 2.1 build

2008-03-28 Thread Pedro Herrera
good question . . . Musachy Barroso wrote: Hi all, Any news on the 2.1 build? Is anyone looking into it? regards musachy -- Hey you! Would you help me to carry the stone? Pink Floyd - To unsubscribe, e-mail:

Re: [s2] Let's get out Struts 2.1.1

2008-03-07 Thread Pedro Herrera
and ..? Don Brown-2 wrote: I've cleared all but a couple issues out of Struts 2.1.1, so I think we are ready for a release. The only kinda blocking issue is the portlet tests failing, but that seems to have something to do with the setup, not our portlet code, so we could even punt

Re: [VOTE] Struts 2.0.11 Quality

2007-10-10 Thread Pedro Herrera
and . ? 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: [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: [VOTE] Struts 2.0.10 Quality

2007-09-16 Thread Pedro Herrera
It´s a good idea to update the release of DWR(1.1-beta3 to 2.1) and OGNL(2.6.11 to 2.7) . isn´t ? Thanks Pedro Herrera wrote: [X] General Availability (GA) Herrera James Holmes-2 wrote: The Struts 2.0.10 test build is now available. Release notes: * http

Re: [VOTE] Struts 2.0.10 Quality

2007-09-15 Thread Pedro Herrera
[X] General Availability (GA) Herrera James Holmes-2 wrote: The Struts 2.0.10 test build is now available. Release notes: * http://struts.apache.org/2.x/docs/release-notes-2010.html Distribution: * http://people.apache.org/builds/struts/2.0.10/ Maven 2 staging

error testing struts 2.0.10 snapshot (s:a tag)

2007-08-15 Thread Pedro Herrera
In my tests is occurring the following error : ... According to TLD or attribute directive in tag file, attribute href does not accept any expressions ... the code : s:a href=portal!showContent.action?linkId=${codSubLinkContent} Go Item /s:a In this new release in not permited

Re: error testing struts 2.0.10 snapshot (s:a tag)

2007-08-15 Thread Pedro Herrera
-issue-when-using-JSP-FreeMarker-EL-in-Struts-tags-tf4259754.html https://issues.apache.org/struts/browse/WW-2107 James On Wed Aug 15 12:10 , Pedro Herrera [EMAIL PROTECTED] sent: In my tests is occurring the following error : ... According to TLD or attribute directive in tag file

Re: error testing struts 2.0.10 snapshot (s:a tag)

2007-08-15 Thread Pedro Herrera
On Wed Aug 15 12:10 , Pedro Herrera [EMAIL PROTECTED] sent: In my tests is occurring the following error : ... According to TLD or attribute directive in tag file, attribute href does not accept any expressions ... the code : Go Item In this new release in not permited expressions

Re: error testing struts 2.0.10 snapshot (s:a tag)

2007-08-15 Thread Pedro Herrera
thanks so much ! fieldValue=%{#attr.primitivo.codSubLink} Herrera Musachy Barroso wrote: try: #attr.primitivo.codSubLink musachy On 8/15/07, Pedro Herrera [EMAIL PROTECTED] wrote: I´m changing my app to dont use {$, but I found a problem. I´m using displayTag

Re: [VOTE] Re: Struts 2.0.9 release (was Re: S2 security fix release planning (XWork 2.0.4 is out))

2007-07-24 Thread Pedro Herrera
+1 - great job ;) Herrera Rainer Hermanns wrote: +1 for GA Thanks Ted and James for jumping in. Here's my +1 for GA. On 7/23/07, Ted Husted [EMAIL PROTECTED] wrote: The test build of Struts 2.0.9 is available. Release notes: *

struts 2.1

2007-07-08 Thread Pedro Herrera
What are the differences between Struts 2.0.8 and Struts 2.1 . When Struts 2.1 is coming out ? Struts 2.1 is not ready for use ? For a new project, I can use struts 2.1 yet or I need to use struts 2.0.8 ? Thanks Herrera -- View this message in context:

Re: LOL...Struts is still the 800 pound gorilla....yeah baby!!!

2007-04-29 Thread Pedro Herrera
yeehhh James Mitchell-3 wrote: I was cruising the web looking for a maven repo that's hosting the spring-cache.jar (sf.net project) and came across an ad [1] for Source Labs. It's a professionally done video (commercial) of a crisis center handling a sudden vulnerability

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-24 Thread Pedro Herrera
+1 (GA) too Herrera Nate Drake wrote: +1 (GA) On 3/23/07, Ted Husted [EMAIL PROTECTED] wrote: There's not an actual drop-dead date. Like merit, quality votes never expire. The 72-hour clause just means that if we had 3 +1s by then, and nothing seemed awry, we might go ahead

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-22 Thread Pedro Herrera
Ok, I´be testing this new release.. Herrera husted wrote: The Struts 2.0.7 test build is now available. Release notes: * http://struts.apache.org/2.x/docs/release-notes-207.html Distribution: * http://people.apache.org/builds/struts/2.0.7/ The

Re: when is struts 2.0.7 coming out ?

2007-03-19 Thread Pedro Herrera
ok , I´ll be waiting for tks Herrera Wendy Smoak-3 wrote: On 3/17/07, Pedro Herrera [EMAIL PROTECTED] wrote: Past almost 1 month after 2.0.6GA release, several changes ocurred in Struts2 after that. I´d like to use and test the next release(2.07beta or 2.1beta). What are the plans

when is struts 2.0.7 coming out ?

2007-03-17 Thread Pedro Herrera
Past almost 1 month after 2.0.6GA release, several changes ocurred in Struts2 after that. I´d like to use and test the next release(2.07beta or 2.1beta). What are the plans, Master, for the next step? Herrera -- View this message in context:

Re: [s2] [VOTE] Struts 2.0.6 Quality

2007-02-21 Thread Pedro Herrera
Beta. struts2-blank-2.0.6.war doesn´t work !!! husted wrote: The Struts 2.0.6 test build is now available. Release notes: * http://struts.apache.org/2.x/docs/release-notes-206.html Distribution: * http://people.apache.org/builds/struts/2.0.6/ Maven 2 staging