Portlet look and Feel

2002-04-29 Thread Ramiro Rinaudo
Hi. I'm working with JetSpeed, trying to change the way portlets look. I'm having some trouble finding the place where the portlet HTML code is generated. I want to change the title background color into an image and stuff like that. I don't want to use the skin config, since it only change co

JetSpeed VelocityPortlet extension

2002-04-29 Thread Ashwin Jayaprakash
Is there a way to have a custom Velocity Portlet where we can put some objects into the Context and so can be accessed from the Velocity Template? Apparently, overriding the "getContent(RunData)" and pushing some objects into it by doing this - (see code below), does not work, as the populateCont

web.xml and fileuploading

2002-04-29 Thread Anthony Smith
I have a entry in my web.xml as follows: DemoParserUploadServlet gsptech.portal.servlets.DemoParserUploadServlet uploadDir/temp/portal2/ the uploadDir I am accessing in one of my servlets. Now if the temp/portal2 d

Re: title-background-color not showing up

2002-04-29 Thread Paul Spencer
Angel, Look at the HTML source sent to you browser. Compare the source to jetspeed.vm. Make sure you are not setting the background and text to the same color. Paul Spencer Angel Braasch wrote: > Hi Paul, > > I pulled down the new jetspeed.vm, however, now my titles don't show up at all.

RE: title-background-color not showing up

2002-04-29 Thread Angel Braasch
Hi Paul, I pulled down the new jetspeed.vm, however, now my titles don't show up at all. Thanks, Angel -Original Message- From: Paul Spencer [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 2:53 PM To: Jetspeed Users List Subject: Re: title-background-color not showing up Angel

Re: title-background-color not showing up

2002-04-29 Thread Paul Spencer
Angel, You can get the current source from http://cvs.apache.org/viewcvs.cgi/jakarta-jetspeed/webapp/WEB-INF/templates/vm/controls/html/jetspeed.vm?rev=1.9&content-type=text/vnd.viewcvs-markup Paul Spencer Angel Braasch wrote: > Hi Paul, > > Thanks for the help. How/where do I access just the

RE: title-background-color not showing up

2002-04-29 Thread Angel Braasch
Hi Paul, Thanks for the help. How/where do I access just the s for the titles? Angel -Original Message- From: Paul Spencer [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 2:31 PM To: Jetspeed Users List Subject: Re: title-background-color not showing up Angel, This looks like

Re: title-background-color not showing up

2002-04-29 Thread Paul Spencer
Angel, This looks like a problem I fixed on 3/15/02. In that case I "Set color and style attributes on element in title area" Paul Spencer Angel Braasch wrote: > I'm expecting the title color to show up in the portal after you sign-in. > I did try assigning ".BorderedTitle" from the css,

RE: title-background-color not showing up

2002-04-29 Thread Angel Braasch
I'm expecting the title color to show up in the portal after you sign-in. I did try assigning ".BorderedTitle" from the css, but it didn't work either. See attached example. Thanks, Angel -Original Message- From: Paul Spencer [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002

Differences between 1.3a2 and 1.3a1 releases

2002-04-29 Thread amit srivastava
Is there a document somewhere that lists the bug fixes that were addressed in 1.3a2 and the source files that have changed corresponding to it from 1.3a1 somewhere? -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: information on $screen_placeholder

2002-04-29 Thread David Sean Taylor
Bharani, Have you tried searching the mailing lists? An answer to this question was just posted several days ago... http://nagoya.apache.org:8080/eyebrowse/ReadMsg?listName=jetspeed-user@j akarta.apache.org&msgNo=2047 http://nagoya.apache.org:8080/eyebrowse/ReadMsg?listName=jetspeed-user@j akar

information on $screen_placeholder

2002-04-29 Thread Mani, Bharanidharan
Hi all, please can someone throw some light on $screen_placeholder?. I would like to change the template of the layout\default.vm. I understand that $screen_placeholder changes main body content of all the pages. can someone tell me how to change only the main page of anonymous user(before

Re: title-background-color not showing up

2002-04-29 Thread Paul Spencer
Angel, Can you be more specific the "it doesn't come back to the portal". Where are you expecting it? Also, you should set the background color in the title-style-class whenever practical. title-background-color should overwrite the background color set in the title-style-class. Paul Spencer

title-background-color not showing up

2002-04-29 Thread Angel Braasch
I have designated the title-background-color (grey skin-entry in localskins.xreg ) to be #808080 and it displays correctly in the customize pane, however, it doesn't come back to the portal. Anyone with an idea why? ABraasch [EMAIL PROTECTED] -- To unsubscribe, e-mail:

Re: portlet source code of Jetspeed

2002-04-29 Thread Paul Spencer
Salah, In the future please send this type of question to the jetspeed-user mailing list so all can benefit. The source code for HelloJSP and JSP1_2andJetspeedTaglib is included in the directory /WEB-INF/templates/jsp/portlets/html with the extension of .jsp. Paul Spencer salah uddin mehedi

Re: API for .xreg files

2002-04-29 Thread raphael . luta
Jamie Lerner wrote: >I would like to programatically modify the >local-portlets.xreg file, allowing users to add, >update and delete portlets through a user interface. > >What is the most appropriate API to do this with >assuming I am programming in JSPs? > > org.apache.jetspeed.services.Regist

API for .xreg files

2002-04-29 Thread Jamie Lerner
I would like to programatically modify the local-portlets.xreg file, allowing users to add, update and delete portlets through a user interface. What is the most appropriate API to do this with assuming I am programming in JSPs? JJL. __ Do You Yah

Re: SQL Script for MS SQL Server 2000

2002-04-29 Thread Jakarta Apache
Hi Antti Barck, tnx for your mail, but this is for TURBINE_USER table, and about others??? Please send me! Many tnx Gigi Create User table: /** Object: Table [dbo].[TURBINE_USER] Script Date: 1/10/2002 2:50:45 PM **/ CREATE TABLE [dbo].[TURBINE_USER] ( [USER_ID] [int] ID

Re: SQL Script for MS SQL Server 2000

2002-04-29 Thread Antti Barck
Create User table: /** Object: Table [dbo].[TURBINE_USER] Script Date: 1/10/2002 2:50:45 PM **/ CREATE TABLE [dbo].[TURBINE_USER] ( [USER_ID] [int] IDENTITY (1, 1) NOT NULL , [LOGIN_NAME] [varchar] (32) NOT NULL , [PASSWORD_VALUE] [varchar] (32) NOT NULL , [FIRST_NAME] [varchar] (99)

SQL Script for MS SQL Server 2000

2002-04-29 Thread Jakarta Apache
Hi to All, If someone have a SQL Script for MS SQL Server 2000, please send me!!! I try to create my script for jetspeed, but nothing!!! I have just a connection to SQL Server 2000 but I have some problem with MediumBlob type fields. Please send me a sql scrip. tnx in advance Gigi -

Re: Trying to make a JSP portlet with forms work

2002-04-29 Thread touchmyheart
maybe you can change you Ejemplo_Jsp.java packages package org.apache.jetspeed.modules.actions.portlets; to package com.yourcompany.portal.modules.actions.portlets; and then modify \conf\TurbineResources.properties ,add the packages path. -- To unsubscribe, e-mail: