My solution to this is completely different - I subclassed the parameter binder so that the "missing -> null" work can be shut off on a bean by bean (event by event) basis via an annotation.
On Tue, Jun 23, 2009 at 8:40 AM, Lionel<[email protected]> wrote: > "disabled" on the select tag generates a disabled=true on the html select > tag, which behaviour is not to send any value. > Either use readonly attribute or add a hidden value. > > Lionel > > "CN Yee" <[email protected]> a écrit dans le > message de news: > [email protected]... > Hi, > > I have a <stripes:select disabled="true"> tag. > I just discovered that the disabled="true" is setting null to my actionBean > object. > > Is that the intended behavior? Is there a way to disable it? > > Many thanks > Yee > > ------------------------------------------------------------------------------ > Are you an open source citizen? Join us for the Open Source Bridge > conference! > Portland, OR, June 17-19. Two days of sessions, one day of unconference: > $250. > Need another reason to go? 24-hour hacker lounge. Register today! > http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users > > -- Turtle, turtle, on the ground, Pink and shiny, turn around. ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
