Sorry, hosed the action method (needs to return String), but the main problem 
is still the same.  Can't force the radio button's value into the Seam 
component.

public String locationsByState(){
  |         currentLocations = new ArrayList<SelectItem>();
  |         loadLocations();
  |         Context event = Contexts.getEventContext();
  |         Context session = Contexts.getSessionContext();
  |         Context page = Contexts.getPageContext();
  |         for(int i=0;i<staticLocations.size();i++){
  |             SelectItem current = staticLocations.get(i);
  |             if(current.getDescription().trim().equals(selectedState)){
  |                 currentLocations.add(current);
  |         }
  |     }
  |     setSelectedTab(1);
  |     return display();        
  | }

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

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

Reply via email to