> THE PLAN: > To index certain > document types on a regular base triggered by > a daemon service. > > MY PROBLEM: > I want to index a portlets content without having a > rundata object by this time. Having the > PORTLET in variable portlet I use this code: >
To put it simply, you cannot do this. Portlet content is generated based on many variables including current user information and media type. These, of course, come from the http request. Also, certain portlets, such as JSP and Velocity, write their content directly to the output stream. AFAIK, the closest you can get to your plan is to index content of certain portlet types (HTML, WebPage, perhaps RSS), by indexing the documents pointed to by the portlet URL attribute. Best regards, Mark Orciuch - [EMAIL PROTECTED] Jakarta Jetspeed - Enterprise Portal in Java http://jakarta.apache.org/jetspeed/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
