sn7400
Joined: 04/09/2008 14:35:52
Messages: 11
Offline
|
Hello,
I created a jsp with a <e:menubar> that opens a popup component by clicking on a <e:menucell>.
The page includes 2 jsp's that representing a <e:window> component. When the menucell is clicked,
no window is opening. See this code:
An Error in IE6 occured: "domNode is Null or not an Objekt".
If I change the jsp by only including one jsp like this, it works:
I want to build up a "one-page-application" and of course it would work when I put every window
component with their children directly in the page, but then the page grow up too big. So I want to
make it modular by including every window-jsp.
I discovered when I surround every <e:include> tag with a <e:form> tag
the windows are opening but inside each window component is a <e:datatable> and some button nested and
the click-event outgoing from this window, is not processing. Nothing happens when clicking the button
"Filter". See this code of the including window-page:
What can I do?
Greetings, Axel
|