Hello,

I have a list of options and want to translate them dynamic.
My implementation in the jelly-file looks like following:

<select name="encryption">
> <j:forEach var="sEnc" items="${supportedEncryptions}">
>     <option value="${sEnc}">${%sEnc}</option>
> </j:forEach> 
> </select>
>

What is the preferred way to use the content of *sEnc* as translation key?
Thanks for any advices.

Reply via email to