[JBoss-user] [JBoss Portal] - Setting Page Title for new files in CMS

2006-05-18 Thread sandeeppujar
Hello, I have some files in the default CMS folder. Is there a way to specify the title for these pages(other than modifying them through CMSADMIN UI). Right now the default title "JBoss Portal "appears for these files when rendered by the CMS. Thanks Sandeep View the original post : http:/

[JBoss-user] [JBoss Portal] - Re: Personalization in 2.4

2006-04-12 Thread sandeeppujar
Could we have some one from the development team throw some light on this feature, if this is on the development radar. Thanks, Sandeep View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937048#3937048 Reply to the post : http://www.jboss.com/index.html?module=

[JBoss-user] [JBoss Portal] - Personalization in 2.4

2006-04-10 Thread sandeeppujar
Greetings, I had posted this question on the developers forum but did not get any responses, below is the link to it http://jboss.org/index.html?module=bb&op=viewtopic&t=80116 I was looking for some more information on the Personalization feature, Would it be like every user can configure his ow

[JBoss-user] [JBoss Portal] - Re: ActionRequest SetAttribute issues in 2.2.1 : RC2

2006-03-08 Thread sandeeppujar
Hello, I tried get/set parameter also but as you found, it did not work for me in 2.2.1 RC2. But the set/get attribute did work in the previous versions of JBP. I found this when I migrated my code to use 2.2.1 RC2 from 2.0, if I remember correct. So was curious to know if there was a bug in t

[JBoss-user] [JBoss Portal] - ActionRequest SetAttribute issues in 2.2.1 : RC2

