Posted By:
adam_belmont
Posted On:
Friday, March 29, 2002 07:18 AM
Hi James,
You should be able to access your
java code from a portals page as long
as it's in your web app's classpath.
I'd expect that you would want to access it via a tag library if it performs some action that controls the rendering of .jsp page.
Portal pages use templates to
control the look. The templates that come with portals are in the app "layoutTemplates.ear". You
should have that .ear file in
your config/mydomain/applications/
directory. Or , if it's not installed
yet, it would be in Dynamo5.6/Portal/templates.
-- Adam