Hi,
I'm attempting to build a DynPage IView that will function as a generic select-options page for portal reports... I've created a SelectOptionPage DynPage and in the PBO I call a method to build up a form dynamically based on the select options I want (for example plant and material number.)
I'm now trying to add some extra functionality for date fields - instead of just having an inputField I want a button that when pressed will pop up another window with a DateNavigator component. This will be in a .jsp file held in my pagelet directory.
So I figured that if I add a link component into my DynPage and make its reference a .jsp page I have created in my pagelet directory this would work. But it doesn't! I can get the URL of the calendar.jsp page but when I click on the link I get an error saying the WEB-INF directory is not accessible for browsing.
Does anyone have any ideas how to go about making this work?! I'm on EP 6 if it makes any difference.
Thanks in advance.