And if you're using cssClass in the <s:radio> tag, you might want to add
this to the template (just replace the <tr><td> from the example Mike
provided):

<tr><td
<#if parameters.cssClass??>
 class="${parameters.cssClass?html}"<#rt/>
</#if>>


-----Original Message-----
From: Mike Baranski [mailto:list-subscripti...@secmgmt.com] 
Sent: Wednesday, September 02, 2009 4:50 PM
To: 'Struts Users Mailing List'; d...@homeport.org
Subject: RE: Session variables in <s:radio> buttons - preselection and
formatting?

For #1, I don't know.

For #2, I did exactly that, see here:

http://mikeski.net/site/node/16

Mike.



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

Reply via email to