DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27518>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27518 [portal] submit to url minimize locks window minimized ------- Additional Comments From [EMAIL PROTECTED] 2004-03-16 13:20 ------- Sorry for replying with delay. I had some problems with running samples under Tomcat (I describe it below). The problem is probably the way you described. The icons fullscreen, maximize, minimize are all working now (click on fullscreen icon did not work before). But portlet links generated via renderResponse.createRenderURL(); url.setWindowState(); does not behave correctly: click on link generated via url.setWindowState( WindowState.MINIMIZED - window minimizes, icons change correctly WindowState.NORMAL - window does not change !, but icons change correctly WindowState.MAXIMIZED - window does not change !, but icons change correctly If you can fix click on link NORMAL and MAXIMIZED as they will work same as click on appropriate icon, it will be solved. Only link MINIMIZE works correctly. Another problem, which I am experiencing from your last CVS update: After change to profiles/copletdata/portal.xml following exception occurs (I enclose log as attachment): ERROR (2004-03-16) 13:34.58:897 [portal] (/cocoon21/samples/portal/portal) Thread-9/AuthenticationProfileManager: Error loading profile. org.apache.cocoon.components.persistence.ConverterException: The class for the root element 'h1' could not be found. at org.apache.cocoon.components.persistence.CastorSourceConverter.getObject (CastorSourceConverter.java:82) It is probably caused by caching mechanism, because the way around is to delete %TOMCAT%\work dir. The h1 element is probably introduced by some error handling mechanism. It is happening everytime I do not delete work dir. Do you have any clue? Thank you.
