Re: Problem with a tutorial's CoffeeBrowser portlet !

2004-06-08 Thread Setti Matteo
Try this: "TutorialCoffeesBrowser" "CoffeesForm" bye Matteo Setti --- Michael Muller <[EMAIL PROTECTED]> wrote: > Hi Jetspeed Veterans, > > I'm looking at the tutorial's portltets: the > CoffeeBrowser portlet. > But once deployed the portlet is empty... > > There was an error because in t9-

How to add Portlet from Java Program.

2004-06-08 Thread Sunil Sheshadri
Hi All, We have a requirement to add portlet from our java program This java program is not inside Jetspeed application. We will be having a servlet and we will redirect to the Jetspeed portal application. After redirection is done, the portlet if not present in the profile of the user should be ad

Problem with a tutorial's CoffeeBrowser portlet !

2004-06-08 Thread Michael Muller
Hi Jetspeed Veterans, I'm looking at the tutorial's portltets: the CoffeeBrowser portlet. But once deployed the portlet is empty... There was an error because in t9-portlets.xreg references the class portlets.CoffeesBrowserAction which dosn't exist, so I renamed it to portlets.CafeBrowserAction

http://portals.apache.org/jetspeed-2/tutorial/ ??

2004-06-08 Thread Jeff Marin
Does anybody know where to find a tutorial for building portlets in jetspeed2? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ScheduledJob

2004-06-08 Thread Al. Oupraxay
Hi, How do you make jetspeed 1.5+ scheduledjob works? Do you need to create ID_TABLE and TURBINE_SCHEDULED_JOB om classes? Thanks for the help. Aloundeth,

RE: How to get additional mehtod parameters in a form-url, but not with hidden fields

2004-06-08 Thread Jeremy Ford
Perhaps you could do something like the following. You would have a generic form that can be submitted with a dynamic value based on what image is clicked. This is one possible solution. function submitform(imageNum) { var f = document.form_image; f.imageNumber.value = imageName; f.submit(

How to get additional mehtod parameters in a form-url, but not with hidden fields

2004-06-08 Thread Remo Waller
Hy, I've written a portlet, which shows several images. By clicking on a such image, i should be loaded in the portlet in a larger size. Therefor I'm using a Velocityportlet. It looks as following: #set($tmp = 1) #foreach($image in $imageList)

Fwd: use servlet as portlet or call from JSP

2004-06-08 Thread pramod
Bryan: There are 2 ways, that we have used, to pass userid to a iframe portlet: 1. Crude: Get the userid in toploggedin.jsp from rundata, and put into a javascript variable: var userid = "<%=rundata.getUser().getUserName()%>"; Now in the iframe create a dummy page that does something like ,

Problem building jetspeed2 with Oracle DB

2004-06-08 Thread Martin Abrahamsson
Hi I'm new to jetspeed so there may be an ob obvious answer to my question. I'm having trouble with the build of js2 when i try maven allClean allBuild The error i'm getting is below. I have tried to rename the classes12.zip to .jar and putting it in different places and in the classpath. Nothing

AW: use servlet as portlet or call from JSP

2004-06-08 Thread Danny
You could simply add the parameters to the URL given to the IFrame like that: myURL?userid= > -Ursprüngliche Nachricht- > Von: Bryan K. Cantwell [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 8. Juni 2004 06:15 > An: 'Jetspeed Users List' > Betreff: use servlet as portlet or call from JS

AW: AnonUser Page differs on browser

2004-06-08 Thread Floßmann Christoph
Hmm, I installed the LiveHTTPHeaders Plugin - a nice tool but I had no luck. The displayed page in Firefox is the one you get after installing jetspeed out-of-the-box. (With the Home Page, RSS and Dynamic pane) Clicking on one of the panes the following URL is displayed in the addressbar http://lo

Re: "Importer Class cannot equal Exporter Class" exception

2004-06-08 Thread Stijn de Witt
I think you should use the script src/sq/external/populate-oracle.sql to populate the oracle database with th default jetspeed users. The PSML importer is only used if you choose to store the PSML in the database. The PSML (Portal Structure Markup Language) files contain the structure of your port