Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

[jboss-user] [JBoss Seam] - Re: selectItems

scott.stark@jboss.org

2007-08-09


yes, setter and getter for the property "situationFamilleMap" exist


|
| private static Map<String,String>situationFamilleMap=new HashMap<String,String>();
|
|  static
|  {
|    situationFamilleMap.put("celibataire", "C??libataire");
|    situationFamilleMap.put("divorce", "Divorc??(e)");
|    situationFamilleMap.put("marie", "Mari??(e)");
|    situationFamilleMap.put("veuf", "Veuf(ve)");
|    
|  }
|  ...
| public Map<String, String> getSituationFamilleMap() {
|    return CollaborateurHome.situationFamilleMap;
|  }
|
|  public void setSituationFamilleMap(
|      Map<String, String> situationFamilleMap) {
|    CollaborateurHome.situationFamilleMap = situationFamilleMap;
|  }
|

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072635

_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.