I think you need to set prerender=false on the FieldLabel

See the FieldLabel docs at

http://tapestry.apache.org/tapestry4/tapestry/ComponentReference/FieldLabel.html


On 11/28/06, Peter Schröder <[EMAIL PROTECTED]> wrote:

hi,

this is my first post to the list, so welcome you all.

i have a tiny problem with a checkbox, that i dont understand.

i have a checkbox for terms of use, which i want the user to except:

<span jwcid="@FieldLabel" field="component:AGB">fehlermeldung</span>
<input jwcid="[EMAIL PROTECTED]" value="ognl:agb" displayName="Ich akzeptiere
die" validators="validators:required"/>

this one works.

if i switch the label and the checkbox, it never gets a success:

<input jwcid="[EMAIL PROTECTED]" value="ognl:agb" displayName="Ich akzeptiere
die" validators="validators:required"/>
<span jwcid="@FieldLabel" field="component:AGB">fehlermeldung</span>

this doesnt work.

i am working with 4.0.2

kind regards
peter

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


Reply via email to