2.1.6 is GA :)

musachy

On Wed, Feb 11, 2009 at 3:35 PM, mitch gorman <mgor...@shadowtv.biz> wrote:
> Musachy Barroso wrote:
>> What you are looking for is the "bind" tag. Check:
>>
>> http://struts.apache.org/2.x/docs/bind.html
>>
>> in your example:
>>
>> <s:form action="MyAction" id="myStatusForm">
>>      <s:hidden name="statusdate"/>
>>      <s:checkbox theme="ajax" name="status" value="status" 
>> id="statusCheckbox"/>
>> </s:form>
>> <sx:bind src="statusCheckbox" events="onclick"
>> showLoadingText="false" formId="myStatusForm"/>
>>
>> Look at the docs, the "bind" tag can do a few other tricks.
>>
>    i have looked at the docs and drooled over the bind tag quite a
> bit... unfortunately, we're staying with the GA release, leaving me in
> 2.0.x land.  bind would've taken care of *so* many of the little gotchas
> i've run into...
>
>    is there any ETA for a GA v2.1.x (or, if you're following the linux
> paradigm, a v2.2.x) release?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to