Advertisement
Guest User

Untitled

a guest
Oct 18th, 2014
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml"
  5. xmlns:h="http://java.sun.com/jsf/html"
  6. xmlns:f="http://java.sun.com/jsf/core"
  7. xmlns:ui="http://java.sun.com/jsf/facelets"
  8. xmlns:p="http://primefaces.org/ui">
  9.  
  10.  
  11.  
  12. <h:form>
  13. <p:button outcome="productDetail" value="Bookmark" icon="ui-icon-star">
  14. <f:param name="productId" value="10" />
  15. </p:button>
  16. </h:form>
  17.  
  18.  
  19.  
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement