NewRSSPortlet problem

2004-09-02 Thread saikrishna . kuppa
Hi, I have configured proxy host and port in the CATALINA_OPTS variable and deselected the bad marked urls to run the RSS portlet. But it does'not work. I am still getting the same exception saying org.apache.jetspeed.portal.PortletException: The following URL is not available because it is

When might JetSpeed 1.6 be released?

2004-09-02 Thread Mark Divitt
Best guess? __ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail - To unsubscribe, e-mail: [EMAIL PROTECTED] For

velocityPortlet and link

2004-09-02 Thread Ajonjolis
I have a problem with VelocityPortlets and VelocityPortletAction My PortletA is define in registry with default ActionA and TemplateA In TemplateA i've got a link like this : a href='$jslink.setAction(ActionB).addQueryData(eventSubmit_doDetail , 1)More Info/a When i want to go to the DoDetail ,

AW: velocityPortlet and link

2004-09-02 Thread dp
Hello, you cant change this behaviour :( dave -Ursprüngliche Nachricht- Von: Ajonjolis [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 2. September 2004 18:57 An: [EMAIL PROTECTED] Betreff: velocityPortlet and link I have a problem with VelocityPortlets and VelocityPortletAction My

RE: velocityPortlet and link

2004-09-02 Thread Jeremy Ford
It looksl like the problem is in the fact that you have the setAction. Try removing this. Also, you may want to add the portlet id to the URL (uniquely identifies which portlet should fire the action, otherwise, if another instance of the same portlet exists, its action might fire). Jeremy

AW: velocityPortlet and link

2004-09-02 Thread dp
Hello Jeremy, so how has the link has to look like? btw: how can I open an vm action by javascript within a portlet? thanks -Ursprüngliche Nachricht- Von: Jeremy Ford [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 2. September 2004 19:22 An: [EMAIL PROTECTED] Betreff: RE:

AW: When might JetSpeed 1.6 be released?

2004-09-02 Thread Bo van Weert
Acuse de recibo SuAW: When might JetSpeed 1.6 be released? document o:

Re: velocityPortlet and link

2004-09-02 Thread Ajonjolis
But if i remove the setAction(), how could i do to set the new action to my portlet ? With the portletID in the url, it behaves the same way. Any other idea? The solution would be to use only one Action, with the logic of both ActionA and ActionB ? Thank you very much ALfonsina -

AW: velocityPortlet and link

2004-09-02 Thread dp
maybe it's possible to add some querydata to the link an redirect within the actionclass... -Ursprüngliche Nachricht- Von: Ajonjolis [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 2. September 2004 20:25 An: Jetspeed Users List; [EMAIL PROTECTED] Betreff: Re: velocityPortlet and link

RE: AW: velocityPortlet and link

2004-09-02 Thread Jeremy Ford
The link should look like $jslink.addPathInfo(js_peid, $portlet.ID).addQueryData(eventSubmit_doDetail , 1) To use javascript, try this: form name=myform action=$jslink.addPathInfo(js_peid, $portlet.ID).addQueryData(eventSubmit_doDetail , 1) /form script function submitMyform() {

RE: AW: velocityPortlet and link

2004-09-02 Thread Jeremy Ford
Jetspeed is geared towards one action per portlet. If you wish to use more than one action, you will need to put your action event into the main action that is used by your portlet. You then should delegate to the other action which contains the actual logic. Jeremy Ford [EMAIL PROTECTED]

AW: velocityPortlet and link

2004-09-02 Thread Bo van Weert
Acuse de recibo SuAW: velocityPortlet and link document o:

Performance Issues with Jetspeed

2004-09-02 Thread Sunil Sheshadri
Hi All, We have developed a portal application using Jetspeed 1.4 and we are facing performance issues. The application becomes slow when 15 concurrent users access and it gives page not found error for more than 15 users. What could be the problem? We have done load balancing and are running

Allways Empty Turbine_user.CREATED field

2004-09-02 Thread Vladimir Figurov
Hi I have a truble: ORACLE. TURBINE_USER Table. A field CREATED - allways empty 8((( - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]