Advertisement
akakunin

view.jsp

Dec 6th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <%@ include file="/html/init.jsp" %>
  2.  
  3. <%@page import="kz.bsbnb.petcatalog.portlet.PetCatalogPortlet"%>
  4.  
  5.  
  6. <h1> Welcome to PetCatalog! </h1>
  7.  
  8. <aui:button-row>
  9. <portlet:renderURL var="addPetURL">
  10. <portlet:param name="jspPage" value="<%= PetCatalogPortlet.EDIT_PET_JSP %>"/>
  11. <portlet:param name="<%= WebKeys.REDIRECT %>" value="<%= currentURL %>"/>
  12. </portlet:renderURL>
  13.  
  14. <aui:button value="add-pet" href="<%= addPetURL %>"/>
  15. </aui:button-row>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement