RE: JetspeedL10NTag

2003-03-28 Thread Mark Orciuch
Fabio, Sounds good. Could you please open up a Bugzilla issue for this as a reminder for to me to look at it. A patch attachment would also be nice. Thanks! Best regards, Mark Orciuch - [EMAIL PROTECTED] Jakarta Jetspeed - Enterprise Portal in Java http://jakarta.apache.org/jetspeed/ > -Ori

DO NOT REPLY [Bug 15163] - Session timeout does not redirect to login page

2003-03-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: PSML Parameters?

2003-03-28 Thread Todd Kuebler
Are you using the util.PortletConfigState class for interaction with the portlet config? -tk At 12:33 PM 3/28/2003 -0500, Jason Kary wrote: Hi, When a Portlet is being customized, should it expect to have all the parameters copied from the parent registry entry? If not, then the should the

DO NOT REPLY [Bug 18208] - [ENHANCEMENT] Enable "skinning" of action images

2003-03-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

PSML Parameters?

2003-03-28 Thread Jason Kary
Hi, When a Portlet is being customized, should it expect to have all the parameters copied from the parent registry entry? If not, then the should the Customize action look in the parent entry for parameters? I am having trouble getting the Automatic Customization Styling function to work. I

RE: cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/portal BasePortletSkin.java PortletSkin.java

2003-03-28 Thread Aurelien Pernoud
I too think this should go in the bug report, just to have everything in one place. I don't have time to reply now, but I like your thoughts too (ok we must stop the flower sending ;)), I didn't think the skin-dir or image- prefix could be used for more than actions, and now I see many cases in m

RE: cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/portal BasePortletSkin.java PortletSkin.java

2003-03-28 Thread Weaver, Scott
Hi Aurelien, All good suggestions and I am not offended ;) My implementation gives the user flexibility to use images in skins for more than just actions. The action icons where just a good, concrete example. Still, I do like your idea of a skin image directory, it is definitely much cleaner

JetspeedL10NTag

2003-03-28 Thread Fabio Latrofa
I would like to suggest a little changing to the JetspeedL10NTag class. The idea is to use JetspeedLocalizationService getLocale(Rundata) method to obtain the localized key string. ... public int doStartTag() throws JspException { JetspeedRunData data = (JetspeedRunData) pageCo

RE: Turbine pull service refresh

2003-03-28 Thread Weaver, Scott
For request based pull tools, I don't seeing it being that big of a deal do to the fact they are init'd before being added to the context. However, there may be unforeseen issues with session, persistent and global tools. Try it and see ;) *===* * Scott T Weaver

RE: Parent information not being referenced in "ref" type portlet s

2003-03-28 Thread Weaver, Scott
> What are the symptoms of your problems ? The fact that I haven't learned to spell yet ;). Seriously, I had "ref" portlet that wasn't picking up any of the parent information like, template, action, classname, etc. I ends up I must have has a trailing space in the parent attribute. Everythin

RE: Parent information not being referenced in "ref" type portlet s

2003-03-28 Thread Luta, Raphael (VUN)
De : Weaver, Scott [mailto:[EMAIL PROTECTED] > > Okay, I am nuts and blind. Lot's of parent references in the > service, must be something else that is causing my problems. > What are the symptoms of your problems ? -- Raphaƫl Luta - [EMAIL PROTECTED] Jakarta Jetspeed - Enterprise Portal in

Re: server date from vm

2003-03-28 Thread Massimiliano Dessi
I resolved the problem with a object with a get method (DateFormat ...), put it in a session and recall it in the top.vm $data.getSession().getAttribute("myObject").getToday($language) - Original Message - From: "Harald Ommang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday,

RE: cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/portal BasePortletSkin.java PortletSkin.java

2003-03-28 Thread Aurelien Pernoud
Hi Scott, I've seen your bug report at first, and then the changes you commited, but i think your changes makes it a little "messy" to define a skin that will change every action images. Even if I like the idea of changing actions image, I think there is a better and simpler way to do it. Here is