Hello les gens;
Je voudrais changer:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
<layout:select key="Fee category" property="editComBean.fee_category" styleClass="TABS">
 
							<logic:iterate id="feeCategoryTypeIterator"
					indexId="feeCategoryTypeIndex"
					collection="<%=Constants.FEE_CATEGORY_TYPE%>">
					<layout:option bundle="labelScreen"
						key="<%=(String) ((GenericBean)(Constants.FEE_CATEGORY_TYPE[feeCategoryTypeIndex.intValue()].getKey())).getValue()%>"
						value="<%=(String) ((GenericBean)(Constants.FEE_CATEGORY_TYPE[feeCategoryTypeIndex.intValue()].getKey())).getKey()%>" />
				</logic:iterate>
 
						</layout:select>
qui marche soit dit en passant, en <layout:options> qui supporte l'attribut "sourceOf"
Merci pour toutes vos contributions.