Re: Read a psml file

2005-03-29 Thread Bhaskar T
e: " + > ex.getMessage()); > >} > } > > I hope to be usefull. > Bye > > -- Initial Header --- > > From : "Deep Kumar" [EMAIL PROTECTED] > To : "Jetspeed Users Lis

Re: Read a psml file

2005-02-09 Thread angeloimm
ex.getMessage()); } } I hope to be usefull. Bye -- Initial Header --- >From : "Deep Kumar" [EMAIL PROTECTED] To : "Jetspeed Users List" jetspeed-user@jakarta.apache.org Cc : Date : Wed, 9 Feb 2005 20:12:5

Re: Read a psml file

2005-02-09 Thread David Sean Taylor
zaza wrote: David Sean Taylor wrote: angeloimm wrote: Hi all; if i know the psml name... how could i have a parameter in this psml file? Hi, What about J2? Can you configure fragments responsible for portlets in similar way? Can you add a paramater tag to the psml file? And finally can you acce

Re: Read a psml file

2005-02-09 Thread Deep Kumar
Hi Angeloimm, How did u do that, Angeloimm??? Regards Deep - Original Message - From: "Deep Kumar" <[EMAIL PROTECTED]> To: "Jetspeed Users List" Sent: Wednesday, February 09, 2005 8:12 PM Subject: Re: Read a psml file > how did u do that??? > >

Re: Read a psml file

2005-02-09 Thread Deep Kumar
how did u do that??? Thanks in advance - Original Message - From: "angeloimm" <[EMAIL PROTECTED]> To: "jetspeed-user" Cc: "jetspeed-user" Sent: Wednesday, February 09, 2005 7:24 PM Subject: Re: Read a psml file Hi; thanks for your answer infac

Re: Read a psml file

2005-02-09 Thread angeloimm
r@jakarta.apache.org Cc : Date : Wed, 9 Feb 2005 11:26:04 -0200 Subject : Re: Read a psml file > Hi > You could read the parameter in the psml file as a XML file with DOM or SAX > API. > I didn't know if it is your question, if not explain better > If you need

Re: Read a psml file

2005-02-09 Thread Carlos Torres
ibute, in the file. Carlos Torres. - Original Message - From: "zaza" <[EMAIL PROTECTED]> To: "Jetspeed Users List" Sent: Wednesday, February 09, 2005 10:27 AM Subject: Re: Read a psml file > David Sean Taylor wrote: > > angeloimm wrote: > > >

Re: Read a psml file

2005-02-09 Thread zaza
David Sean Taylor wrote: angeloimm wrote: Hi all; if i know the psml name... how could i have a parameter in this psml file? Not sure if I understand the question, but I'll try. To change the parameters on a portlet instance, you can edit the psml file by hand, for example the StockQuote portle

Re: Read a psml file

2005-02-08 Thread David Sean Taylor
angeloimm wrote: Hi all; if i know the psml name... how could i have a parameter in this psml file? Not sure if I understand the question, but I'll try. To change the parameters on a portlet instance, you can edit the psml file by hand, for example the StockQuote portlet, override the default in

Read a psml file

2005-02-07 Thread angeloimm
Hi all; if i know the psml name... how could i have a parameter in this psml file? For example let's suppose i have in the file a.psml a parameter called text. well in a portlet called b how can i have this parameter? Thanks 6X v