Hi,
I have just written my first version of a NNTPPortlet (not using
JavaMail but another NNTP implementation though). It is not too
well-designed.However, I only want it to show to my team what the idea
behind Jetspeed is.
While writing I came along a little problem or maybe a misunderstanding
of the portlet markup.
My Portlet retrieves the news server and the desired group from
<parameter>s. Therefore, I had no <url> in the portlet description.
This works fine for one NNTPportlet. However, when I have more than one
NNTPPortlet entry in defaultPortlets.xml, they are all initialized with
the parameters from the first entry.
The workaround was to insert different "dummy" urls for all entries. I
guess that the url is used for the cache management?
Sven....
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]