2006-03-07 Thread sandeeppujar
Hi, I recently migrated to JBoss portal 2.2.1 RC2 from 2.0 And I found this problem. When I set an attribute in my processAction request object it is not available in my doEdit request object. eg processAction{ actionRequest.setAttribute("X", value) } doEdit{ value = renderRequest.getAttribu

[JBoss-user] [JBoss Portal] - Re: how to plugin custom user preferenes implementation

2006-03-06 Thread sandeeppujar
Am I missing any details in my question ? Seems like this would be a pretty useful feature as group preferences might be a requirement for many portal projects. All inputs and ideas would help, Thanks Sandeep View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [JBoss Portal] - how to plugin custom user preferenes implementation

2006-03-01 Thread sandeeppujar
Hello, use case: I have portlet preferences for a group of users and not specific per user. Say group 1 has one set of preferences and group2 has different set for the same portlet. Is there a way I can achieve that ? If I write my own custom preferences implementation is there a way I can plug

[JBoss-user] [JBoss Portal] - Getting portlet instance name inside the portlet ?

2006-02-22 Thread sandeeppujar
Hello, I was trying to figure out how to get the Portlet instance name inside the portlet. Is there a way ? any pointers to this would help Thanks a ton, Sandeep View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925734#3925734 Reply to the post : http

[JBoss-user] [JBoss Portal] - Re: URL Re-writting

2006-01-31 Thread sandeeppujar
Hello, Could you please update the docs on how we can use this cool feature. Thanks, Sandeep View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920837#3920837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920837 -

[JBoss-user] [JBoss Portal] - Trying to get rid of Portal-server.war

2006-01-31 Thread sandeeppujar
Hello, I am trying to get rid of portal-server.war from my jboss-portal.sar. And have only one war portal-core.war for my portal. I tried this by copying the contents of jboss-web.xml and web.xml in portal-server.war to portal-core.war and restarting my jboss server. My portal doesn't come up a

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

2006-01-25 Thread sandeeppujar
Hello, I want to piggy back my question with this thread as I have a similar question. Question : Is there a way we can pass request parameters to all the portlets on a page. example: http://mywebsite.com/portal/mypage?myparam=somaValue. Is it possible to write such URLs so that all the portle

[JBoss-user] [JBoss Portal] - Re: Custom portal pages per user

2006-01-18 Thread sandeeppujar
Hi, Do we have the required back end support to store page preferences per user. I mean the custom pages with portlets what each user wants to see. Is the dashboard you mentioned part of the next release, or is it on the roadmap. Looks like for portals user level page customization would be re

[JBoss-user] [JBoss Portal] - Re: Custom portal pages per user

2006-01-10 Thread sandeeppujar
I am interested in the scalability of the Dynamic layout, portlet changes module. Please let me know If I missing any information or clarity in my question. Thanks, Sandeep View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916733#3916733 Reply to the post :

[JBoss-user] [JBoss Portal] - Custom portal pages per user

2006-01-06 Thread sandeeppujar
Hello, We had a requirement where each user should be able to build his own page, by putting the portlets he wants on them. Is there a way we can do that right now. As far I understand with the current set up the pages and page layouts are more or less standard and only the ADMIN can change the

[JBoss-user] [Beginners Corner] - Startup using parameters in run.conf

2005-11-15 Thread sandeeppujar
Hello, I wanted to startup my Jboss instance with option -c all i.e "/bin/run.sh -a all " Is there a way I can specify these options in run.conf ? Thanks, Sandeep View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907309#3907309 Reply to the post : http://www.

[JBoss-user] [JBoss Portal] - Re: PortletSession vs HttpSession

2005-11-10 Thread sandeeppujar
I am also having the same problem, any pointers ? solutions..? Thanks, Sandeep View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3906683#3906683 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3906683 -

[JBoss-user] [JBoss Portal] - How to specify Portal page URL with parameters

2005-11-10 Thread sandeeppujar
Hello, I was trying to pass parameters to a portal page in the URL, but was not able to do it successfully. The URL I was generating looked like /portal/index.html?ctrl:id=page.default.TeamDetails&team=xyz This goes to the new page TeamDetails but doesnot have any value for the parameter "tea

[JBoss-user] [JBoss Portal] - Re: User preferences with LDAP integration

2005-09-26 Thread sandeeppujar
Thanks Julien, I will look it up and will keep you updated. Thanks, Sandeep View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3897262#3897262 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3897262 ---

[JBoss-user] [JBoss Portal] - Re: User preferences with LDAP integration

2005-09-26 Thread sandeeppujar
Once the user is authenticated by our LDAP module, the user in request.getRemoteUser() is the user who has just logged in. I can see the user name when I print it. Will this feature "making the user store automatically create a user" be available soon. Is ther someway I can make it work, p

[JBoss-user] [JBoss Portal] - Re: User preferences with LDAP integration

2005-09-26 Thread sandeeppujar
We use JAAS, we have added an application-policy in login-config.xml for our LDAP, and changed the in jboss-web.xml to use our LDAP. Did I answer your questions ? Thanks Sandeep View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3897236#3897236 Reply to the po

[JBoss-user] [JBoss Portal] - User preferences with LDAP integration

2005-09-26 Thread sandeeppujar
Hello, I have been facing a few problems with user preferences. I have JBoss portal integrated with our LDAP system, the user is authenticated against this system. Now the MySQL db I have which is the data source for my portal does not have any information about this user nor does it store any

[JBoss-user] [JBoss Portal] - Re: how to set Preferences

2005-09-14 Thread sandeeppujar
The primary key can be "guest" . I guess PortletPreferences class assumes that there is a current user who has logged in. For guest this might not work as guest need not log in but still I might want to store some preferences for him. Is there a way I can set the user to guest by default and st

[JBoss-user] [JBoss Portal] - Re: how to set Preferences

2005-09-14 Thread sandeeppujar
Thanks , I have another question, If I have a guest user , then how do I save his preferences ? I have it setup and use portletPrefs.store(), but nothing appears in the database, is there any configuration I am missing. Below is my code PortletPreferences pref = request.getPreferences(); p

[JBoss-user] [JBoss Portal] - how to set Preferences

2005-09-12 Thread sandeeppujar
Hello, What is the best way to set preferences in portlets. Is there some document I can refer to. I have setup mysql database as the data source to store the preferences. I am looking to store prefernces 1. as some key - value pair. 2. Per user. Other question is can I use PortletPreferences

[JBoss-user] [JBoss Portal] - Problems with Portlet Title and View modes

2005-08-18 Thread sandeeppujar
Hi, Issue 1: I was facing some difficulties setting the title for a portlet. The title is getting set to "null" even if I set the title in portlet.xml. Issue 2: The view, edit , help mode buttons dissappear if I set a portlet to the region "right" any particular reason for that ? If I set the

[JBoss-user] [JBoss Portal] - Configurable layout

2005-08-09 Thread sandeeppujar
Hi, We had a requirement that users can configure their portal pages, Can we do it using JBOSS portal. Say for example if user1 wants portletA, portletB on his page and user2 wants portletA and portletC. Can users choose the portlets they want to see on their pages. Can this be done using some