oracle adf - Working with ADF Faces Calendar Component -


i'm working adf faces calendar component working adf faces calendar component

and i'm using jdeveloper , adf 11g (11.1.1.0.0)
problem when try expand data controls accordion , drag collection represents view object (fodcaleventvo) , drop calendar adf calendar can't find calendar like that.

can me how find it?

the adf calendar requires specific set of objects within view object before create calendar menu appear. see below.

its because need add 3 bind variables view object:

  • 2 date bind variables (for storing start date , end date). make sure updatable flag set true. have required set ture. being 11.1.1.0, might require 2 timestamp bind variables , not date. later jdev versions require, 2 date bind variables.
  • 1 string variable (for storing timezone). make sure updatable flag set true.

for view object's fields, make sure have attributes following:

  • 2 date attributes (for start date , end date)
  • primary key attribute
  • string attribute represent calendar activity provider id (otherwise owner of calendar activities)
  • string attribute represent calendar activity title.

lastly, if had add of above view object, make sure refresh data controls panel before create calendar component - sort of quirky way :)

thanks,

gavin


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -