[jboss-user] [JBoss Portal] - Re: custom-window-state

2008-04-17 Thread tinico
Sorry... In *.object.xml I've added this liens : | | normal | minimized | maximized | solo | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144838#4144838 Reply to the post

[jboss-user] [JBoss Portal] - Re: custom window-state and layout

2008-03-20 Thread PMN
humm, I meant /layouts/EvosHalfPage/index.jsp | EvosCalendar | /layouts/EvosCalendar/index.jsp | /layouts/EvosHalfPage/index.jsp | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss Portal] - Re: custom window-state and layout

2008-03-20 Thread PMN
sorry like this | | EvosCalendar | /layouts/EvosCalendar/index.jsp | /layouts/EvosMaximized/index.jsp | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137974#413797

[jboss-user] [JBoss Portal] - Re: Custom Window State

2007-04-17 Thread Antoine_h
Hello, It seems more a pb of wiring. did you look at the layout strategy source code ? may be this feature has not been much tested (used ?), and there is a bug, when routing to the proper jsp file. as you can write your own, you may do one and see with logs what happen and why it does not work.

[jboss-user] [JBoss Portal] - Re: Custom Window State

2007-04-17 Thread engela
Hi Antoine, Sorry I can't help you as I only used Acegi to login but didn't do any filtering and I haven't used it since. I am currently using the LdapExtLoginModule to authenticate against my LDAP server which is sufficient for the time being. With regards to custom window states I have added

[jboss-user] [JBoss Portal] - Re: Custom Window State

2007-04-17 Thread Antoine_h
yes, this seems the right way, for what I know. look at the jsr-168 for defining custom window states. there is an example with "1/2 maximized" state, if I remember well. To make sure you have declared all that is needed for this state in other places (portal description, etc...). By the way, tha