Hi- I have <html:select> and <html:options> tags which get their data from my ActionForm's methods "provinceValues()" and "provinceLabels()" methods: <html:select property="province"> <html:options property="provinceValues" labelProperty="provinceLabels"/> </html:select> This works fine for the default Locale, but I also need to be able to somehow get the user's Locale from the Session to this ActionForm bean so it knows what language to render itself in. Is there any way to do this? Or is there a better way of setting the Locale for an option list? -Mike -- Mike Bridge <[EMAIL PROTECTED]>

