Re: ognl syntax to populate maps

2010-05-06 Thread Dave Evans
It was not, and now is, and the rankMap.get(id) is now returning a String. Thanks so much. Dave On Thu, May 6, 2010 at 6:36 PM, Dale Newfield wrote: > On 5/6/10 8:38 PM, Dave Evans wrote: >> >> My action has a rankMap property with a getter and setter. > > And is setRankMap()'s argument Map? > >

Re: ognl syntax to populate maps

2010-05-06 Thread Dale Newfield
On 5/6/10 8:38 PM, Dave Evans wrote: My action has a rankMap property with a getter and setter. And is setRankMap()'s argument Map? -Dale - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e

ognl syntax to populate maps

2010-05-06 Thread Dave Evans
Hello, I am trying to populate a HashMap property of an action. I am using straight jstl in a form with a textbox like this: My action has a rankMap property with a getter and setter. The map is being populated, but when I fetch the value from the map it returns a String[] instead of a String

Re: and the CheckBox Interceptor

2010-05-06 Thread Dale Newfield
On 5/6/10 4:15 AM, RogerV wrote: The documentation says that the checkbox interceptor "Looks for a hidden identification field that specifies the original value of the checkbox. If the checkbox isn't submitted, insert it into the parameters as if it was with the value of 'false'." So let's thin

Re: [s2] broken documentation in web site

2010-05-06 Thread Lukasz Lenart
Ok, I copied space.css from 2.1.8 and now it works, just temporary solution! Regards -- Łukasz http://www.lenart.org.pl/ Kapituła Javarsovia 2010 http://javarsovia.pl - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org

Re: [s2] broken documentation in web site

2010-05-06 Thread Lukasz Lenart
2010/5/6 hernan gonzalez : > Not a cache issue on my side, I try this on several servers around the > world and get the same: > > [vps1]~ $ wget --quiet -O- > http://struts.apache.org/2.x/docs/resources/space.css | grep resource > /* Could not locate resource: /includes/css/master.css */ > /* Could

Re: [s2] broken documentation in web site

2010-05-06 Thread hernan gonzalez
Not a cache issue on my side, I try this on several servers around the world and get the same: [vps1]~ $ wget --quiet -O- http://struts.apache.org/2.x/docs/resources/space.css | grep resource /* Could not locate resource: /includes/css/master.css */ /* Could not locate resource: /includes/css/wiki

Re: [s2] broken documentation in web site

2010-05-06 Thread Lukasz Lenart
2010/5/6 hernan gonzalez : > Not only that, but the page displays ugly (classic missing css > symptom) and the main css > > http://struts.apache.org/2.x/docs/resources/space.css > > still show errors inside: > > /* Could not locate resource: /includes/css/master.css */ Try to force reload that pag

Re: [s2] broken documentation in web site

2010-05-06 Thread hernan gonzalez
Not only that, but the page displays ugly (classic missing css symptom) and the main css http://struts.apache.org/2.x/docs/resources/space.css still show errors inside: /* Could not locate resource: /includes/css/master.css */ On Thu, May 6, 2010 at 10:44 AM, Lukasz Lenart wrote: > 2010/5/6 h

Re: [s2] broken documentation in web site

2010-05-06 Thread Lukasz Lenart
2010/5/6 hernan gonzalez : > Uhmm CSS stuf is still broken for me -as detailed in previous post. > And further, there's a #editReport()  thing near the header in most > pages, for example here > http://struts.apache.org/2.x/docs/getting-started.html You meant that CSS -> http://cwiki.apache.or

Re: ExecAndWait interceptor parameters lost

2010-05-06 Thread Yiorgos Panayiotakis
Thanks Dale, that was a very informative mail. I used chain result type just for a better separation of actions and till now it did not seem to have any undesirable effect. Anyway I 'll try a new approach to the problem and I 'll avoid using chain result type. Thanks all for the help. On Wed, May

Re: Parts in the documentation are not displayed correctly

2010-05-06 Thread Lukasz Lenart
2010/5/4 stlecho : > > The majority of the pages in the "Guides > Tutorials" pages have this > problem: > > - http://struts.apache.org/2.1.8.1/docs/getting-started.html > http://struts.apache.org/2.1.8.1/docs/getting-started.html > - http://struts.apache.org/2.1.8.1/docs/struts-2-blank-archetype.ht

and the CheckBox Interceptor

2010-05-06 Thread RogerV
The documentation says that the checkbox interceptor "Looks for a hidden identification field that specifies the original value of the checkbox. If the checkbox isn't submitted, insert it into the parameters as if it was with the value of 'false'." Should the interceptor work with or does it onl