I am new to Java, Tapestry & HTML.

I have the following code that displays a DatePicker which works fine.
However the DatePicker is almost the same width  as my form. How do I size
the DatePicker?

.html code:
<td class="itemCell">validfromdate&nbsp;:<br>
<input type="text" name="validfromdate" jwcid="validfromdateField" /></td>

.java code:
@Component(type = "DatePicker", bindings = {"validators=validators:",
"value=validFromdate", "includeWeek=true",
"translator=translator:date,pattern=dd/MM/yyyy", "displayName=literal:Valid
>From Date"})
  public abstract DatePicker getValidFromDateField();

Many thanks for assistance..
Jim
http://www.nabble.com/file/8152/validfromdate.JPG 
-- 
View this message in context: 
http://www.nabble.com/Sizing-of-DatePicker-tf3669237.html#a10252170
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to