Forums de discussion

Re: [Liferay Forums][English] RE: Not able to submit the form using jquery

Devendra Patel, modifié il y a 11 années.

Re: [Liferay Forums][English] RE: Not able to submit the form using jquery

Junior Member Publications: 71 Date d'inscription: 26/09/11 Publications récentes
Hi Kiran Kumar.

getResourceId() will return id of resource URL which is called.

example you have binded resource URL like as below.
<portlet:resourceURL var="mailResourceURL" id="mailResourceId"
escapeXml="false" />

so the method will returd id "mailResourceId".

Regards,
Dev Patel


On Fri, Feb 8, 2013 at 10:42 AM, Kiran Kumar Boyini from liferay.com <
forums@liferay.com> wrote:

> Thank you Rajeeva,
>
> Could you tell me , mean of the below code .
>
> 1
> 2 String resourceId = request.getResourceID();
>
>
> Regards,
>
> Kiran.
>
>
> To view the thread, follow the link below:
>
> http://www.liferay.com/community/forums/-/message_boards/view_message/21342913
> --
> Thanks, Liferay.com Forums <http://http://www.liferay.com>
thumbnail
Laura Liparulo, modifié il y a 11 années.

RE: Not able to submit the form using jquery (SOLVED)

Junior Member Publications: 38 Date d'inscription: 30/06/12 Publications récentes
You can see my tutorial, in which I use jquery to make a paginator:
Liferay 6.1 Jquery Paginator Tutorial