Re: [jira] Issue Comment Edited: (WW-2709) 2.0.11.2 upgrades breaks xml validators

2008-07-18 Thread holod
Where can i get XWork 2.0.6-SNAPSHOT? I can't find it. Please, help JIRA [EMAIL PROTECTED] wrote: > > > [ > https://issues.apache.org/struts/browse/WW-2709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44336#action_44336 > ] > > rgielen edited comm

Re: [jira] Issue Comment Edited: (WW-2709) 2.0.11.2 upgrades breaks xml validators

2008-07-18 Thread Piero Sartini
I guess it is https://svn.opensymphony.com/svn/xwork/branches/2.0 The pom does not reflect this, but the last change was 2008-07-08. Piero Am Freitag, 18. Juli 2008 12:55:04 schrieb holod: > Where can i get XWork 2.0.6-SNAPSHOT? > I can't find it. Please, help > > JIRA [EMAIL PROTECTED] w

Re: Firefox3 seems to jam with the struts2 ajax theme

2008-07-18 Thread Pierrot52
Hi, In Firefox 3 I've set the following two parameters in about:config and it seems Firefox no longer jams: security.fileuri.origin_policy 3 security.fileuri.strict_origin_policy false If you don't see security.fileuri.origin_policy in about:config then right-click and create it. Ciao toniji

Re: Firefox3 seems to jam with the struts2 ajax theme

2008-07-18 Thread Pierrot52
On the other hand this workaround is a pain in the neck because I cannot ask my customers to start fiddling in about:config all the time. This was an afterthought. Ciao Pierrot52 wrote: > > Hi, > > In Firefox 3 I've set the following two parameters in about:config and it > seems Firefox no l

Re: Firefox3 seems to jam with the struts2 ajax theme

2008-07-18 Thread tonijim
I really appreciate all your answers but I'm seriously thinking of migrating to struts 2.1.x where dojo becomes an external plugin. Most of the stuff concerning ajax tags needs to be slightly adapted so I have no clue as to how long it might take. I've taken a look and found some good looking migr

Re: [jira] Issue Comment Edited: (WW-2709) 2.0.11.2 upgrades breaks xml validators

2008-07-18 Thread Rene Gielen
There is nothing as a nightly build for XWork right now. You would have to checkout the branch from svn and do build with maven (mvn install) Am Fr, 18.07.2008, 12:55, schrieb holod: > > Where can i get XWork 2.0.6-SNAPSHOT? > I can't find it. Please, help > > JIRA [EMAIL PROTECTED] wrote: >> >> >

Re: Firefox3 seems to jam with the struts2 ajax theme

2008-07-18 Thread tonijim
By the way, Pierrot52, I've been unable to find the first property name you mention, security.fileuri.origin_policy, amongst my Firefox's about:config page Pierrot52 wrote: > > Hi, > > In Firefox 3 I've set the following two parameters in about:config and it > seems Firefox no longer jams: >

Re: hacking OGNL and parameter binding

2008-07-18 Thread Musachy Barroso
I opened a code review here: http://fisheye6.atlassian.com/cru/CR-9 I added a new interface ClearableValueStack, which if implemented will make the OGNL parameter binding run in a clean context. musachy On Thu, Jul 17, 2008 at 5:46 PM, Musachy Barroso <[EMAIL PROTECTED]> wrote: > I think it wou

Re: Sanity-check regarding ModelDrivenInterceptor vs. stack order

2008-07-18 Thread Gabriel Belingueres
I think I need to read more code to follow this thread...I promise. 2008/7/17 Ted Husted <[EMAIL PROTECTED]>: > On Wed, Jul 16, 2008 at 4:23 PM, Gabriel Belingueres > <[EMAIL PROTECTED]> wrote: >> The dangerous case is when you add to the value stack objects with >> some identical properties, tha

[S2] Why XWorkBasicConverter throws XWorkException exception?

2008-07-18 Thread Gabriel Belingueres
I have a conversion validator on a form textfield, which is an Integer property on the action. Now if I enter "a" instead of a number, the conversion validator acts and works, but it throws an exception. Which is the policy for throwing an XWorkException? I first thought that there was "throw XWor

Re: Firefox3 seems to jam with the struts2 ajax theme

2008-07-18 Thread Pierrot52
Hi, I would highly recommend to wait until struts 2.1.x reaches the GA before migrating your application. Also, it's only my opinion, I think Firefox 3 is still in mega sub Beta version because struts2 doesn't jam with Firefox 2, IE6, IE7, Safari 3.x, and Opera 9.x Ciao tonijim wrote: > > I

Re: hacking OGNL and parameter binding

2008-07-18 Thread Jeromy Evans
Musachy Barroso wrote: I opened a code review here: http://fisheye6.atlassian.com/cru/CR-9 I added a new interface ClearableValueStack, which if implemented will make the OGNL parameter binding run in a clean context. I'm not sure how to get permission to make comments in crucible. Genera