[tobago] f:selectItem with tc:selectOneChoice

2007-01-18 Thread Wong, Emmanuel \(Sam\)
Hi: Could anyone tell me how to display a specified drop down list value? Let say will would like to display 3:Medium instead of other drop down value. Please see below. Thanks. For example: On the JSP: tc:selectOneChoice value= #{

[tobago] f:selectItem with tc:selectOneChoice

2007-01-18 Thread Wong, Emmanuel \(Sam\)
Hi: Could anyone tell me how to display a specified drop down list value? Let say will would like to display 3:Medium instead of other drop down value. Please see below. Thanks. For example: On the JSP: tc:selectOneChoice value= #{

Re: [tobago] f:selectItem with tc:selectOneChoice

2007-01-18 Thread Volker Weber
You want '3' as inital value? just set it: Public class MyBean{ private int probability = 3; ... } reagards, Volker 2007/1/18, Wong, Emmanuel (Sam) [EMAIL PROTECTED]: Hi: Could anyone tell me how to display a specified drop down list value? Let say will would

RE: [tobago] f:selectItem with tc:selectOneChoice

2007-01-18 Thread Wong, Emmanuel \(Sam\)
Subject: Re: [tobago] f:selectItem with tc:selectOneChoice You want '3' as inital value? just set it: Public class MyBean{ private int probability = 3; ... } reagards, Volker 2007/1/18, Wong, Emmanuel (Sam) [EMAIL PROTECTED]: Hi: Could anyone tell me how to display

Re: [tobago] f:selectItem with tc:selectOneChoice

2007-01-18 Thread Volker Weber
To: MyFaces Discussion Subject: Re: [tobago] f:selectItem with tc:selectOneChoice You want '3' as inital value? just set it: Public class MyBean{ private int probability = 3; ... } reagards, Volker 2007/1/18, Wong, Emmanuel (Sam) [EMAIL PROTECTED]: Hi: Could anyone