Re: Generic search pop up

2010-05-06 Thread Paweł Wielgus
Hi Stephane, personally i would do it with div managed by jquery, this div can be result of search action displayed by one or many jsp's. So it would like this: user clicks somewhere on the page to search, div shows up with empty result and search text field, user writes some text in search text

s:checkboxlist 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 s:checkboxlist

Re: Parts in the documentation are not displayed correctly

2010-05-06 Thread Lukasz Lenart
2010/5/4 stlecho stle...@gmail.com: 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 -

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,

Re: [s2] broken documentation in web site

2010-05-06 Thread Lukasz Lenart
2010/5/6 hernan gonzalez hgonza...@gmail.com: 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 -

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

Re: [s2] broken documentation in web site

2010-05-06 Thread Lukasz Lenart
2010/5/6 hernan gonzalez hgonza...@gmail.com: 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

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:

Re: [s2] broken documentation in web site

2010-05-06 Thread Lukasz Lenart
2010/5/6 hernan gonzalez hgonza...@gmail.com: 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

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:

Re: s:checkboxlist 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 think

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: input type=textbox name=rankMap['${business.id}'] size=5 value=10 / My action has a rankMap property with a getter and setter. The map is being populated, but when I

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 MapString,String? -Dale - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For

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 d...@newfield.org 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