Re: security.xreg overwritten?

2002-09-23 Thread Marian Skalsky
Hi Sebastian! I experience the same behaviour. I use jakarta-tomcat-4.1.3 with jetspeed-1.4b1 and use *manager* to restart the application when I edit something (e.g. .xreg files). May be you know these TOMCAT commands, but maybe not: restart: http://localhost:8080/manager/reload?path=/XXX

updated italian version of JetspeedLocalization properties

2002-09-23 Thread Massimiliano Dessi
Hi all, you can find in attachmentmy Italian translationupdated, in the previous version there were some errors and miss translation. Massimiliano Dessì Cagliari , Italy www.gruppoatlantis.com JetspeedLocalization_it.properties Description: Binary data -- To unsubscribe, e-mail:

Problem with WebPortlets

2002-09-23 Thread Heine, Christian (Extern)
Hi all, i am new on Jetspeed and must create some WebPortlets for my company. The problem i have, that i can't load successfull any Web-Portlet. I tried to load the SUN Mainpage but i only get the header of the portlet, no content why? I have read many threads, that the reason could be a proxy

last login

2002-09-23 Thread Carlos Orrego
Hola, does the last login functionality work? i do not see on the JLoginUser source code. it does not update for me. any idea on what is going on? thx Carlos Orrego www.inflexa.com Salve un árbol. No imprima. Save a tree. Do not print. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

RE: updated italian version of JetspeedLocalization properties

2002-09-23 Thread Mark Orciuch
Massimiliano, I noticed that PASSWORDFORM_* properties are missing in your attachment. Is that for a purpose? Thanks! Best regards, Mark C. Orciuch Next Generation Solutions, Ltd. e-Mail: [EMAIL PROTECTED] web: http://www.ngsltd.com -Original Message- From: Massimiliano Dessi

Re: updated italian version of JetspeedLocalization properties

2002-09-23 Thread Massimiliano Dessi
Thanks for the information Mark, the previous is not a cvs version but the release version this is the new version with the PASSWORDFORM_* Massimiliano Dessì Cagliari , Italy www.gruppoatlantis.com - Original Message - From: Mark Orciuch [EMAIL PROTECTED] To: Jetspeed Users List

Return binary files in/outside the page in an Action

2002-09-23 Thread Liang Fang
Hi, I would like to program an Action class to download some binary files. However, it is obvious that the returned binary stream should pop up another new window, instead of getting into the same page. Is there any way to do so in an action class? Furthermore, if I want the returned binary

RE: portlet collection site

2002-09-23 Thread David Sean Taylor
For Jetspeed, we include any new portlets with the standard Jetspeed deployment. Look at the portlets.xreg, admin.xreg and demo-portlets.xreg for a complete list. Some of the portlets are documented here: http://jakarta.apache.org/jetspeed/site/catalog.html When the Portlet API is generally

RE: Pass parameters from JSPPortlet to the JSP

2002-09-23 Thread Mark Orciuch
Marc, First, I wanted to thank you so much for answering one of my questions earlier this month. I was reading your posting on how to get portlet init parameters when using JSPPortlet. I used the methods below(AND appropriate imports), but I am getting a null value for the portlet when

Re: Redirecting in jsp

2002-09-23 Thread Jeffrey Owens
I am also having the same problem. Is this a bug or are we doing something wrong? Steen Bjerre Andersen wrote:Hi I'm trying to do a redirect in a jsp page, but I can't get it to work. Can somebody help me out? I've tried response.sendRedirect(url) with no luck, then I tried String

RE: Pass parameters from JSPPortlet to the JSP

2002-09-23 Thread Mark Orciuch
Marc, Take a look at the latest org.apache.jetspeed.portal.portlets.JspPortlet. As far as contributing fixes, it would be best to log your issues in Bugzilla and then attach your patch(es) to each respective issue. Patches can be generated using cvs diff -u module command. Best regards, Mark

RE: Redirecting in jsp

2002-09-23 Thread Steen Bjerre Andersen
That does not help. I still get IllegalStateException: Cannot forward after response has been committed. It seems like that I cannot use the response object from the RunData object. When I try: HttpServletResponse resp = rundata.getResponse(); resp.isCommited(); it returns true. Maybe it is

RE: Redirecting in jsp

2002-09-23 Thread Anthony Smith
Humm, that means that somwhere in your code you were already trying to a redirect... Why dont you send the entire code content... you cant use jsp:forward page=%= next_url %/ and some other form of redirect as well and if worse comes to worse try... META HTTP-EQUIV=Refresh CONTENT=0; URL=%=

Passing an object to portlets using rundata

2002-09-23 Thread Richard Greenane
Hi there, I have an instance of a class that I want all of my portlets to have access to. I was thinking that I might be able to pass this object to each portlet using the rundata object. Is this possible? If so how do I do it? Many thanks in advance Richard -- To unsubscribe, e-mail: