OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsrp-interop message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [wsrp-interop] Problem calling the Form Portlet on Oracle (number 3)


I forgot to mention that I have to clone the Portlet prior to calling
the performBlockingInteraction().

-----Original Message-----
From: billyy@microsoft.com [mailto:billyy@microsoft.com] 
Sent: Tuesday, March 16, 2004 11:16 AM
To: wsrp-interop@lists.oasis-open.org
Subject: [wsrp-interop] Problem calling the Form Portlet on Oracle
(number 3)

I tried to call the Oracle Portlet 3. I got no error, but I keep getting
"No values have been submitted yet." after I called
performInteractionBlocking with the following InteractionParams setting.
It suppose to echo back the name and age I have entered.




IntParams = new InteractionParams();

NamedString[] ns = new NamedString[2];

ns[0] = new NamedString();

ns[0].name = "name";

ns[0].value = _request.Form["name"];

ns[1] = new NamedString();

ns[1].name = "age";

ns[1].value = _request.Form["age"];

			

IntParams.portletStateChange = StateChange.readWrite;

IntParams.formParameters = ns;





To unsubscribe from this mailing list (and be removed from the roster of
the OASIS TC), go to
http://www.oasis-open.org/apps/org/workgroup/wsrp-interop/members/leave_
workgroup.php.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]