0
<portlet:actionURL name="addBook" var="addBookURL" />
public void addBook(ActionRequest request, ActionResponse response) throws IOException, PortletException {
}
嗨,這是我的Alloy UI代碼,用於調用我的MVCPortlet的Action類addBook方法。Liferay 6:合金UI的JavaScript的Eqvalinet代碼
我的問題是,我不想使用合金UI在我的UI,但純JavaScript/jQuery的。
那麼是否有可能有這個equaveleint代碼純JavaScript?
<aui:form action="<%= addBookURL.toString() %>" method="post">
<aui:input type="text" name="name"></aui:input>
<aui:input type="password" name="pwd"></aui:input>
<aui:button type="submit"></aui:button>
</aui:form>
在旁註中,'的ToString()'是不必要的。 – adarshr 2012-04-16 08:30:29