checkbox array

2010-02-23 Thread lucas owen
Hi struts users, I'm working with a checkbox array; the problem is that it doesn't work as a single checkbox: I can't have the checkbox array with all checkboxes unchecked (apart from the beginning) Example: I check checkbox1. I check checkbox2. I uncheck checkbox2 --> OK I uncheck checkbox1 -->

Re: checkbox array

2010-02-23 Thread Robert Graf-Waczenski
lucas owen schrieb: Hi struts users, I'm working with a checkbox array; the problem is that it doesn't work as a single checkbox: I can't have the checkbox array with all checkboxes unchecked (apart from the beginning) Example: I check checkbox1. I check checkbox2. I uncheck checkbox2 --> OK I

Re: checkbox array

2010-02-23 Thread Tatiyana Tarabara
Voviya, Could you please pick up Nadika from horse riding at 7:30 p.m. today? A ya popletus' v Majer. T. Robert Graf-Waczenski wrote: lucas owen schrieb: Hi struts users, I'm working with a checkbox array; the problem is that it doesn't work as a single checkbox: I can't have the checkbox ar

Re: checkbox array

2010-02-23 Thread lucas owen
mmm I'm using Struts 2 (struts2-core-2.1.6) and the last checkbox (of a checkbox array) doesn't get unchecked, as I have previously commented... WHY? It seems it has to be always selected one of the checkboxes at least 2010/2/23 Robert Graf-Waczenski > lucas owen schrieb: > > Hi struts users,

Format Currency

2010-02-23 Thread CRANFORD, CHRIS
I have added a format to my messages resource bundle as follows: format.currency={0,number,currency} Then I use this in my JSP

Re: Format Currency

2010-02-23 Thread Cimballi
Not sure at 100%, but should be a problem of encoding. What's the encoding of your page ? Cimballi On Tue, Feb 23, 2010 at 12:44 PM, CRANFORD, CHRIS wrote: > I have added a format to my messages resource bundle as follows: > > format.currency={0,number,currency} > > Then I use this in my JSP >

problem with the site docs - Bad link to the Struts 2 Wiki.

2010-02-23 Thread Greg Lindholm
Bad link to the Struts 2 Wiki. On page http://struts.apache.org/2.x/docs/home.html Scroll down to Quick Links: The link name "Struts 2 Wiki space" doesn't work. It is pointed to http://struts.apache.org/2.x/S2WIKI/welcome-to-apache-struts2.html where the earlier link above is pointed to http://cw

Displaytag

2010-02-23 Thread CRANFORD, CHRIS
Anyone had any issues with displaytag giving you empty export pages? It works fine within the Struts2 web page but for whatever reason, I get blank CSV and Excel outputs. - To unsubscribe, e-mail: user-unsubscr...@struts.apach

Can one override the struts rest plugin DefaultContentTypeHandlerManager?

2010-02-23 Thread Stephen Huenneke
I'm having a rather particular problem with heap space and the DefaultContentTypeHandlerManager in the struts rest plugin. I've got a model driven rest controller with a few different methods that return rather large result sets and it's causing heap space issues when the content type handler trie

Re: problem with the site docs - Bad link to the Struts 2 Wiki.

2010-02-23 Thread Lukasz Lenart
2010/2/23 Greg Lindholm : > Bad link to the Struts 2 Wiki. > > On page http://struts.apache.org/2.x/docs/home.html > > Scroll down to Quick Links: > The link name "Struts 2 Wiki space" doesn't work. > It is pointed to > http://struts.apache.org/2.x/S2WIKI/welcome-to-apache-struts2.html > where the

Re: checkbox array

2010-02-23 Thread Robert Graf-Waczenski
Tatiyana Tarabara schrieb: Voviya, Could you please pick up Nadika from horse riding at 7:30 p.m. today? A ya popletus' v Majer. T. No i won't, sorry. :-) - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For addit

Re: checkbox array

2010-02-23 Thread Robert Graf-Waczenski
Post the relevant part of your JSP, please. I know that at least for Struts 2.1.8.1 there is a new MultiselectInterceptor class that would solve your problem for a select with type=multiple. There is a CheckboxInterceptor class as well. Maybe there is none for a checkbox array. Anyway, let us h