on 8/3/2000 2:01 PM, "Diethelm Guallar, Gonzalo"
<[EMAIL PROTECTED]> wrote:

> How do I go about putting that DateSelector where I
> want it in the WM file?

in your java code:

context.put ("someDate", new DateSelector() );

in your WM file:

$someDate

> Also, can anybody provide an example of creating
> a DateSelector object for a specified day/month/year?
> How do I create it? How do I "render" it into HTML?
> How do I define actions that will handle its input?

that is getting into the realm of how do i write java code and is outside of
the scope of this group.

All you need to do is pass a Date object into DateSelector and it will
render the time/date for that Date object. If you don't pass in a Date
object, then it will render with the current time/date.

-jon



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to