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:/
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=
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
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
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
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
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
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
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
-
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
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
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
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 :
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
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.
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
-
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
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
---
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
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
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
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
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
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
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
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
26 matches
Mail list logo