Re: [Stripes-users] Problem rendering radio-buttons using checked attribute

2011-08-25 Thread fatefree
Can anyone confirm if this is a bug? For clarity, here are the use cases: These both work, anonymous is a boolean: s:checkbox checked=${actionBean.story.anonymous} name=story.anonymous value=true/ s:radio checked=${actionBean.story.anonymous} name=story.anonymous value=true/ Only

[Stripes-users] Binding Contents of JSON Array

2011-08-25 Thread Taylor Boon
Hello, I am working on a web application and would like to send an array of JSON-serialized objects to my Stripes application as a POST parameter and have them be serialized into their Java counterparts. The parameter is received by Stripes as foos=[{id:10,name:Name