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

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsrp message

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


Subject: RE: [wsrp] [errata #21] Require namespacePrefix?


If consumer re-writing is being used then the consumer should get the chance to re-write all namespaced values. The portlet/producer must then use wsr-rewrite?wsrp-urlType=namespace&wsrp-token=.../wsrp-rewrite for all namespaced values if a namespacePrefix is not provided by the consumer. Therefore namespacePrefix should really stay optional.
 
One can even turn on consumer re-writing (requiresUrlRewrite=true) if namespacePrefix is missing but templates are available when practicing defensive programming.
 
regards,
Andre
-----Original Message-----
From: Rich Thompson [mailto:richt2@us.ibm.com]
Sent: 20 May 2003 19:05
To: wsrp@lists.oasis-open.org
Subject: [wsrp] [errata #21] Require namespacePrefix?


Comment:
#21. 5/20/03 (
Alejandro Abdelnur)
The namespacePrefix should be required as it may be used by the portlet to namespace things (ie: javascript thingies) within the generated content. This is independent from templating.

Document: Spec
Section:  6.1.2

Old Text: [O]        string                 namespacePrefix
New Text: [R]        string                 namespacePrefix


Document: WSDL
Section:  wsrp_v1_types.xsd

Old Text: <element name="namespacePrefix"    type="xsd:string"      minOccurs="0"/>
New Text: <element name="namespacePrefix"    type="xsd:string"/>


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