Hi all,

i want to use a portlet that have multiply entries at the psml file, and 
each entry have a different parameter name.

my question is how to retrieve at my portlet class the correct value of  the 
current parameter.

what i do at my helloworldportlet is -->

PersistenceService service = (PersistenceService)
       ServiceFactory.getService(PersistenceService.class, aRunData, new 
Object [] {this});

      PersistenceService.Page page = service.getPage();
      name = page.getAttribute("nick");



<entry parent="HelloWorld" type="ref">
<parameter name="nick" value="gal1"/>
</entry>
<entry parent="HelloWorld" type="ref">
<parameter name="nick" value="gal2"/>
</entry>



the problem is that all my portlets get the first parameter - i mean
"gal1".

thankyou Gal.

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to