I got it ! The solution was to let the key as a label and to add a
fi:styling element in the template with a i18n:attr attribute.

form definition :

<fd:submit id="edit" action-command="edit-user" validate="true">
                    <fd:label>edit-user</fd:label>
                </fd:submit>

form template :

<ft:widget id="edit">
                            <fi:styling i18n:attr="value"></fi:styling>
                        </ft:widget>

And everything works fine.

Cheers.

-- 
Sebastien ARBOGAST

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to