|
Home > Archive > WebSphere Portal Server > December 2007 > Displaying CSV files in the portal
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Displaying CSV files in the portal
|
|
| khainley@sheetz.com 2007-12-20, 7:23 pm |
| I am using the CSV Viewer portlet to display my excel text (csv) file and it looks nice ... my only complaint is that the maximum number of records displayed is 5.<br />
<br />
Is there any way to change that number to be higher?
| |
| Jim Barnes 2007-12-21, 7:37 am |
| looks like in normal view it is hard coded<br />
<br />
for(int i=0; ( ( i < 5 ) && ( line != null ) );i++)<br />
<br />
in max view it shows everything.<br />
<br />
Jim<br />
<br />
IBM Certified System Administrator -- WebSphere Portal V6.0, V5.1, V5.0<br />
IBM Certified Solution Developer -- WebSphere Portal V5.1, v6.0<br />
<br />
The postings on this site are my own and do not necessarily represent the positions, strategies, or opinions of IBM
| |
| khainley@sheetz.com 2007-12-21, 1:27 pm |
| So is it recommended not to modify the hard-coded number? Will it hurt anything?
| |
| Jim Barnes 2007-12-21, 1:27 pm |
| well it is not recommended, and the only thing it will hurt is if you get an updated version of this portlet it will default back to what ever is in the latest build<br />
<br />
IBM Certified System Administrator -- WebSphere Portal V6.0, V5.1, V5.0<br />
IBM Certified Solution Developer -- WebSphere Portal V5.1, v6.0<br />
<br />
The postings on this site are my own and do not necessarily represent the positions, strategies, or opinions of IBM
| |
| khainley@sheetz.com 2007-12-24, 1:26 pm |
| thank you for your help on this question.
|
|
|
|
|