trsvax / tapestry-bootstrap

Tapestry module for Twitter Bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datefield problem

trsvax opened this issue · comments

date field gets

TypeError: 'null' is not a object (evaluating 'this.trigger.obseve')

This is BeanEditForm with a Datefield in it

DateField works unless

configuration.add(JQuerySymbolConstants.SUPPRESS_PROTOTYPE, "false");

It appears the jQuery component uses a button to popup the calendar but Prototype uses an image.

Should change them all to icon-calendar

Actually this all happens in Javascript on the client. Start of fix for jQuery need to figure out Prototype side. I think the jQuery lib overrides Prototype no matter what.

This is confirmed fixed. Thank you.