Hello,
Trying out jqwidgets in liferay portlets.
Need to include seperate jsps in each of the tabs. When we use jsp:include tags, we see that the content loading and the event triggering happens twice.
Tried to circumvent this by using the inline method using @include tag. But this failed with the following exception.
_jspService(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) is exceeding the 65535 bytes
Tried using ajax to load the jsp but the request parameters were not getting populated on submission of the form.
Request for some pointers so that we get the tabs to load the jsp only once.
Regards,
Manish.