Re: Sizing of portlets

2004-02-09 Thread Archana Turaga
Thanks..will also look at this site. Yeah at first glance it did look as if we have to come up with our own stylesheets. We are not going to go to JEtspeed 2.0 yet because it is not a official release yet and is in CVS. Currently using 1.4b4 with some bug fixes. Regards, Archana >>> [EMAIL PR

Re: Sizing of portlets

2004-02-09 Thread Glen Carl
The link you refer to would only be of help if you were going to do your own customization of CSS / XSL within a proxyPortlet. A foundation for proxy type portlets can be found at http://www.buonvia.com/jetspeed/ unjar the proxyPortlets.jar to get documentation and starter code. These proxy portl

Velocity Portlet

2004-02-09 Thread Bela Kovac
Hi again, i am having trouble getting a test portlet (velocity) to work. The portlet doesn't show up in the "Add Portlet" menu. I don't see anything problematic in the logs: gonzales:/java/jakarta-tomcat-5.0.18/webapps/jetspeed/WEB-INF wizard$ grep -i helloWorld log/* log/jetspeedservices.lo

Re: Sizing of portlets

2004-02-09 Thread Archana Turaga
Ha...Ha expert is it? I'm no expert...complete novice at it...been trying to iron out these issues so that we can have atleast a minimal functional site using jetspeed. I'll check out the site and will keep everyone posted on the progress... Thanks for your help, Archana >>> [EMAIL PROTECTED] 0

Re: Restoring portlets to login setting

2004-02-09 Thread Paul Mansfield
On Fri, 2004-02-06 at 14:17, Michael Klaene wrote: > Is there a simple configuration that I'm unaware of which will ALWAYS restore > portlet mode changes to default upon login? there's an automatic save option in JetspeedResources.properties, but it doesn't seem to do much. I want to make users

Re: Sizing of portlets

2004-02-09 Thread karthikeyan
searching 'G o o g l e' resulted really impressive pages for these classess... you should explore further This powerpoint ppt may be helpful (may be trivial for 'expert' like you) https://www.metnet.navy.mil/~carlg/ nep/Metoc_Portal_CSS_ver1.ppt Pl. Ignore this message if you are already aware of

Re: Sizing of portlets

2004-02-09 Thread Archana Turaga
Well thanks for the help anyway...Will do the needed to figure out or come up with some technique after experimenting...always works when you are doing trial and error as the last resort...:-)...because i really need to have some sizing mechanism or else the portal will really look ugly for the

Re: Sizing of portlets

2004-02-09 Thread karthikeyan
Looking at the source of the page: The 'MASTERS' of the page are: class="ControllerStyleClass" class="PortletStyleClass" class="ContentStyleClass" May be if you have the source (java .. class or 'equivalent') ... hu .. (I won't disclose how? ) I am not sure whether it is built-in function of

Re: Sizing of portlets

2004-02-09 Thread Archana Turaga
Actually if you see the site: http://www.esinplast.it/ep You will see how they have their portlets within a framework...have some sort of padding...i was trying to figure out how they did it ...can you figure out what is going on here? How did they get that padding around the portal. Thanks a

Re: PSML question

2004-02-09 Thread Paul Mansfield
On Mon, 2004-02-09 at 15:41, Archana Turaga wrote: > Is it possible to use a role's psml file when the user is created and then after > that psml file change is local to a particular user and not global to the role? yes, this is what happens, which is ironically exactly the opposite of what I wan

Re: Sizing of portlets

2004-02-09 Thread karthikeyan
This is something similar to 'trying to see only login frame of yahoo' through IFramePortlet, dynamic change of fixing co-ordinates (x1,y1,x2,y2) instead of traditional (x,y dimention of portal). If this code is established in jetspeed (require some skilled programming for advanced users) the you c

Sizing of portlets

2004-02-09 Thread Archana Turaga
Hi, Is it possible to size the a portlet. I mean if a JSP portlet with three columns is displayed in the portal in the first row then i see that the portlet tries to occupy the whole of the row making the table with it;s columns expand thereby making it look not too good. Is there a way to set

PSML question

2004-02-09 Thread Archana Turaga
Hi, I just wanted to know if this was possible: When a new user is created i want to assign it a default psml from the role it inherits. So if the user is turbine and its role is Admin then i want the default.psml of Admin to be applied. If the user is Archana and her role is User then i want t

Re: Compile errors :Building jetspeed examples

2004-02-09 Thread karthikeyan
Here is the mistake: = portlet_app_name=myjportal company=com.shail.jportal how you will find COFFEE here? note: it should be... portlet_app_name=jportal company=com.bluesunrise.jportal until unless you wrote your own java code for the sa

RE: Compile errors :Building jetspeed examples

2004-02-09 Thread Shailesh Modi
Hi , Thanks for ur suggestions. my comments below. Thanks Shailesh Zensar technologies Pune-1 -Original Message- From: karthikeyan [mailto:[EMAIL PROTECTED] Sent: Monday, February 09, 2004 7:15 PM To: Jetspeed Users List Subject: Re: Compile errors :Building jetspeed examples Jportal

Resetting portal modes

2004-02-09 Thread Michael Klaene
What's the best way to go about resetting all portlet modes back to the default when user logs out, then logs back in? Any advice would be appreciated. Thanks, Mike - Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online

Re: xreg-Problem

2004-02-09 Thread Massimiliano Dessi
If a xml is not well formed castor protest with message "unmarshal" - Original Message - From: "Bela Kovac" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Monday, February 09, 2004 2:49 PM Subject: Re: xreg-Problem Oh, stupid me! :-) The error is easily purged:

Re: xreg-Problem

2004-02-09 Thread Bela Kovac
Oh, stupid me! :-) The error is easily purged: Bela Am 09.02.2004 um 14:33 schrieb Bela Kovac: Hi, i'm trying to run a Velocity portlet with jetspeed, but my portlet doesn't appear on the Add-Portlet-list. The log file jetspeedservices.log is telling me: 2004-02-09 12:09:17,289 [ma

Re: Compile errors :Building jetspeed examples

2004-02-09 Thread karthikeyan
Jportal should work !!! My suggestion is build using source of Jetspeed, with flexibility. Steps for NOVICE: 1) Did you succeed with Jetspeed alone? 2) Did you follow EXACT procedure to compile and run JPORTAL? (pl. note that it is modified for new version of jetspeed including latest CVS!) 3) wh

xreg-Problem

2004-02-09 Thread Bela Kovac
Hi, i'm trying to run a Velocity portlet with jetspeed, but my portlet doesn't appear on the Add-Portlet-list. The log file jetspeedservices.log is telling me: 2004-02-09 12:09:17,289 [main] ERROR CastorRegistryService - RegistryService: Could not unmarshal: /java/jakarta-tomcat-5.0.18/we

New user awaiting acceptance

2004-02-09 Thread KHADABADI, BASAVARAJ DUNDAPPA (SES-ISO)
Hi All, I am trying to create a new user with "newuser.approval.enable=true" condition in JetspeedResources.properties.As I submit the form,I get a message saying that:"Your request for an account has been recorded. You will be contacted shortly to let you know if it was accepted". But

Compile errors :Building jetspeed examples

2004-02-09 Thread Shailesh Modi
Hi All, I am very new to jetspeed and really interested to learn this. Actually I am trying to build examples as instructed in jetspeed tutorial given in www.bluesunrise.com. I have downloaded jetspeed-1.4-war file from jetspeed site. Steps taken 1. Downloaded jar file from http://www.bluesunris