Hi.
Interesting usage. Without code, I'm not sure exactly what you're doing,
but I just quickly tested the following which seems to work on Tapestry
3.0.3 and Firefox/IE6:
.page:
<property-specification name="testCheck" type="boolean" persistent="yes"/>
<component id="testCheck" type="Checkbox">
<binding name="selected" expression="testCheck"/>
</component>
<component id="testAny" type="AnySubmit"/>
.html:
<span jwcid="testAny"><input jwcid="testCheck"
type="checkbox"/></span>TestCheck
If you need more help, please post your code, and the Tapestry version # etc.
Cheers,
Nick.
Mark Stang wrote:
All,
I am trying to use the SubmitAny component from the Tassel page. I am using it
with a checkbox. It causes the form to be submitted and I can make changes to
my screen. So, it is working, however, shortly after the screen returns, the
checkbox flips back to the state it was in.
So the sequence of events is to start out with "required" fields and the box
checked.
Next, we uncheck the box, which causes the form to be submitted. The
"required" fields are then grayed out and the screen returns with the box
unchecked.
Very shortly afterward, the box goes back to being checked. The fields stay
grayed out.
Thoughts?
Thanks!
Mark
------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]