I have a help page that references a bunch of images. I want to know:
1. how to put this into an eclipse project
2. how to create the (.NET Custom?) iView to reference this html page. (what is the URL of the page once deployed to the portal?)
Thanks!
Personally I would create an AbstractPortalComponent with a JSP page which replaces the HTML page. The you can simply create a Java-iView based on the Master iView you have just imported
I hope this helps
D
Add a comment