RE: How to refer to another JSP (from a JSP portlet) staying within "portlet context"

2003-01-15 Thread Mike Davis
Hi Mark, Thanks for the reply.Based on your advice, I got quite a bit farther. I have figured out much of how to use the action and the template. However, I have one more question regarding the portletlink tag. This piece of code within the JSP template: "/>&mylink=tom">HERE

Re: Security Hole

2003-01-15 Thread Brad Straw
I downloaded the 1-15 nightly build today, tested this issue, and I am still seeing this hole. All I am doing is 1)Creating 2 jetspeed users with the admin account 2)modifying each of the psml files to be different in content, 3)Logging in with one user and then substituting the other user ID

Re: localized portlets titles

2003-01-15 Thread Paul Spencer
Fabien, I think this can be done in the portlets, i.e. AbstractPortlet, getTitle(). This method is called by the portlet instance wrapper. Assuming your portlet knows how to localize a string, language and country should be accessible via rundata, then the string will be localized. Note, a loc

Does Anybody knows how to create submenus?

2003-01-15 Thread Sangam Dash
Hi I need some help please... I tried some stuff to do for sub-menus.. but doesnt work properly.. Has anybody worked on it to create sub-menus..? please reply to this one guys.. Thanks sangam dash -- To unsubscribe, e-mail: For additional commands, e-mail:

Jetspeed and Oracle integration : strange exception ;-(

2003-01-15 Thread Werner Ramaekers
Hello, i'm using jetspeed 1.4b4-dev, CVS version from 10 days ago with my own custom Authentication, RedHat7.3, JDK1.4.0_01 and Ant-1.5 and Tomcat-4.0.4 The security-schema.xml and security-schem.sql have been attached and this is the exception i get : "Column not found: PER_PER_ID ... " althou

Re: Security Hole

2003-01-15 Thread Jim Arnott
In the latest CVS version, this is no longer the case. See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15968 for more info. jim arnott Reuters R&D On Wed, 15 Jan 2003, Brad Straw wrote: > Hi, > > I have seen one other reference in the mailing list regarding a security hole, but I >wan

Re: Jetspeed and OpenCms

2003-01-15 Thread Christophe
Just for your info, other interesting tools are : http://xopus.org/index.jsp http://bitflux.ch/editor Christophe - Original Message - From: "Luta, Raphael (VUN)" <[EMAIL PROTECTED]> To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 3:14 PM Subject: RE: Je

RE: Security Hole

2003-01-15 Thread Weaver, Scott
I addressed this with a patch a long time ago. However, this is considered a "feature" by some developers so the patch could not be applied. I think I ended up writing a custom access controller that prevents this opposed to directly patching the jetspeed source. Another approach, using the n

Security Hole

2003-01-15 Thread Brad Straw
Hi, I have seen one other reference in the mailing list regarding a security hole, but I want to clarify this issue. The following url is displayed on the address bar: http://localhost:8080/portal/media-type/html/user/bstraw001/page/default.psml/js_pane/P-f2c3135036-10001 This url design was n

Assign an action to a Portlet

2003-01-15 Thread James Gardner
Hi! I'm trying to fathom the package naming conventions used to assign an action to a portlet... do all PortletActions have to be named within the package org.apache.jetspeed.modules.actions in order to be loaded by jetspeed? can i specify a fully qualified classname as the action 'val

RE: Logging

2003-01-15 Thread Mark Orciuch
You could switch the logging service to JetspeedLoggingService and use the provided log4j.properties file to customize logging. To do that, add the following init parm to jetspeed servlet in web.xml: logging org.apache.jetspeed.services.logging.JetspeedLog

Jetspeed, Tag lib library and Jsp

2003-01-15 Thread AGM
Hello How I can to use that is part jetspeed Tag Library from tomcat ? I want to store the result of it Tag into a variable using JSP. Best regards, Adriana ___ Yahoo! Messenger Nueva versión: Webcam, voz, y mucho más ¡Gratis! Descár

Logging

2003-01-15 Thread Robert . Naczinski
hi list, i have a smiple question: how i can set the lodeshalbgging level in velocity portlets or or all jetspeed and how i can use that. thanks, Robert -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: How to refer to another JSP (from a JSP portlet) staying within "portlet context"

2003-01-15 Thread Mark Orciuch
Mike, My comments in-line: > > Here is the situation (#4 is my main concern) . > > 1) I am using JSP portlets since I am not familiar with Velocity > and I do NOT wish to use a DatabaseBrowser portlet > > 2) I have a task that makes sense to show a series of JSP's > (within the sa

localized portlets titles

2003-01-15 Thread Fabien Toral
Hi list, has anyone tried to localize the portlet titles ? Is there a way to do that thing simply, or do we have to develop some wrapper class ? In our case we have role based PSML and we don't want to use language fallback setting. thanks for any solution. PS: Happy New Year ! -- To unsu

RE: Jetspeed and OpenCms

2003-01-15 Thread Luta, Raphael (VUN)
De : BARDE, CEDRIC [mailto:[EMAIL PROTECTED]] > > Hi Raphaël, > Thank you veyr much for your advice. I think the solution you > talk about can > meet my needs. We are currently in the very first step of > setting up our > portal, so the editorial workflow process is not very > complicated. What

caching content in portlets

2003-01-15 Thread Denes Pal
Hi! I have some problems understanding how portlets are instantiated or reused and how threading issues are handled. For example: can I safely use instance variables in my portlet to cache some data between requests? What's the relation between a PortletInstance (as identified by a portlet id)

RE: Jetspeed and OpenCms

2003-01-15 Thread BARDE, CEDRIC
Hi Raphaël, Thank you veyr much for your advice. I think the solution you talk about can meet my needs. We are currently in the very first step of setting up our portal, so the editorial workflow process is not very complicated. What content production tool would you advise me to use, in order to b

RE: Jetspeed and OpenCms

2003-01-15 Thread Luta, Raphael (VUN)
De : BARDE, CEDRIC [mailto:[EMAIL PROTECTED]] > > Our aim here is to create a collaborative Intranet portal, > where different > people would give inputs. For instance, they would post > articles from a > portlet located on their pages (after logging in), and the > articles would be > displayed

RE: Jetspeed and OpenCms

2003-01-15 Thread BARDE, CEDRIC
I have an "Unknown exception java.lang.NullPointerException". I am using a simple HTML portlet, defined as follows in my XREG file: OpenCms org.apache.jetspeed.portal.portlets.FileServerPortlet http://localhost:8080/opencms/opencms/system/login Ri