[JBoss-user] [JBoss Portal] - browser instances and sessions

2005-08-21 Thread matw
Hi, I am having a problem where separate browser instances share the same session ID, ive figured it is because they use the same cookie to validate the session with the server. I would like to use URL rewriting (append the session to the url) but this requires the browser to have cookies turned

[JBoss-user] [JBoss Portal] - Re: DivDecorationRenderer.java

2005-07-28 Thread matw
I have to agree with you on the maximise feature being hard being a sort of un-necessary feature. That said though, the use of portlets is somewhat to give the user the feeling of being "in control" to some degree. I like the layout you posted, the thought of setting the header border styles to

[JBoss-user] [JBoss Portal] - Re: hot-redeploy of config files

2005-07-28 Thread matw
Hi, Re-deploying the project.war(via ant) will undeploy the the old project.war, then deploy the new project.war. The server needs to undeploy the old project first then deploy the new one so that the config files are re-read. The only other way(i think?) would be if there was a stop-start featu

[JBoss-user] [JBoss Portal] - Re: .war deployment using ant 1.6 to JBoss

2005-07-28 Thread matw
Harah!!! I was compiling with java 1.5 and running on java 1.4, its always the simple things which take days too solve. cheers, Mat View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887009#3887009 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [JBoss Portal] - .war deployment using ant 1.6 to JBoss

2005-07-27 Thread matw
Hi, I am trying to deploy my portal project as a .war file to JBoss (The latest binaries available), but the portlets are not being loaded (i can access the portal pages but no portlets show). I am using ant 1.6 to build. I have tried creating .war archives of the helloworld demo source and it d

[JBoss-user] [JBoss Portal] - Re: DivDecorationRenderer.java

2005-07-27 Thread matw
Ive thought about the maximise and minimise features and have some possible solutions. When you maximise a portlet, your renderer should create HTML markup inside the "COLUMN" (DIV tag which is defined in the layout jsp) where that portlet exists. What we can do (i hope, havent fully tested it)

[JBoss-user] [JBoss Portal] - DivDecorationRenderer.java

2005-07-27 Thread matw
Hi, I have been playing with the custom layout/theme feature in JBoss and have noticed that the DivDecorationRenderer.java class renders a table in the markup (why not complete DIV). At lines 73 and 79 in the code td(columns) are added to either side of the header table, im guessing these are fo