uh.. no attachements allowed?
here it is:
webapp/tags/ui/example.ftl
----
<html>
<head>
<title>UI Tags Example</title>
</head>
<body>
<@s.form action="exampleSubmit" enctype="multipart/form-data"
javascriptTooltip="true" >
<@s.textfield
label="Name"
name="name"
tooltip="Enter your Name here"/>
<@s.submit />
<@s.reset onclick="alert('Resetting form now... Press OK to continue!');"
/>
</@s.form>
</body>
</html>
----
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]