Hi all,
I'm trying to understand the reasoning for the hidden tag's property binding
order.
I understand why the HSR and ActionBean override the default value set in
the stripes:hidden tag, but shouldn't the body override all of these?
To illustrate, assume there is a boolean property called 'confirmed' that
has a false value on the ActionBean.
Given this code:
<stripes:hidden name="confirmed">true</stripes:hidden>
I would expect that confirmed would be set to true in the hidden field,
since I've explicitly set the value in the tag body. To me, setting the tag
body is the ultimate override. If I wanted to set a default value, I'd use
this:
<stripes:hidden name="confirmed" value="true"></stripes:hidden>
Can anyone explain why tag body doesn't override values in HSR and
ActionBean in this case?
-Brandon Atkinson
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users