Re: dynamic list in struts 2

2011-01-18 Thread clockdva242
how can i use it in a dynamic way? i don't know the number and name of columns thanks Dave Newton-6 wrote: > > Have you considered the display:table custom tags provided by the > displaytag > project [1]? > > IIRC there were issues with some of its links being executed as OGNL; I > don't know

Re: dynamic list in struts 2

2011-01-18 Thread Dave Newton
Presumably you know at *some* point and can either craft JSON or other JavaScript or JSP or etc. to produce valid view layer markup. What have you tried so far? Dave On Tuesday, January 18, 2011, clockdva242 wrote: > > how can i use it in a dynamic way? > i don't know the number and name of colu

Re: dynamic list in struts 2

2011-01-18 Thread clockdva242
solved using a s:iterator inside a display:table thanks -- View this message in context: http://old.nabble.com/dynamic-list-in-struts-2-tp30676156p30699617.html Sent from the Struts - Dev mailing list archive at Nabble.com. -

BigDecimal Validator

2011-01-18 Thread Maurizio Cucchiara
Hi guys, I'm wondering why there is no bundled BigDecimal validator, is there a specific reason? I wrote it from scratch, I could bundle it into the xwork-core. -- Maurizio Cucchiara - To unsubscribe, e-mail: dev-unsubscr...@st

Re: BigDecimal Validator

2011-01-18 Thread Dave Newton
Hmm, I guess there's just a converter. I guess nobody uses BigDecimals. Dave On Tue, Jan 18, 2011 at 11:51 AM, Maurizio Cucchiara < maurizio.cucchi...@gmail.com> wrote: > Hi guys, > I'm wondering why there is no bundled BigDecimal validator, is there a > specific reason? > I wrote it from scratc

Re: BigDecimal Validator

2011-01-18 Thread Maurizio Cucchiara
> Hmm, I guess there's just a converter. Dave, you're right, nothing more than a silly converter :) . > I guess nobody uses BigDecimals. How do they represent monetary amounts ? -- Maurizio Cucchiara - To unsubscribe, e-mail: d

Re: BigDecimal Validator

2011-01-18 Thread Dave Newton
Still with big decimal. If the converter fails (which is does if, say, there's whitespace) it's still a validation error. I'm assuming most people either write their own, or do it manually, or just never deal with money. (I still deal with floating point or money numbers only rarely, to be honest,

Re: svn commit: r1060554 - /struts/site/src/site/xdoc/dev/volunteers.xml

2011-01-18 Thread Maurizio Cucchiara
Welcome on board John! Maurizio Cucchiara On Jan 18, 2011 9:14 PM, wrote: > Author: jafl > Date: Tue Jan 18 20:13:58 2011 > New Revision: 1060554 > > URL: http://svn.apache.org/viewvc?rev=1060554&view=rev > Log: > add myself to list of committers > > Modified: > struts/site/src/site/xdoc/dev/vol

Re: svn commit: r1060554 - /struts/site/src/site/xdoc/dev/volunteers.xml

2011-01-18 Thread John Lindal
Thanks! I'm looking forward to tackling some of the tickets that I filed :) John On 1/18/11 12:34 PM, "Maurizio Cucchiara" wrote: Welcome on board John! Maurizio Cucchiara On Jan 18, 2011 9:14 PM, wrote: > Author: jafl > Date: Tue Jan 18 20:13:58 2011 > New Revision: 1060554 > > URL: http: