Sorry for another newbie question :-)  but why does:

        <td>
                <t:label t:for="userName">the name of the user</t:label>
        </td>
        <td>
                <input type="text" t:id="userName"
                        t:type="TextField" t:value="userName"/>
        </td>

print "the name of the user" rather than "User Name" like it does in the Kolesnikov book?

thanks,
p.




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

Reply via email to