[jboss-user] [JBoss Portal] - how to disable dashboard for some portal instances

2008-02-22 Thread ian.ouzounov
I use server 4.2.2 and portal 2.6.2 I have configured two different portal instances and I'm trying to disable the dashboard foe one of them. Any ideas. thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131560#4131560 Reply to the post :

[jboss-user] [JBoss Portal] - how to skip login.jsp when using ldap

2007-07-09 Thread ian.ouzounov
Hi all, what is the way to skip the step with login.jsp? here is what I want to achieve: I'm using LDAP Authentication for my portal. I want to trigger the authentication every time a user enter the portal, but I want to keep it in the background, without showing through login. eventually I will

[jboss-user] [JBoss Portal] - Re: how to skip login.jsp when using ldap

2007-07-09 Thread ian.ouzounov
to the above scenario I should add that, I'm getting the username from the servlet request header don't care for password, since the user has been authenticated before entering the portal. thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062173#4062173 Reply

[jboss-user] [JBoss Portal] - Re: StyleSheet not Working in DisplayTag Library

2007-05-14 Thread ian.ouzounov
this works for me: | link rel=stylesheet type=text/css href=%= request.getContextPath()%/css/displaytag.css View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045544#4045544 Reply to the post :

[jboss-user] [JBoss Portal] - Re: How can I have Sub-Menus in Jboss Portal?

2007-05-14 Thread ian.ouzounov
you can achieve this by creating a nested page/s, then when you point the mouse on top of the tab that has a nested page/s it will show a drop down menu View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045614#4045614 Reply to the post :

[jboss-user] [JBoss Portal] - Re: dashboard unavailable when going trough LDAP

2007-04-10 Thread ian.ouzounov
Problem solved. It works fine. dashboard is there for every user. Also for the problem where users info from ldap should match the info stored in the local db all you have to do is: in login-config.xml uncomment this code, and ldap will synchronize the db every time there is a new user. |

[jboss-user] [JBoss Portal] - Dashboard and IPC problem

2007-04-10 Thread ian.ouzounov
I tryed the IPC example, it works fine in a portal page, but doesn't work in dashboard. It looks like the listener can't recognize dashboard instances, since they are assign different than the original name when in dashboard (int if I'm not mistaken) Any ideas on how to make IPC work in

[jboss-user] [JBoss Portal] - Re: Portlet URL

2007-04-06 Thread ian.ouzounov
there are several ways to achieve that. one will be to use jsf and action mapping. in faces-config.xml you specify the mapping after action. another way, more simple is to use %= request.getContextPath()% to build the base path relative to the portal page. for example: /inside portlet jsp/

[jboss-user] [JBoss Portal] - Re: Portlet URL

2007-04-06 Thread ian.ouzounov
View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4035342#4035342 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4035342 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Portal] - Re: Portlet URL

2007-04-06 Thread ian.ouzounov
i couldn't paste the code for some reason View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4035344#4035344 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4035344 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: Portlet URL

2007-04-06 Thread ian.ouzounov
link rel=stylesheet type=text/css href=%= request.getContextPath()%/css/displaytag.css View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4035393#4035393 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4035393

[jboss-user] [JBoss Portal] - Re: dashboard unavailable when going trough LDAP

2007-04-06 Thread ian.ouzounov
if someone can help, here is some more info on the same problem: I discovered that if a user is not registered with the database can not login even if the ldap module authentication passes. I'm using ldap-required and IdentityLoginModule - sufficient View the original post :

[jboss-user] [JBoss Portal] - Re: Portlet URL

2007-04-05 Thread ian.ouzounov
what do you mean by mapping A - B B - C ? do you mean forward? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4035108#4035108 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4035108