cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi all.

In a redesign project we use a new structure for the bsp pages. Since the redesign every F4 help for dates is giving us a java script error.

Row: 689

Column: 3

Error: 'document.all.sapDate.style' is NULL or no object

Code: 0

URL: http://<server>:<port>/wbw(bD1..)/main.do

In the first version it was a view with some page fragments included containing the F4 helps.

The new application is a main view containing a changing view over command <bsp:call comp_id="...

Does the difference in place used matter?

I also removed the attribute themeRoot from <htmlb:content ...

Thanks for every hint,

Timo.

0 Likes
View Entire Topic
Former Member
0 Likes

It seems that the DatePicker encounters some serious problems if it is used in a htmlb:page construct. After removing the htmlb:page tags everything worked fine.