AW: CSS with TwoColumnLayout

2005-04-13 Thread Dulisch, Martin
Hi Mike, I added my CSS to the html layout. Have a look at decorator-top.vm. Martin -Ursprüngliche Nachricht- Von: Mike R. [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 12. April 2005 16:48 An: jetspeed-user@jakarta.apache.org Betreff: CSS with TwoColumnLayout Hello again -

AW: User Prefernces

2005-04-13 Thread Dulisch, Martin
Hi Amit, dont know if this solves your problem, but have a look on chapter 17 in the portlet spec (User Information). It says available user attributs must be defined in the protlet.xml. Martin -Ursprüngliche Nachricht- Von: Shah Amit [mailto:[EMAIL PROTECTED] Gesendet: Dienstag,

Re: possibility to have jslink give relative URIs ?

2005-04-13 Thread Fabrice Dewasmes
Agreed, it's a pain in those situations when your host name is meaningless. YES ! Is there a simple way to change this behaviour or do I have to rewrite DynamicURI class and simply replace it within turbine jar ? (kind of brute force patch isn't it ;) ?) Luckily for you we have

J1.5 - JSP portlet rendering error

2005-04-13 Thread Stefano Bianchi
Dear ALL, I have a Jsp portlet in J1.5 defined as: ?xml version=1.0 encoding=UTF-8? registry portlet-entry name=MyContentRepository hidden=false type=ref parent=JSP application=false security-ref parent=anon-view_admin-all/ meta-info titleContent Repository/title

Jetspeed 2 - deployment

2005-04-13 Thread Sascha Glass
Hello, Does anyone know more detailed information about deploying portlets to Jetspeed 2 than http://wiki.apache.org/portals/Jetspeed2/DeployingCustomPortlets ? Thank you! - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: possibility to have jslink give relative URIs ?

2005-04-13 Thread Raphaël Luta
Fabrice Dewasmes wrote: Agreed, it's a pain in those situations when your host name is meaningless. YES ! Is there a simple way to change this behaviour or do I have to rewrite DynamicURI class and simply replace it within turbine jar ? (kind of brute force patch isn't it ;) ?) Luckily for you

Re: possibility to have jslink give relative URIs ?

2005-04-13 Thread Raphaël Luta
Fabrice Dewasmes wrote: Unfortunately this is wrong. The toString method called is the DynamicURI object one not the link object one. So what I did is very special and wanted to have your point of view. I finally found a quite elegant solution which is : override JetspeedProfilerService and its

AW: Jetspeed 2 - deployment

2005-04-13 Thread Benjamin Bratkus
hello sascha, could you please specify your questions? ben -Ursprungliche Nachricht- Von: Sascha Glass [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 13. April 2005 14:40 An: jetspeed-user@jakarta.apache.org Betreff: Jetspeed 2 - deployment Hello, Does anyone know more detailed

AW: Jetspeed 2 - deployment first steps

2005-04-13 Thread Benjamin Bratkus
Hello Sascha, here is a little howto for your first portlet in jetspeed2, additional i want to invite you to the jax - conference, where a associate of mine talks about this topic: http://www.jax.de/konferenzen/psecom,id,269,nodeid,,.html#E27. here is my first portlet: public class FirstPortlet

deploy my own instance portal

2005-04-13 Thread Ajonjolis
someone could tell me the way i could deploy my own instance portal. Y could deploy the jetspeed. but now i´d like to work in my own portal in eclipse . any ideas, i´m a bit worried about this. thanks Alfonsina

RE: deploy my own instance portal

2005-04-13 Thread Shah Amit
http://wiki.apache.org/portals/Jetspeed2/DeployingCustomPortlets This briefly explains how to do it. See if that helps. It is a little bit old, meaning, it applies for prior to Milestone 2 release. But I think even after M2, only the undeploy mechanism might have changed. I am not 100% sure

Re: deploy my own instance portal

2005-04-13 Thread Ajonjolis
and so ...the idea is this ? I deploy de jetspeed in a Tomcat, then i started to deploy my own portlets, and when i wanted to change the skin or any other customisation of my portal, i need to modified the archives in the jetspeed folder i`m in the rigth way ? - Original Message -

Re: deploy my own instance portal

2005-04-13 Thread Shah Amit
- If you want to just deploy your portals, make war files as you normally do with J2EE and deploy them in the deploy Directory of jetspeed -- XXX:\jakarta-tomcat-5.0.28\webapps\jetspeed\WEB-INF\deployand jetspeed will pick it up and take care of rest. - Now if you want your portlets to

AW: deploy my own instance portal

2005-04-13 Thread Benjamin Bratkus
If you're interested in changing the color our the layout of a existing portal you can edit the existing layouts which you can find in the folder decorations for example D:\tomcatz\jakarta-tomcat-5.0.28-jetspeed2-oio\webapps\jetspeed\WEB-INF\deco rations\layout\html\tigris here you can change the

Re: deploy my own instance portal

2005-04-13 Thread Santiago Urrizola
i undertand, but how i can configure my development enviromet (eclipse for example).?? I try to import dthe multiproject of jetspeed, but eclipse impor me, only a project with multiples sources folders, and this is very dificul to work, beacuse i only need to change psml, and style data for the

RE: AW: User Prefernces

2005-04-13 Thread Shah Amit
I can't believe I did the same mistake again !! That was it !!! Thanks Original Message Follows From: Dulisch, Martin [EMAIL PROTECTED] Reply-To: Jetspeed Users List jetspeed-user@jakarta.apache.org To: 'Jetspeed Users List' jetspeed-user@jakarta.apache.org Subject: AW: User Prefernces

Displaying portlet in decorator

2005-04-13 Thread zazo
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)

deploying portal apps via Context xml file

2005-04-13 Thread Bob Skinner
I'm using tomcat-jetspeed-M2 and trying to add some 168 portlets to my existing webapp. The webapp itself is rather large (80MB) and I tend to run tomcat by droping a foo.xml file in the tomcat/conf/Catalina/localhost directory where foo.xml contains Context path=/foo

Problem with JSP in J2-M2

2005-04-13 Thread Vladimir Simjanoski
Hi! I'm using Jetspeed M2 binary with Tomcat5.0.30... I've problem with some built-in portlets (Struts MailReader Demo, JSF Demo...), with compiling class for the jsp... I got the same exception for third party portlets that use jsp... Couldn't find anything useful on the Internet and this

Re: JAASSessionValidator error with struts-bridge

2005-04-13 Thread Jeff Sheets
Has anyone seen this before, or know of a fix (Ate, David, etc...)? On 3/18/05, Jeff Sheets [EMAIL PROTECTED] wrote: We are using the JAASSessionValidator to authenticate against Weblogic. We are also using the struts-bridge, if that matters. We are able to authenticate ok, and reach the

Re: deploying portal apps via Context xml file

2005-04-13 Thread Randy Watler
Bob, I think you simply need to infuse your web app manually. Take a look at the edits to web.xml, (and other files and/or injections of new files into the webapp), that are made to your webapp when you deploy. Then, make sure that you perform these changes TEMPORARILY so that the web app get

Changing the background color of the portal

2005-04-13 Thread Sven Richter
Hello, I'm currently trying to change the background color of my portal from white (#FF) to grey (#F5F5F5). I changed the 'default.css' to the following: BODY {font-family: Arial,Helvetica,sans-serif; font-size: 9pt; color: #222432; background: #F5F5F5; margin: 0px 0px 0px 0px;