Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
1.1.9
-
None
-
None
-
Windows XP/RedHat Linux; Tomcat 6, Oracle iAS 10, Oracle Weblogic 10.3.1.0
Description
Hello!
I noticed the strange thing with pop-up calendars in MyFaces Tomahawk. I use MyFaces for JSF 1.1, Facelets 1.1.15 (when using 1.1.14 situation was the same). If I put the single pop-up calendar on my page, it works fine - pop-up is opened. But as soon as I put another pop-up calendar near the first one - for example, if I need to select a period - their pop-ups don't work. And if I use jsp instead of xhtml, i.e. MyFaces without Facelets, two pop-up calendars work fine again. What may be the reason?
I have read another issue here (TOMAHAWK-1145) and tried to use the StreamingAddResource instead of DefaultAddResource - nothing was changed. Then I used the <t:document> tag instead of <html>, <t:documentHead> instead of <head> and <t:documentBody> instead of <body> - nothing was changed again. I tried to put these calendars in two different forms - again nothing was cahnged. Is there another solution of this issue?