Re: Struts 2.0.12 - XML Validation with Websphere 6.1

2008-10-30 Thread Rene Gielen
The release notes at http://cwiki.apache.org/confluence/display/WW/Release+Notes+2.0.12 point to the closed issues for that release: https://issues.apache.org/struts/secure/ReleaseNote.jspa?projectId=10030styleName=Htmlversion=21870 The issue you are looking for is

RE: struts 2.0.14

2008-10-30 Thread David Harland
Hi, Can someone please give me the url for checking out the latest 2.0.x source for xwork as I am just getting the 2.1.x source. Many thanks Dave. -Original Message- From: Rene Gielen [mailto:[EMAIL PROTECTED] Sent: 29 October 2008 18:13 To: Struts Users Mailing List Subject: Re:

Re: [S2]Multiple Form Submission

2008-10-30 Thread hernan gonzalez
On Wed, Oct 29, 2008 at 8:06 PM, Jishnu Viswanath [EMAIL PROTECTED] wrote: In some case I am getting Map session = ActionContext.getContext().getSession(); And the session contains a key called Unless you are doing some research to understand struts internals or deal with some very

Re: struts 2.0.14

2008-10-30 Thread Nils-Helge Garli Hegvik
I'm guessing http://svn.opensymphony.com/svn/xwork/branches/2.0/ Nils-H On Thu, Oct 30, 2008 at 11:06 AM, David Harland [EMAIL PROTECTED] wrote: Hi, Can someone please give me the url for checking out the latest 2.0.x source for xwork as I am just getting the 2.1.x source. Many thanks

Re: Struts 2 + Tiles 2

2008-10-30 Thread Carlos Curotto
Which versions of Struts and Tiles are you using? Thanks! On Thu, Oct 30, 2008 at 8:49 AM, Carlos Curotto [EMAIL PROTECTED]wrote: Hi Marcio, First of all, thanks for the response. I have tried what you told me, to put the result type explicit in the struts.xml file, but i am getting the

Re: Struts 2 + Tiles 2

2008-10-30 Thread Carlos Curotto
Hi Marcio, First of all, thanks for the response. I have tried what you told me, to put the result type explicit in the struts.xml file, but i am getting the same exception. I am thinking that this could be related with the version of struts i am using (2.0.12) or with the version of the

Re: Struts 2 + Tiles 2

2008-10-30 Thread Antonio
2008/10/29 Carlos Curotto [EMAIL PROTECTED]: javax.servlet.ServletException: Error including path '/WEB-INF/layout/common.jsp'. org/apache/tiles/ListAttribute Please post the complete stacktrace. Antonio - To unsubscribe,

s:datetimepicker doesn' t work after upgraded to struts2.0.12

2008-10-30 Thread Juergen.Leeb
Hello, I am using the s:datetimepicker in struts 2.0.11.2. After updating to version 2.0.12 I got the error dojo not defined. Is there someting different in the new version. Or, perhaps a bug? Does anybody have the same problem?

Re: s:datetimepicker doesn' t work after upgraded to struts2.0.12

2008-10-30 Thread Nils-Helge Garli Hegvik
It might be related to this issue: https://issues.apache.org/struts/browse/WW-2849 Nils-H On Thu, Oct 30, 2008 at 1:20 PM, [EMAIL PROTECTED] wrote: Hello, I am using the s:datetimepicker in struts 2.0.11.2. After updating to version 2.0.12 I got the error dojo not defined. Is there

RE: struts 2.0.14

2008-10-30 Thread David Harland
Hi, Im trying to do the testing of the xwork fix. The 2.0 branch of xwork seems to be failing: Failed tests: testAddingToCollectionBasedOnPermission(com.opensymphony.xwork2.util.SetProper tiesTest) testAddingToListsWithObjects(com.opensymphony.xwork2.util.SetPropertiesTest)

Re: struts 2.0.14

2008-10-30 Thread Musachy Barroso
Those were failing for me before making the changes, not sure what the problem is. musachy On Thu, Oct 30, 2008 at 8:54 AM, David Harland [EMAIL PROTECTED]wrote: Hi, Im trying to do the testing of the xwork fix. The 2.0 branch of xwork seems to be failing: Failed tests:

AW: s:datetimepicker doesn' t work after upgraded to struts2.0.12

2008-10-30 Thread Juergen.Leeb
Thanks for information. A Bug in 2.0.12 and I was working on a solution for hours. Stuff it! Is there the possibility to download a complete 2.0.13 version of struts? -Ursprüngliche Nachricht- Von: Nils-Helge Garli Hegvik [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 30. Oktober

Re: s:datetimepicker doesn' t work after upgraded to struts2.0.12

2008-10-30 Thread Musachy Barroso
We are trying to get people to test the latest xwork before releasing 2.0.14, if you could try it would help. regards musachy On Thu, Oct 30, 2008 at 9:43 AM, [EMAIL PROTECTED] wrote: Thanks for information. A Bug in 2.0.12 and I was working on a solution for hours. Stuff it! Is there the

Re: struts 2.0.14

2008-10-30 Thread David Harland
Hi Musachy, I have upgraded our app to 2.0.13 and replaced the xwork-2.0.6.jar with the xwork 2.0.x branch I checked out and built. All of our tests pass and the conversion errors display correctly. Many thanks Dave. --- On Thu, 10/30/08, Musachy Barroso [EMAIL PROTECTED] wrote: From:

Re: struts 2.0.14

2008-10-30 Thread Musachy Barroso
That's good, thanks for reporting :) musachy On Thu, Oct 30, 2008 at 10:25 AM, David Harland [EMAIL PROTECTED]wrote: Hi Musachy, I have upgraded our app to 2.0.13 and replaced the xwork-2.0.6.jar with the xwork 2.0.x branch I checked out and built. All of our tests pass and the conversion

Firefox 3 and JSON random errors

2008-10-30 Thread mleneveut
Hi all, I'm getting erros with my Struts 2 web application using Firefox 3. Everything is ok with others navigators. With FF3, it shows randomly javascript errors saying my JS var is undefined. here is a sample of code : s:url id=ajaxCtiUrl namespace=/ action=ctiAjaxAction / s:url

Re: Firefox 3 and JSON random errors

2008-10-30 Thread mleneveut
Sometimes I got this errors to : symbol 'dojo.rpc' is not defined after loading '__package__.js' Fichier Source : http://localhost:8080/crm/struts/dojo/dojo.js Ligne : 1 -- View this message in context: http://www.nabble.com/Firefox-3-and-JSON-random-errors-tp20249211p20249553.html Sent from

Re: Struts 2 + Tiles 2

2008-10-30 Thread Alberto Flores
Please notice that your error has to do with the common.jsp and not the tiles framework... Carlos Curotto wrote: Which versions of Struts and Tiles are you using? Thanks! On Thu, Oct 30, 2008 at 8:49 AM, Carlos Curotto [EMAIL PROTECTED]wrote: Hi Marcio, First of all, thanks for the

RE: AW: s:datetimepicker doesn' t work after upgraded to struts2.0.12

2008-10-30 Thread Martin Gainty
Juergen- should be ok in struts 2.1.2.. by including in the struts-dojo-tags with this specification in any of your jsp %@ taglib prefix=sx uri=/struts-dojo-tags % you will acquire the requisite dojo JS functionality more specifically the description inside head.ftl utilises the parameter

js file loading performance

2008-10-30 Thread Frank Maritato
Hi all, I'm using struts 2.0.11.2 and I'm having some performance issues on simple page loads. Firebug is showing that it needs to download many js files coming from the struts jar (some of which are not found). Is there a combined/compiled js file for production use that I can reference

Re: js file loading performance

2008-10-30 Thread Musachy Barroso
This might help: http://cwiki.apache.org/S2WIKI/creating-a-custom-dojo-profile-for-struts-20x.html musachy On Thu, Oct 30, 2008 at 2:46 PM, Frank Maritato [EMAIL PROTECTED]wrote: Hi all, I'm using struts 2.0.11.2 and I'm having some performance issues on simple page loads. Firebug is

Struts 2 Client Server Side Validation

2008-10-30 Thread Struts Developer
Hello, In our current project are using struts 2.0 and would like to take advantage of the struts validation framework. We would like our form fields to be validated both on the client and server side. If i have VALIDATE = TRUE in the form field will the validation happen only on client side? For

RE: Struts 2 Client Server Side Validation

2008-10-30 Thread Kawczynski, David
That validate=true in the form field only serves to place a required asterisk next to your field's label. First, you will want to ensure you are not using a simple theme for the form tag. Next, you will want to use an sx:head tag in your page's head tags Finally, you will need to have

Re: Struts2 Collection validation

2008-10-30 Thread fgsantoyo
If you want to validate generated fields, i mean a Collection you can do something like this. * Action class private List collection; public void setCollection(String collection) { this.collection = collection; } public String getCollection() {