Bonjour

Voici mon code

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
 
<html:select property="duration">
        <html:option value="L"><bean:message key="jsp.callTracking.longTerm"/></html:option>
        <html:option value="S"><bean:message key="jsp.callTracking.shortTerm"/></html:option>
        <html:option value="P"><bean:message key="jsp.callTracking.permanent"/></html:option>
        </html:select>
Comment faire pour que la valeur L soit celle par defaut?

Merci