Hi,

I want to fill radio button values with values from a constants class. What
is the best practice for this using struts?

For example, this code...
         <html:radio value="C4" property="crtainNum" />Curtain Number Four
... could be...
         <html:radio value=<% com.myCom.Constants.CURTAIN_VALUE %>
property="crtainNum" />Curtain Number Four
... or, at least I figure it could be.

But is there a more strutsy way to do it?

Thanks,
boz

Reply via email to