Skip to content

Instantly share code, notes, and snippets.

@farmerbradllc
Created September 12, 2013 23:11
Show Gist options
  • Save farmerbradllc/6545048 to your computer and use it in GitHub Desktop.
Save farmerbradllc/6545048 to your computer and use it in GitHub Desktop.
Create Account URL - Velocity
#set ($create_account_url = $portletURLFactory.create($request, "58", $page.getPlid(), "RENDER"))
$create_account_url.setWindowState("maximized")
$create_account_url.setPortletMode("view")
$create_account_url.setParameter("saveLastPath", "0")
$create_account_url.setParameter("struts_action", "/login/create_account")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment