Foros de discusión

create_account.jsp

thumbnail
robel gmichael, modificado hace 9 años.

create_account.jsp

New Member Mensaje: 1 Fecha de incorporación: 25/08/14 Mensajes recientes
hi everbody!
i want to add a checkbox in my create account page so can any one tell me?
thumbnail
Mayur Patel, modificado hace 9 años.

RE: create_account.jsp

Expert Mensajes: 358 Fecha de incorporación: 17/11/10 Mensajes recientes
Hi Robel,

If you're on Liferay v6.1, you can do all of this with a Hook Plugin. To customize the page you can use a JSP Hook and to pull your data out of the form you would override the struts action with a Struts Hook.

Here is an example of customizing the JSP Page
http://www.liferay.com/community/wiki/-/wiki/Main/Custom+Fields+and+JSP+Hooks

Here is a blog about overriding struts actions
http://www.liferay.com/web/mika.koivisto/blog/-/blogs/overriding-and-adding-struts-actions-from-hook-plugins

Thanks.
thumbnail
Soukaina HAJI, modificado hace 9 años.

RE: create_account.jsp

Regular Member Mensajes: 195 Fecha de incorporación: 17/06/14 Mensajes recientes
if ur in liferay 6.2 ce ga2 , add this code in /html/portlet/login/login.jsp :
<div class="checkboxDiv">
				<input type="checkbox" name="">
				</div>


put it just before </aui:fieldset> ..

Regards,
Souka.