Author: woonsan
Date: Mon Oct 13 12:13:50 2014
New Revision: 1631358
URL: http://svn.apache.org/r1631358
Log:
JS2-1304, JS2-1305: fixing import package name
Modified:
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/iframe-record-visit.jsp
Modified:
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/iframe-record-visit.jsp
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/iframe-record-visit.jsp?rev=1631358&r1=1631357&r2=1631358&view=diff
==============================================================================
---
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/iframe-record-visit.jsp
(original)
+++
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/iframe-record-visit.jsp
Mon Oct 13 12:13:50 2014
@@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY
See the License for the specific language governing permissions and
limitations under the License.
--%>
-<%@ page language="java" import="javax.portlet.PortletRequest,
org.apache.portals.messaging.PortletMessaging,
org.apache.portals.applications.webcontent.portlet.IFrameGenericPortlet"
session="true" %>
+<%@ page language="java" import="javax.portlet.PortletRequest,
org.apache.portals.messaging.PortletMessaging,
org.apache.portals.applications.webcontent2.portlet.IFrameGenericPortlet"
session="true" %>
<%
String url = request.getParameter("URL");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]