Re: Communication between portlets

2005-01-05 Thread Carlos Torres
: Communication between portlets Check out this articles: https://portlet.dev.java.net/files/documents/1654/8898/tip1.html Hope it helps you achieve what you're looking for :-) Carlos Torres wrote: Hi people, I have 2 portlets in a panel and I need to comunicate, change information

Communication between portlets

2005-01-04 Thread Carlos Torres
Hi people, I have 2 portlets in a panel and I need to comunicate, change information, between these 2 jsp portlets. How can I make this? Thank you Regards, Carlos Torres

Re: Communication between portlets

2005-01-04 Thread Ken Ramirez
Check out this articles: https://portlet.dev.java.net/files/documents/1654/8898/tip1.html Hope it helps you achieve what you're looking for :-) Carlos Torres wrote: Hi people, I have 2 portlets in a panel and I need to comunicate, change information, between these 2 jsp portlets. How can I make

RE: communication between portlets

2003-07-30 Thread Holger Dewes
, 2003 3:54 AM To: Jetspeed Users List Subject: communication between portlets 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

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 Hello, yes, this is possible, since all portlets

YNT: communication between portlets

2003-07-30 Thread Ender Hikmet KILIÇOÐLU
but the order is important message sender applet must be run before receiver on other case it wont work ENder -Özgün Ileti- Kimden: sophy [mailto:[EMAIL PROTECTED] Tarih: Wednesday, July 30, 2003 2:48 PM Kime: Jetspeed Users List Konu: Re: communication between portlets thanks, I have

RE: communication between portlets

2003-07-30 Thread Holger Dewes
-Original Message- From: Ender Hikmet KILIÇOÐLU [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 6:12 PM To: Jetspeed Users List Subject: YNT: communication between portlets but the order is important message sender applet must be run before receiver on other case

Re: communication between portlets

2003-07-30 Thread sophy
: Thursday, July 31, 2003 12:15 AM Subject: RE: communication between portlets -Original Message- From: Ender Hikmet KILIÇOÐLU [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 6:12 PM To: Jetspeed Users List Subject: YNT: communication between portlets but the order

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

Re: communication between portlets

2003-06-04 Thread Stefan Kuhn
Am Wednesday 04 June 2003 10:22 schrieb Tobias Hummrich: Hi, I'm trying to create a web application using Jetspeed, but I'm not sure if it (or any portal framework, for that matter) offers the functionality that I need. More specifically, I'd like to know these two things: 1. How can the

YNT: communication between portlets

2003-06-04 Thread Ender Hikmet KILIÇOÐLU
PROTECTED] Tarih: Wednesday, June 04, 2003 12:17 PM Kime: Jetspeed Users List Konu: Re: communication between portlets Am Wednesday 04 June 2003 10:22 schrieb Tobias Hummrich: Hi, I'm trying to create a web application using Jetspeed, but I'm not sure if it (or any portal framework

Q on communication between Portlets

2002-06-06 Thread Yuji Miyawaki
Hi, I am just started to learn JetSpeed and want to implement portlets communicating each other. Assume a portlet has the function of the tree-view of directory. If a user click a directory node in the portlet, then another portlet displays the listing of the directory node Please inform