jQWidgets Forums

jQuery UI Widgets Forums Navigation Tabs Tab content and JSP includes.

Tagged: ,

This topic contains 2 replies, has 3 voices, and was last updated by  jiahuai 12 years, 1 month ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Tab content and JSP includes. #8277

    mankahr
    Member

    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.

    Tab content and JSP includes. #8278

    Peter Stoev
    Keymaster

    Hi Manish,

    It could be convenient in your scenario, if the tab’s content is iframe and the iframe’s src is set to a page which contains the data and the jsp includes.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Tab content and JSP includes. #19606

    jiahuai
    Member

    Hi,
    I replace the iframe to the div, use the $(div).load(‘url’) to display my page. After i successful display my page, the tabs not allow me to add a new tabs. The error mention that $().jqxtabs() is not a function. so what is the problem that cause the error?

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.