I need to browse a number of local static pages within a single portlet. Unfortunately I can't use IFRAME or any other fancy HTML tags.
I'm considering extending FileServerPortlet, so that any pages that it servers will have the HTML parsed, and normal <a href> links will be re-written to a format that the portlet can catch (say using something like JSLINK) to then open the respective static page. Is this a feasible solution, or are there better alternatives? Regards Daniel Farinha --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
