Uhmmm this doesnot seem to be finished in the producer implementation :
 
In the DescriptionHandlerImpl :
 
    //defines an internal property name/key
    // private static final String URL_TEMPLATE_PROCESSING =
    //         "provider.doesurltemplateprocessing";
 
    //indicates if a producer supports URL template processing
    private Boolean doesUrlTemplateProcessing = Boolean.FALSE;


De : Laurent Michenaud [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 3 août 2006 15:09
À : [email protected]
Objet : RE: url rewriting producer side

In the WSRPServices.properties file, i have set :
 
provider.doesurltemplateprocessing=true
 
 
But i always get false :

PortletDescription desc = producer.getPortletDescription(getPortlet().getParent());

doesUrlTemplateProcess = desc.getDoesUrlTemplateProcessing();

System.out.println("" + doesUrlTemplateProcess );

 

and so, the templates are not sent to the producer.

 


De : Laurent Michenaud [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 3 août 2006 14:56
À : [email protected]
Objet : url rewriting producer side

Hi,
 
How do u do url rewriting on the producer so that the consummer
has nothing to do with the received urls ?
 
Thanks
 


Laurent MICHENAUD
Intégrateur Web
[EMAIL PROTECTED]

 

Reply via email to