Re: Changing the background color of the portal

2005-04-14 Thread Stefano Bianchi
Dear Sven, it depends on which support you use, jsp or vm (vm is default). For jsp [TOMCAT]\webapps\jetspeed\WEB-INF\templates\jsp\layouts\html\default.jsp for vm [TOMCAT]\webapps\jetspeed\WEB-INF\templates\vm\layouts\html\default.vm You should find there body bgcolor=#FF so change

AW: Displaying portlet in decorator

2005-04-14 Thread Sven Thiergen
Hi, Is there any way to display a portlet in the decorator built part of the page (the portlet is not included in a psml file)? This is what I do in my decorator file : --- PageImpl searchPage = (PageImpl) rootFolder.getPage(search.psml); FragmentImpl searchFragment = (FragmentImpl)

AW: Jetspeed 2 - deployment first steps

2005-04-14 Thread -=]FTT[=-DGO
Hello Ben, thank you very much fort his howto. I would be very glad if you could show me the maven.xml, project.properties, project.xml and protlet.xml for this howto. If one portlet is working the others shouldn#t be that problem. Thank you! -Ursprüngliche Nachricht- Von: Benjamin

Re: Invoking another portlet

2005-04-14 Thread Deep Kumar
Hi All, Any clue for my below query... Regards Deep Kumar Chief Architect, ComCreation. - Original Message - From: Deep Kumar [EMAIL PROTECTED] To: Jetspeed Users List jetspeed-user@jakarta.apache.org Sent: Monday, March 28, 2005 1:00 PM Subject: Invoking another portlet Hi All,

AW: Jetspeed 2 - deployment first steps

2005-04-14 Thread Benjamin Bratkus
Hello again, here are the sources, here is my maven.xml: ?xml version=1.0 encoding=UTF-8? project xmlns:j=jelly:core xmlns:ant=jelly:ant default=war preGoal name=java:compile mkdir dir=${maven.build.dir}/xdoclet/webdoclet/WEB-INF / attainGoal name=xdoclet:webdoclet / /preGoal

AW: Invoking another portlet

2005-04-14 Thread Dulisch, Martin
Hi Deep, when I understand you right you want to make tab B visible when selecting the link. Do you have a psml file for tab B? Then try the following url: .../jetspeed/portal/tab-b.psml Martin -Ursprüngliche Nachricht- Von: Deep Kumar [mailto:[EMAIL PROTECTED] Gesendet:

Re: Invoking another portlet

2005-04-14 Thread Deep Kumar
Hi Dulisch, What I understand is that whenever we create a tab or add any portlet in a Tab, all the realted enteries goes in default.psml file for that particular user. So do u mean to say that I should add default.psml in the mentioned URL. Regards Deep Kumar Chief Architect,

Re: Invoking another portlet

2005-04-14 Thread Deep Kumar
Hi All, I need to know if it is possible to read the PSML files like default.psml My requirement is know the portlet-ID defined in the default.psml based on the portlet name. e.g if I suppy the portlet name (Test), it should return me the portlet-Id defined for this

AW: Invoking another portlet

2005-04-14 Thread Dulisch, Martin
No no, what I mean is than a tab (page) can be defined in a psml file. Each tab has a seperate psml. You can make a tab visible by accesing the psml in the portal url. Have a look at the default jetdpeed installation with examples. Observe the url in your browser when switching the tabs

Re: Changing the background color of the portal

2005-04-14 Thread Sven Richter
Dear Stefano, thanks for your answer. But trying out your tip showed me that that wasn't the problem. Because if you look at the code of the top.vm, you can see that this value in the default.vm is changed by the value in the default.css (although when you look at the generated

Re: Changing the background color of the portal - Portal page height

2005-04-14 Thread Stefano Bianchi
Dear Sven, I work with jsp, so I don't know if my approaches apply also to vm... I have the same problem, but I think it is not so easy to solve unless you make some trick like transparent images e.g. in a new right.vm that set the height of the central part AT LEAST at e.g. 600 px... You could

Re: Invoking another portlet

2005-04-14 Thread Deep Kumar
Hi Dulisch, yes u r right... but problem here is that the application which we are developng is multi-user, meaning every user which can log into the application can customize the portal. Let me explanin you briefly, You know that each user have

Re: AW: Displaying portlet in decorator

2005-04-14 Thread zaza
Sven Thiergen wrote: Hi, Is there any way to display a portlet in the decorator built part of the page (the portlet is not included in a psml file)? This is what I do in my decorator file : --- PageImpl searchPage = (PageImpl) rootFolder.getPage(search.psml); FragmentImpl searchFragment =

Re: JAASSessionValidator error with struts-bridge

2005-04-14 Thread Jeff Sheets
There's also the possiblity that the JAASSessionValidator works incorrectly with Weblogic. Can anyone else verify this? It seems to be an issue with how the url is rewritten. Also, this only seems to occur after closing a browser and logging back into the portal with the same userid. Maybe

RE: Invoking another portlet

2005-04-14 Thread Moazeni, Zachariah (AGRE)
I'm not sure if this will help you or not Deep... In my experience with Jetspeed1 in the JSP or ActionClass you set for the JSP you can get a particular Portlet ID...which I thought was the JSPIED. I would check the API (only if you're using Java though) -Zach -Original Message-

Re: Invoking another portlet

2005-04-14 Thread Deep Kumar
Hi Any clue, which API to use for this... Regards Deep Kumar Chief Architect, ComCreation - Original Message - From: Deep Kumar [EMAIL PROTECTED] To: Jetspeed Users List jetspeed-user@jakarta.apache.org Sent: Monday, February 14, 2005 6:12 PM Subject: Re: Invoking another portlet

Re: Invoking another portlet

2005-04-14 Thread Deep Kumar
That would be gr8. Regards Deep Kumar Chief Architect, ComCreation - Original Message - From: Moazeni, Zachariah (AGRE) [EMAIL PROTECTED] To: Jetspeed Users List jetspeed-user@jakarta.apache.org Sent: Thursday, April 14, 2005 7:14 PM Subject: RE: Invoking another portlet I'm not

RE: Invoking another portlet

2005-04-14 Thread Moazeni, Zachariah (AGRE)
http://portals.apache.org/jetspeed-2/multiproject/jetspeed-api/apidocs/index.html May work out for you, I just googled Jetspeed API and found this from http://portals.apache.org/jetspeed-2/multiproject/jetspeed-api/index.html I'm fairly certain, but not absolutely, that this was apart from

Portlets and WSRP

2005-04-14 Thread Molina Pablo (teampro)
Hello, Can anyone show me an example of dealing with JetSpeed (as the portlet container) and WSRP access to other web applications? Here there are some keys about it: http://www.jroller.com/page/rickard/20050411#portlet_bootstrapping

AW: AW: Displaying portlet in decorator

2005-04-14 Thread Sven Thiergen
Hi, Is there any way to display a portlet in the decorator built part of the page (the portlet is not included in a psml file)? This is what I do in my decorator file : --- PageImpl searchPage = (PageImpl) rootFolder.getPage(search.psml); FragmentImpl searchFragment = (FragmentImpl)

3rd Party Portlet Examples.

2005-04-14 Thread Elam Daly
Howdy all, Running Tomcat 5.0.28 on linux, using Jetspeed2 cvs checkout on 4/14/05. After installing and logging into the login portlet and selecting 3rd party portlets, I get errors on all the 3rd party portlets: Encountered the following problem(s) while attmepting to render portlet fragment:

Re: 3rd Party Portlet Examples.

2005-04-14 Thread CDoremus
Elam, I reported this as a bug. See: http://issues.apache.org/jira/browse/JS2-234 /Craig Elam Daly [EMAIL PROTECTED] 04/14/2005 11:12 AM Please respond to Jetspeed Users List jetspeed-user@jakarta.apache.org To Jetspeed Users List jetspeed-user@jakarta.apache.org cc Subject 3rd Party

Jetspeed2: Portal Site Detail

2005-04-14 Thread Thang H. Lai
Hello, I am trying to use/understand the Portal Site Manager. If I select a folder, the Portal Site Detail portlet shows a few options, one of which is Add Page and the URL under that link is: http://localhost:8080/jetspeed/portal/Administrative/%3Cbf:forward%20view='add-page'/%3E How does

Re: Jetspeed2: Portal Site Detail

2005-04-14 Thread David Sean Taylor
Thang H. Lai wrote: Hello, I am trying to use/understand the Portal Site Manager. If I select a folder, the Portal Site Detail portlet shows a few options, one of which is Add Page and the URL under that link is:

Re: Jetspeed2-M2 genapp

2005-04-14 Thread Robert Young
I haven't seen any good documentation on how to build a clean jetspeed portal without the demo portlets. I am wanting to start developing against J2 M2 and I would like a clean start. Can somebody point me in the right direction? Thanks. On 4/5/05, Rene Medellin [EMAIL PROTECTED] wrote: I

Re: Jetspeed2-M2 genapp

2005-04-14 Thread Rene Medellin
Yup. Could really use some guidance on that. (Have not heard anything on this since the original post) I think if someone could outline what all the minimal pieces are then maybe some of us could take a shot at writing the jetspeed2:genapp Maven goal. But the new distribution structure is so

Re: Jetspeed2: Portal Site Detail

2005-04-14 Thread Thang H. Lai
On Thursday 14 April 2005 1:02 pm, David Sean Taylor wrote: Thang H. Lai wrote: Hello, I am trying to use/understand the Portal Site Manager. If I select a folder, the Portal Site Detail portlet shows a few options, one of which is Add Page and the URL under that link is:

Re: Jetspeed2: Portal Site Detail

2005-04-14 Thread David Sean Taylor
Thang H. Lai wrote: I am willing to do this, but I need a little hand-holding until I am more familiar with the procedures. I am thinking about how to propose. Is there any document, discussion about this? Not really. Lets start a discussion on jetspeed-dev

Re: Jetspeed2-M2 genapp

2005-04-14 Thread Shah Amit
Look at minDeploy and nodbMinDeploy goals. They deploy the minimal jetspeed without the demo portlets. They are in XXX:\jakarta-jetspeed-2\portal\maven.xml Original Message Follows From: Rene Medellin [EMAIL PROTECTED] Reply-To: Jetspeed Users List jetspeed-user@jakarta.apache.org To:

Re: Jetspeed2-M2 genapp

2005-04-14 Thread David Sean Taylor
Rene Medellin wrote: Yup. Could really use some guidance on that. (Have not heard anything on this since the original post) I think if someone could outline what all the minimal pieces are then maybe some of us could take a shot at writing the jetspeed2:genapp Maven goal. But the new distribution

Jetspeed2: Minimized portlet look

2005-04-14 Thread Thang H. Lai
I am trying to change the minimized look of a portlet. Does anyone know where should I look for the relevant codes? -- Windows 95 (win'doz nin'ti fiv): n. 32 bit extensions and a graphical shell for a 16 bit patch to an 8 bit operating system originally coded for a 4 bit microprocessor,

Re: Jetspeed2-M2 genapp

2005-04-14 Thread Robert Young
So what is the difference in the following goals? I am making a guess here. QuickStart: Build with demo portlets and layouts? MiniStart: Build without demo portlets, but with layouts and all necessary database data to deploy your own portlets? BasicStart: ? On 4/14/05, David Sean Taylor

Re: Jetspeed2-M2 genapp

2005-04-14 Thread David Sean Taylor
Robert Young wrote: So what is the difference in the following goals? I am making a guess here. QuickStart: Build with demo portlets and layouts? builds everything. standard jetspeed demo release MiniStart: Build without demo portlets, but with layouts and all necessary database data to deploy

J2 - Download files

2005-04-14 Thread Shah Amit
I need to download files from server to user browsers from a particular directory. I tried to look thru the threads, but they are for J1. Can someone please give me some pointers where I should research ... Thanks, Amit - To

JSP ActionClasses

2005-04-14 Thread Moazeni, Zachariah (AGRE)
Hello All, I'm coming from a Jetspeed1.5 world and in the Customizer we could specify action classes so that prior to the JSP loading up, the action class would be called. Now in the Jetspeed2 world, I assume that a call to the action class would reside in the portlet.xml for the particular

Re: Changing the background color of the portal - Portal page height

2005-04-14 Thread Sven Richter
Dear Stefano, thanks for the tips. It works for me. But you shouldn't use an exact number like 600px (I don't know how you call that in English), but an percentage (I used: 80%) to make it work on all screen set-ups. Thanks a lot, Sven. Am Thu, 14 Apr 2005 14:56:45 +0200 schrieb Stefano

Re: Changing the background color of the portal - Portal page height

2005-04-14 Thread reda bendiar
Hi, Why not try using CSS layout techniques ? alistapart is good starting point if it interests you www.alistapart.com/articles/flexiblelayouts/ Hope this helps, Reda - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Changing the background color of the portal - Portal page height

2005-04-14 Thread reda bendiar
I think this article deals specifically with problem (assuming that you use CSS for your layout...!) http://www.alistapart.com/articles/footers/ Reda - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: