- From: Ian Hickson <ian@hixie.ch>
- Date: Sat, 28 Aug 2004 19:26:28 +0000 (UTC)
On Sat, 28 Aug 2004, Henri Sivonen wrote: > > On Aug 28, 2004, at 18:46, Ian Hickson wrote: > > > name="something.2r[two_row]" > > > > ...so then your form controls would be: > > > > something.2r0 > > something.1r0 > > > > ...etc. > > BTW, dots (and parentheses) have a special meaning in Struts. I suspect > autogenerating names with dots will be problematic when adding WF2 features to > Struts apps. > > "foo" means that the value goes to setFoo() of the form bean and "foo.bar" > means the value goes to setBar() of the bean returned by getFoo() of the form > bean. Authors are free to use whatever format hey like, I was just giving an example. -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Saturday, 28 August 2004 12:26:28 UTC