1 Reply Latest reply on Sep 29, 2008 11:05 AM by peterj

    Popup problem in JBoss Portal

    dynamolalit

      Hi,

      I want to provide a popup on a link on my JSR168 portlet to add a contact using that popup.i have used this way:

      window.open("http://localhost:8080/AddressBookPortlet/WEB-INF/AddContact.jsp","addContactWindow","status=no,toolbar=no,scrollbars=yes,menubar=no,height=300,width=300");

      But i am getting HTTP 404 error.Is there any other way to generate popup in JBoss Portal.

      Any help will be appriciated.

      TIA.