Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save martinlau/3348750 to your computer and use it in GitHub Desktop.
Save martinlau/3348750 to your computer and use it in GitHub Desktop.
HTML output of a portlet JSP illustrating liferay's actionURL and form
<form action="http://www.example.com/web/guest/home?p_auth=Ex7KuhQN&amp;p_p_id=samplegetformportlet_WAR_samplegetformportlet&amp;p_p_lifecycle=1&amp;p_p_state=normal&amp;p_p_mode=view&amp;p_p_col_id=column-1&amp;p_p_col_count=2" method="get" id="aui_3_4_0_1_563">
<input name="p_auth" type="hidden" value="Ex7KuhQN">
<input name="p_p_id" type="hidden" value="samplegetformportlet_WAR_samplegetformportlet">
<input name="p_p_lifecycle" type="hidden" value="1">
<input name="p_p_state" type="hidden" value="normal">
<input name="p_p_mode" type="hidden" value="view">
<input name="p_p_col_id" type="hidden" value="column-1">
<input name="p_p_col_count" type="hidden" value="2">
<input type="text" name="query" class="" id="aui_3_4_0_1_562">
<input type="submit">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment