Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
GTNPORTAL-2798 Nothing happen when click Save button in Change passwo…
Browse files Browse the repository at this point in the history
…rd form
  • Loading branch information
sontran1228 authored and trongtt committed Apr 9, 2013
1 parent 66c7706 commit 134bdf7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<%
import org.exoplatform.webui.form.UIFormInputBase;
import org.exoplatform.web.application.JavascriptManager;

def rcontext = _ctx.getRequestContext();
JavascriptManager jsManager = rcontext.getJavascriptManager();
jsManager.require("SHARED/uiForm");
String fieldName; %>
<div class="UIFormWithTitle $uicomponent.id" onkeypress="javascript:SubmitAction.call(this, event);">
<div class="TitleBar"><%=_ctx.appRes(uicomponent.getName() + ".title")%></div>
Expand Down

0 comments on commit 134bdf7

Please sign in to comment.