Hi,
We have developed a Portal Service, which calls our AD web service to manage AD accounts. The existing logon.par contains a Password Reset page, which allows users to reset their passwords. We would like to replace this Password Reset page with our own JSP page. The problem is, having modified the Password Reset JSP page, I am not able to link it to a Java file, which my HTMLB input fields and submit buttons can invoke. For instance, I have coded an "onBtnSubmitClicked" event on my HTMLB submit button. I have even coded the corresponding Java file, but do not know how the JSP page can be linked to the Java file. If I were to create a JSPDynPage component from scratch or create a Web Module, I would not need to worry about this as the JSP is automatically linked to its corresponding Java file (taken care by Eclipse).
Questions:
1. How do I link my umResetPasswordPage to my Java class, so that eventing works?
2. I have also tried to create a NEW JSPDynPage in the logon.par, but it is creating the JSP file in the pagelet folder. I have trouble trying to match the logonproxy.txt and the logontoparea/logonbottomarea include files to the JSP file in the pagelet folder. If the files were outside of the Portal-Inf folder, I could do a /js or a /layout (which refer to the js and layout folders OUTSIDE of Portal-Inf).
2a. Since the Pagelet folder is WITHIN Portal-Inf, how do I refer to the files IN Pagelet from a page in Portal-Inf?
2b. How do I refer to files in Portal-Inf from a page in the Pagelet folder?
3. If anyone has any suggestions on how replacing the Password Reset functionalty should be done, please feel free to comment.
Many thanks in advance.