Re: Getting Page Expired in Glassfish but not in Jetty

2009-12-09 Thread zlus...@gmail.com
Hi, Check that session cookies are not mixed up between the application servers. I had PageExpired exceptions when testing the same application on the very same browser with WebLogic and Tomcat, and that was caused by that both servers are using the JSESSIONID cookie, but with different paths

Re: Date Picker in Editable TreeTable in IE7 and IE8

2009-10-11 Thread zlus...@gmail.com
Hi, Try to play with z-index css value; increase it, and it should bring the calendar control above the other parts of the table. We are also using the YUI calendar widget inside a table, see this page on JavaForge: http://www.javaforge.com/proj/tracker/submitNew.do?tracker_id=5407. (Sorry gu