Hello,
I am working on form widget for generating CSV view, for that I have prepared list in form widget and generate the CSV view also use "paginate="false"" attribute. Generated view does not have more then 20 records but I want to display all record from that my list contains that is more then 20 records. Please provide suggestion how to get all record from list in the csv view use of form widget. --- Brajesh Patel |
Hello Brajesh,
Please check that list generated for CSV view is having records more than 20. If list is generating only 20 records then you have to set the value of view-size = null before generating list. By default view-size is 20. Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 On Fri, Jun 26, 2009 at 11:26 AM, Brajesh Patel <[hidden email]>wrote: > Hello, > I am working on form widget for generating CSV view, for that I have > prepared list in form widget and generate the CSV view also use > "paginate="false"" attribute. > Generated view does not have more then 20 records but I want to display all > record from that my list contains that is more then 20 records. > > Please provide suggestion how to get all record from list in the csv view > use of form widget. > > --- > Brajesh Patel > |
Hello Chirag,
List contain more then 50 records. and we can not set hard coded value in the view-size attribute because list size dynamically change. -- Brajesh Patel On Fri, Jun 26, 2009 at 11:39 AM, Chirag Manocha <[hidden email]>wrote: > Hello Brajesh, > Please check that list generated for CSV view is having records more than > 20. If list is generating only 20 records then you have to set the value of > view-size = null before generating list. By default view-size is 20. > > Regards > -- > Chirag Manocha > HotWax Media Pvt. Ltd. > Website :- www.hotwaxmedia.com > Contact :- +91-98263-19099 > > > > On Fri, Jun 26, 2009 at 11:26 AM, Brajesh Patel <[hidden email] > >wrote: > > > Hello, > > I am working on form widget for generating CSV view, for that I have > > prepared list in form widget and generate the CSV view also use > > "paginate="false"" attribute. > > Generated view does not have more then 20 records but I want to display > all > > record from that my list contains that is more then 20 records. > > > > Please provide suggestion how to get all record from list in the csv view > > use of form widget. > > > > --- > > Brajesh Patel > > > |
I suspect that this is the case of not using a List Iterator.
Vikas On Jun 26, 2009, at 11:59 AM, Brajesh Patel wrote: > Hello Chirag, > List contain more then 50 records. and we can not set hard coded > value in > the view-size attribute because list size dynamically change. > -- > Brajesh Patel > > On Fri, Jun 26, 2009 at 11:39 AM, Chirag Manocha > <[hidden email]>wrote: > >> Hello Brajesh, >> Please check that list generated for CSV view is having records >> more than >> 20. If list is generating only 20 records then you have to set the >> value of >> view-size = null before generating list. By default view-size is 20. >> >> Regards >> -- >> Chirag Manocha >> HotWax Media Pvt. Ltd. >> Website :- www.hotwaxmedia.com >> Contact :- +91-98263-19099 >> >> >> >> On Fri, Jun 26, 2009 at 11:26 AM, Brajesh Patel <[hidden email] >>> wrote: >> >>> Hello, >>> I am working on form widget for generating CSV view, for that I have >>> prepared list in form widget and generate the CSV view also use >>> "paginate="false"" attribute. >>> Generated view does not have more then 20 records but I want to >>> display >> all >>> record from that my list contains that is more then 20 records. >>> >>> Please provide suggestion how to get all record from list in the >>> csv view >>> use of form widget. >>> >>> --- >>> Brajesh Patel >>> >> smime.p7s (3K) Download Attachment |
In reply to this post by brajeshpatel
Hello Brajesh,
There is an entry in framework/widget/config/widget.properties widget.form.defaultViewSize=20 Hope this information will help you. Thanks -- Amit Sharma Brajesh Patel wrote: > Hello, > I am working on form widget for generating CSV view, for that I have > prepared list in form widget and generate the CSV view also use > "paginate="false"" attribute. > Generated view does not have more then 20 records but I want to display all > record from that my list contains that is more then 20 records. > > Please provide suggestion how to get all record from list in the csv view > use of form widget. > > --- > Brajesh Patel > > |
Free forum by Nabble | Edit this page |