on 2010 Mar 26 7:35 PM
Hi,
I am trying to create pagination links for the html table created using XSL. I have an Illuminator servlet that gets the data for the html table.I tried including a javascript file that does the pagination and it works in my desktop. But when i run the same irpt file from the mobile device it does not work.
Any inputs/pointers will be helpful!!
Thanks,
Ram
Request clarification before answering.
Does the page not load or does the js file not get included? Have you tried including the script block directly in the page's head section?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mobile device browsers do not always support all javascript/dom/css features, so sometimes you have to get creative.
I have in the past rendered a table using irpt/servlet/xsl in an iframe and passed an index as a parameter.
The index number would tell the transaction behind the servlet tag which rows or 'page' to output.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.