3 Replies Latest reply on Nov 13, 2006 5:31 AM by sandeepjha18

    how to avoid hard-coded calls to jsp.

    sandeepjha18

      hi

      I am developing a portlet wherein I am using PortletRequestDispatcher to call my jsp files. Here I have to hard-code the name of jsp file which I want to call. I want to avoid that.

      Is there any other way to do this like in struts we have a struts-config.xml where we enter the jsp pages in forwards.

      Any similar mechanism or any other solution??