From: <jm...@us...> - 2005-11-10 03:52:06
|
Update of /cvsroot/struts/dialogs/war/mailreaderpages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17817/war/mailreaderpages Modified Files: home.jsp Log Message: Index: home.jsp =================================================================== RCS file: /cvsroot/struts/dialogs/war/mailreaderpages/home.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** home.jsp 9 Nov 2005 03:20:42 -0000 1.2 --- home.jsp 10 Nov 2005 03:51:52 -0000 1.3 *************** *** 4,7 **** --- 4,9 ---- <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %> + <%@ taglib uri="http://struts.apache.org/tags-html-el" prefix="html-el" %> + <html> <head> *************** *** 15,18 **** --- 17,40 ---- Context Path: [<%= request.getContextPath() %>] + <html-el:link + href="ShoppingBasket.do?DIALOG-EVENT-ADDITEM&host=${item.host}"> + Add to cart + </html-el:link> + + <html-el:link + href="contextPath=${pageContext.request.contextPath}&servletPath=${pageContext.request.servletPath}"> + Add to cart + </html-el:link> + + <html-el:link + href="pathInfo=${pageContext.request.pathInfo}&query=${pageContext.request.queryString}"> + Add to cart + </html-el:link> + + <html-el:link + href="requestURL=${pageContext.request.requestURL}&requestURI=${pageContext.request.requestURI}"> + Add to cart + </html-el:link> + <h3><bean:message key="index.heading"/></h3> |