"[EMAIL PROTECTED]" wrote : Post your code :)

  | public enum FilterType {
  |             
  |     A("orders.filtering.all"),
  |     O("orders.filtering.open"),
  |     C("orders.filtering.closed");
  |             
  |     private String key
  |             
  |     Suodatustyyppi(String key) {
  |             this.key = key
  |     }
  | 
  |     public String getKey() {
  |             return key;
  |     }
  |     
  | }
  | 

  |     <ice:selectOneRadio value="#{orderBean.filter}">
  |             <s:selectItems value="#{orderBean.filterTypes}" var="filter" 
  |                     label="#{messages[filter.key]}"/>
  |             <s:convertEnum />
  |     </ice:selectOneRadio>   
  | 

PS. Do you work full-time answering questions here? :) Much appreciated for a 
fresh seam-convert in any case...

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070551#4070551

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070551
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to