Re: Problem in portlet action

2003-08-14 Thread sophy
rs <%= request.getRequestURI()%> and the action [eventSubmit_doAddvalue'].name to javascipt and form an action and then form.submit(). Although It works now, it often change the url and and I have to redirect utl in "doAddvalue". This is a very bad method , I think. Do y

how to change portlet titble style

2003-08-11 Thread sophy
t see how to do it . Can anybody give me some advice? Regards sophy

Re: Problem in portlet action

2003-08-05 Thread sophy
case, it is not proper to put javascript:oncheck to form tag. Any better techniques? sophy - Original Message - From: "Aurelien Pernoud" <[EMAIL PROTECTED]> To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, August 05, 2003 4:23

Problem in portlet action

2003-08-03 Thread sophy
goes against my idea. How to disable the action when my javascript returns false. thanks a lot. sophy

Re: communication between portlets

2003-07-30 Thread sophy
I agree with Holger Dewes since all portlets share the same request object, and what the portlet will render depends upon other portlets how to deal with their content. sophy - Original Message - From: "Holger Dewes" <[EMAIL PROTECTED]> To: "'Jetspeed User

Re: communication between portlets

2003-07-30 Thread sophy
thanks, I have tried it successfully. sophy - Original Message - From: "Holger Dewes" <[EMAIL PROTECTED]> To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 3:18 PM Subject: RE: communication between portlets

communication between portlets

2003-07-29 Thread sophy
hi, all Can I use jetspeed to implement the communication betwee two portlets? For example, when I input some text in portlet A and submit it ,then I can see the text in Portlet B. thanks sophy