AW: velocityPortlet and link

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

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
Ford [EMAIL PROTECTED] From: Ajonjolis [EMAIL PROTECTED] Reply-To: Jetspeed Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: velocityPortlet and link Date: Thu, 2 Sep 2004 13:57:22 -0300 I have a problem with VelocityPortlets and VelocityPortletAction My PortletA is define in registry

AW: velocityPortlet and link

2004-09-02 Thread dp
: velocityPortlet and link 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

Re: velocityPortlet and link

2004-09-02 Thread Ajonjolis
- Original Message - From: Jeremy Ford [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 02, 2004 2:22 PM Subject: RE: velocityPortlet and link 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

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
() { document.myform.submit(); } /script From: dp [EMAIL PROTECTED] Reply-To: Jetspeed Users List [EMAIL PROTECTED] To: 'Jetspeed Users List' [EMAIL PROTECTED],[EMAIL PROTECTED] Subject: AW: velocityPortlet and link Date: Thu, 2 Sep 2004 19:34:45 +0200 Hello Jeremy, so how has the link has to look like? btw

RE: AW: velocityPortlet and link

2004-09-02 Thread Jeremy Ford
] From: dp [EMAIL PROTECTED] Reply-To: Jetspeed Users List [EMAIL PROTECTED] To: 'Jetspeed Users List' [EMAIL PROTECTED] Subject: AW: velocityPortlet and link Date: Thu, 2 Sep 2004 20:28:06 +0200 maybe it's possible to add some querydata to the link an redirect within the actionclass

AW: velocityPortlet and link

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