Re: Struts2 Jquery Grid pagination is not working

2013-03-03 Thread Arun Bansal
Thanks for your valuable comments about my question. But i want to tell that my grid is perfectly populated with desired records but only pagination in not working, means if it should show 100  records it is showing butpager's next forward  button become disabled as soon as the grid populates

Re: Struts2 Jquery Grid pagination is not working

2013-03-02 Thread Kaunain Ahmad
Hi, Kindly make sure prevent NullPointerExceptin in data accessing If data may null then control using your pojo On Fri, Mar 1, 2013 at 6:13 PM, Arun Bansal cool_bansa...@yahoo.co.inwrote: Hi I'm using Struts2 jquery Grid plugin. My problem is pagination is not working in the grid. I have

RE: Struts2 Jquery Grid pagination is not working

2013-03-02 Thread Martin Gainty
. From: kaunain.ahmad2...@gmail.com Date: Sat, 2 Mar 2013 14:50:41 +0530 Subject: Re: Struts2 Jquery Grid pagination is not working To: user@struts.apache.org; cool_bansa...@yahoo.co.in Hi, Kindly make sure prevent NullPointerExceptin in data accessing

RE: Struts2 Jquery Grid pagination is not working

2013-03-02 Thread Martin Gainty
Inhalt uebernehmen. From: mgai...@hotmail.com To: user@struts.apache.org Subject: RE: Struts2 Jquery Grid pagination is not working Date: Sat, 2 Mar 2013 06:25:13 -0500 There are so many items that can cause this problem Did you create Action class

Struts2 Jquery Grid pagination is not working

2013-03-01 Thread Arun Bansal
Hi I'm using Struts2 jquery Grid plugin. My problem is pagination is not working in the grid. I have selected all the required attributes. Can you please tell me what may be the problem? Thanks in advance Arun Bansal This e-mail and/or attachments are confidential and may also be legally

Re: Pagination using Struts library

2011-05-19 Thread arin_12
this message in context: http://struts.1045723.n5.nabble.com/Pagination-using-Struts-library-tp4386974p4408918.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

Re: Pagination using Struts library

2011-05-19 Thread Pankaj Gupta
of the myriad pagination libs. DisplayTag is open-source, BTW. Dave On May 11, 2011 7:48 AM, Pankaj Gupta pankaj.hug...@gmail.com wrote: Hi, But I am looking for Pagination in Struts framework specifically. Thanks, Pankaj On Wed, May 11, 2011 at 3:51 PM, Kushan Jayathilake

RE: Pagination using Struts library

2011-05-19 Thread Jason Pyeron
-Original Message- From: Pankaj Gupta [mailto:pankaj.hug...@gmail.com] Sent: Thursday, May 19, 2011 10:12 To: Struts Users Mailing List Subject: Re: Pagination using Struts library Hi Dave, Just need quick help. Is display tag supported for struts1.2. http

Re: Pagination using Struts library

2011-05-18 Thread Zoran Avtarovski
You'll need to make some mods for displaytag to work with S2. 1. You'll need to add an acceptableParameterName method to your classes, we just add it to our base class. 2. You have to add the Displaytag responseOverrideFilter to your web.xml for the export to work Having said all that, we are

Re: Pagination using Struts library

2011-05-13 Thread Miguel
Speaking of which, Dave, have you used displaytag recently? It seems to have been abandoned. It's good for regular usage, but as time goes by we start having some problems. For example, with the export options (displaytag can export to excel, pdf, etc automatically) we see a ognl WARN: WARN

Re: Pagination using Struts library

2011-05-13 Thread Dave Newton
On Fri, May 13, 2011 at 10:04 AM, Miguel wrote: Speaking of which, Dave, have you used displaytag recently? I've never used it at all. This is due to the fact that displaytag's export url is Someaction.action?6578706f7274=1d-16533-e=5 and 6578706f7274 doesn't seem to be valid on recent

Re: Pagination using Struts library

2011-05-13 Thread Emi Lu
displaytag1.2 + struts2 + tiles works good for me. displaytag is a very good tool for pagination. http://www.displaytag.org/1.2/ Emi On 05/11/2011 07:47 AM, Pankaj Gupta wrote: Hi, But I am looking for Pagination in Struts framework specifically. Thanks, Pankaj On Wed, May 11, 2011

Re: Pagination using Struts library

2011-05-13 Thread Emi Lu
displaytag1.2 + struts2 + tiles works good for me. displaytag is a very good tool for pagination. http://www.displaytag.org/1.2/ Another paging feature I found just recently is: DataTables http://www.datatables.net/index The online doc shows good features, but I have not done production

Pagination using Struts library

2011-05-11 Thread Pankaj Gupta
Hi All, Is there any way Jaakata /SUN library or any api in struts which can be used to implement pagination. I suggested Display tag and Page Loader, but since they are not open source, not ssociated with Jakarta/Sun, user is not agreeging to it? Any suggestions would be appreciated

Re: Pagination using Struts library

2011-05-11 Thread Kushan Jayathilake
Well.. if you are going with JSF, there are tags with pagination support builtin. you just need to pass the collection and the page size for that On Wed, May 11, 2011 at 3:25 PM, Pankaj Gupta pankaj.hug...@gmail.comwrote: Hi All, Is there any way Jaakata /SUN library or any api in struts

Re: Pagination using Struts library

2011-05-11 Thread Pankaj Gupta
Hi, But I am looking for Pagination in Struts framework specifically. Thanks, Pankaj On Wed, May 11, 2011 at 3:51 PM, Kushan Jayathilake kusha...@gmail.comwrote: Well.. if you are going with JSF, there are tags with pagination support builtin. you just need to pass the collection

Re: Pagination using Struts library

2011-05-11 Thread Dave Newton
There isn't any; Struts is largely front-end neutral. Check the jQuery plugin, otherwise your best bet is to use any of the myriad pagination libs. DisplayTag is open-source, BTW. Dave On May 11, 2011 7:48 AM, Pankaj Gupta pankaj.hug...@gmail.com wrote: Hi, But I am looking for Pagination

Re: Pagination using Struts library

2011-05-11 Thread Amol Ghotankar
You have struts 2 jquery plugin for grid and full hibernate support plugin to do pagination. With Best Regards, Amol Ghotankar Technical Lead Cursive Technologies Pvt. Ltd. www.cursivetech.com

Pagination with Struts 2.1.8 ?

2010-03-29 Thread Celinio Fernandes
Hi, This is a classic requirement. I have this table, in a JSP, that I have created with the table html tag and that i have filled using the s:iterator. This s:iterator tag iterates over an ArrayList defined in my action. There are too many lines and I need to add some pagination functionality

Re: Pagination with Struts 2.1.8 ?

2010-03-29 Thread Alex Rodriguez Lopez
Display tag, works like a charm: http://displaytag.sourceforge.net/1.2/tut_basic.html Works with lists and handles pagination, data export, I recommend it! Em 29-03-2010 11:07, Celinio Fernandes escreveu: Hi, This is a classic requirement. I have this table, in a JSP, that I have created

RE: Pagination with Struts 2.1.8 ?

2010-03-29 Thread adam pinder
i prefer pagination to be db based so there is a minimum amount of data retrieved and held in memory. i.e. only retrieve what you will display. don't retrieve 200 records in memory and page through them. adam Date: Mon, 29 Mar 2010 03:07:25 -0700

Re: Pagination with Struts 2.1.8 ?

2010-03-29 Thread Celinio Fernandes
Thanks. I already read about it but does it work well with Struts 2 ? --- On Mon, 3/29/10, Alex Rodriguez Lopez alo...@flordeutopia.pt wrote: From: Alex Rodriguez Lopez alo...@flordeutopia.pt Subject: Re: Pagination with Struts 2.1.8 ? To: user@struts.apache.org Date: Monday, March 29, 2010, 4

Re: Pagination with Struts 2.1.8 ?

2010-03-29 Thread Alex Rodriguez Lopez
=user_input.action paramId=id paramProperty=userID/ %-- other columns of users --% /display:table This assumes you have a list of beans called users in your action, with a propertry named name, with getters/setters. Of course, if performance is a problem pagination would

Re: Pagination with Struts 2.1.8 ?

2010-03-29 Thread Zoran Avtarovski
We use display tag extensively and it ties into S2 really well. We¹ve set it up to use DB based pagination so you only load the items you need and it ties into S2 i18n properties. We also use jqGrid which is based on jQuery and works really well where you want ajax based tables. Z. Thanks. I

Re: Pagination

2009-05-25 Thread Lukasz Lenart
2009/5/25 Murugesh muruges...@gmail.com: can any one help me to achieve this? Could you show how did you try to use DisplayTag, some code example? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail:

Re: Pagination

2009-05-25 Thread Murugesh
thanks Lukasz what i did is, added :displaytag-1.2.jar in the lib added :%@ taglib uri=http://displaytag.sf.net; prefix=display% in my JSP code snippet is display:table list=minDataList requestURI=calldata.action pagesize=10 display:column property=name/ display:column property=id/

Re: Pagination

2009-05-25 Thread Lukasz Lenart
2009/5/25 Murugesh muruges...@gmail.com:  display:table  list=minDataList requestURI=calldata.action pagesize=10  display:column property=name/  display:column property=id/ /display:table Could you also show action code? Regards -- Lukasz http://www.lenart.org.pl/

Re: Pagination

2009-05-25 Thread Chris Pratt
You might try: display:table list=${minDataList} requestURI=calldata.action pagesize=10 instead. (*Chris*) On Sun, May 24, 2009 at 11:56 PM, Murugesh muruges...@gmail.com wrote: thanks Lukasz what i did is, added :displaytag-1.2.jar in the lib added :%@ taglib

Re: Pagination

2009-05-25 Thread Murugesh
public class PacketsAction extends ActionBase { public ManagePacketsAction() { public String call30Mdata() throws ServiceException { DataManager dm = new DataManager(); setMinDataList(dm.getMinsData(null, getall)) try { } private ListminInfoVO minDataList = null;

Re: Pagination

2009-05-25 Thread Lukasz Lenart
End the last thing, action's configuration. As I noticed you don't use execute() method and maybe your are missing call to method call30Mdata(). And also try Chris suggestion. Regards -- Lukasz http://www.lenart.org.pl/ - To

Re: Pagination

2009-05-25 Thread Murugesh
No Lukasz my struts.xml is action name=calldata class=com.PacketsAction method=call30Mdata result/WEB-INF/components/packet/showData.jsp/result /action i am getting list with s:iterator but not displaytag On Mon, May 25, 2009 at 12:53 PM, Lukasz Lenart

Re: Pagination

2009-05-25 Thread Lukasz Lenart
2009/5/25 Murugesh muruges...@gmail.com: i am getting list with s:iterator but not displaytag Did you try Chris suggestion? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail:

Re: Pagination

2009-05-25 Thread Murugesh
Wow. it getting displayed. but if i click next page it got an error ie requset resource not available. is i missed anything? On Mon, May 25, 2009 at 1:17 PM, Lukasz Lenart lukasz.len...@googlemail.com wrote: 2009/5/25 Murugesh muruges...@gmail.com: i am getting list with s:iterator but not

Re: Pagination

2009-05-25 Thread Murugesh
i got fix for this. i missed request uri in displaytag. thanks for helping a lot. is their any way to modify the display? like the page no's and no of items coming on top , i need it to be bottom. so where i have to chnage this? On Mon, May 25, 2009 at 2:19 PM, Murugesh muruges...@gmail.com

Re: Pagination

2009-05-25 Thread Lukasz Lenart
2009/5/25 Murugesh muruges...@gmail.com: is their any way to modify the display? like the page no's and no of items coming on top , i need it to be bottom. so where i have to chnage this? Check DisplayTag documentation, for begining that [1] [1]

Re: Pagination

2009-05-25 Thread Bhaarat Sharma
adding to this question... I've asked this before as well but not gotten a clearer answer. What if in the same example as this but when user clicks 'next' you want to go back and fetch the results again. Will that be possible with display tag. What I mean is that lets say that the list is

RE: Pagination

2009-05-25 Thread Martin Gainty
obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Mon, 25 May 2009 08:49:33 -0400 Subject: Re: Pagination From: bhaara...@gmail.com To: user@struts.apache.org adding

Re: Pagination

2009-05-25 Thread Chris Pratt
Yup, it's possible, just read the DisplayTag documentation on external pagination. (*Chris*) On Mon, May 25, 2009 at 5:49 AM, Bhaarat Sharma bhaara...@gmail.com wrote: adding to this question... I've asked this before as well but not gotten a clearer answer. What if in the same example

Pagination

2009-05-24 Thread Murugesh
Hi cheers, currently i am using belowjsp code to display my list DataList details. now i want to add pagination using displaytag 1.2. table width=100% border=0 cellpadding=0 cellspacing=0 s:if test=minDataList.size 0 s:iterator value=DataList status=min_status tr tds:property value

Re: pagination in struts2

2009-04-24 Thread Stefano Tranquillini
i take a fast look about your link i can done the presentation of the data by myself ? these libraries done only the pagination? On Thu, Apr 23, 2009 at 23:08, denis cabasson denis.cabas...@gmail.com wrote: Display tag is great for table pagination. If you are looking for pagination without

Re: pagination in struts2

2009-04-23 Thread Stefano
when i put % request.setAttribute( test, new TestList(2, false) ); % netbeans said: cannot find construtcto TestList(int,bool) and the application goes in a exception: org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 1 in the jsp file:

Re: pagination in struts2

2009-04-23 Thread Jim Kiley
Lots of possibilities here:* you need to have a class named TestList in your application * you need a constructor for your TestList class that accepts an int and a boolean as its arguments * you need to be sure you are appropriate importing the reference to TestList in your JSP On Thu, Apr 23,

Re: pagination in struts2

2009-04-23 Thread Bhaarat Sharma
u have to first create TestList for the code to work On Thu, Apr 23, 2009 at 11:36 AM, Stefano elste...@gmail.com wrote: when i put % request.setAttribute( test, new TestList(2, false) ); % netbeans said: cannot find construtcto TestList(int,bool) and the application goes in a exception:

Re: pagination in struts2

2009-04-23 Thread Stefano Tranquillini
emm i've a list in my session called items. so i'd write a ok, i'd understand, now works. anyway, how can i create the page number below? On Thu, Apr 23, 2009 at 17:40, Bhaarat Sharma bhaara...@gmail.com wrote: u have to first create TestList for the code to work On Thu, Apr 23, 2009 at

Re: pagination in struts2

2009-04-23 Thread Stefano Tranquillini
i done this: this is the class taht create the list private ListItem items = new ArrayListItem(); private Integer resultSize; public AllItem() { } @Override public String execute() throws Exception { items= mgmt.getAllItem(); resultSize=getItems().size();

Re: pagination in struts2

2009-04-23 Thread Andy Sykes
I found I had to use the s:set tag to set the object in the request scope before displaytag could see it, since displaytag doesn't know about the Value Stack (maybe it should?). Confusingly, displaytag gives you that message if it can't see the variable you're referencing, as well as if

Re: pagination in struts2

2009-04-23 Thread Stefano Tranquillini
i've done a pagination by myself. is an Alpha relase :D, not tested but u can set size and page to display: action: private ListItem items = new ArrayListItem(); private int tot; private int page = 0; private int size = 1; private List pages = new ArrayList(); public

Re: pagination in struts2

2009-04-23 Thread denis cabasson
Display tag is great for table pagination. If you are looking for pagination without tables, I'd recommend the pager tag library : http://jsptags.com/tags/navigation/pager/index.jsp Custom coding is my least favorite way of solving an issue. To extract a variable from an action to the page, I'd

Re: pagination in struts2

2009-04-22 Thread Stefano Tranquillini
...@gmail.com wrote: Are there any examples that show how to do pagination in struts2? I would like to do pagination where we call the DB again when the user clicks on one of the page numbers. -- Stefano

Re: pagination in struts2

2009-04-22 Thread Dave Newton
Stefano Tranquillini wrote: someone has experience with this tag? i don't really understand how it works. What issues are you having? There are a number of tutorials and examples on the site: http://displaytag.sourceforge.net/1.2/tut_basic.html Dave

Re: pagination in struts2

2009-04-22 Thread Bhaarat Sharma
I wanted to use it for the purpose so that when I click NEXT or 2nd page then again I go to the DB to fetch next set of 50 records. but didnt see any examples of that sort On Wed, Apr 22, 2009 at 4:13 PM, Dave Newton newton.d...@yahoo.com wrote: Stefano Tranquillini wrote: someone has

Re: pagination in struts2

2009-04-22 Thread Jim Kiley
I found this within thirty seconds of clicking Dave's link: http://displaytag.sourceforge.net/1.2/tut_sources.html Note that the contents of this page are actually fairly freakin' horrible and should not be done on a grownup application. But the instructions are right there and easy to find. jk

Re: pagination in struts2

2009-04-22 Thread Bhaarat Sharma
jim, I found this example http://displaytag.homeip.net/displaytag-examples-1.2/example-paging.jsp?d-49653-p=1 it says Ok, you have made a query that returns you back a list of 120 elements, but you don't want to show the user all 120 items at once, you want to allow them to page through the

Re: pagination in struts2

2009-04-22 Thread Andy Sykes
Have a look at the external sorting and pagination page[1] on the DisplayTag site. Also, take a look at the PaginatedList interface[2]. It takes a little bit to get your head around it. If you get stuck, the displaytag lists are pretty good at helping with the common issues. Andy. [1

Re: pagination in struts2

2009-04-22 Thread Dave Newton
http://displaytag.sourceforge.net/1.2/tut_externalSortAndPage.html It pays to really spend some time looking over existing documentation; it's often quicker than waiting for someone on a list or forum to answer. Dave Bhaarat Sharma wrote: jim, I found this example

Re: pagination in struts2

2009-04-22 Thread André Diniz
It's just a sample pages... 2009/4/22 Dave Newton newton.d...@yahoo.com http://displaytag.sourceforge.net/1.2/tut_externalSortAndPage.html It pays to really spend some time looking over existing documentation; it's often quicker than waiting for someone on a list or forum to answer. Dave

pagination in struts2

2009-04-21 Thread Bhaarat Sharma
Are there any examples that show how to do pagination in struts2? I would like to do pagination where we call the DB again when the user clicks on one of the page numbers.

Re: pagination in struts2

2009-04-21 Thread Chris Pratt
I'd suggest looking into DisplayTag (http://displaytag.sourceforge.net/) (*Chris*) On Tue, Apr 21, 2009 at 4:58 AM, Bhaarat Sharma bhaara...@gmail.com wrote: Are there any examples that show how to do pagination in struts2? I would like to do pagination where we call the DB again when

Re: Pagination with struts 2.x

2009-03-25 Thread mahanare
FYI, just recording my experience here. I looked at displaytag it looks good but if there are some minor changes (it encodes property names etc so when you post for sort/pagination, setting the structs 2 action properties is difficult) other wise it looks simple. Also I looked at jqGrid using

Re: Pagination with struts 2.x

2009-03-25 Thread Mileidys Gonzalez Prieto
I recomend jMesa... is very good and is possible to do pagination with Ajax using limits. On Wed, 2009-03-25 at 05:37 -0700, mahanare wrote: FYI, just recording my experience here. I looked at displaytag it looks good but if there are some minor changes (it encodes property names etc so

Re: Pagination with struts 2.x

2009-03-25 Thread dusty
pagination with Ajax using limits. On Wed, 2009-03-25 at 05:37 -0700, mahanare wrote: FYI, just recording my experience here. I looked at displaytag it looks good but if there are some minor changes (it encodes property names etc so when you post for sort/pagination, setting the structs 2

Re: Pagination and s:subset

2009-03-21 Thread Paweł Wielgus
Hi Andy, i was always working with my home made paginators, actualy one for S1 and one for S2, one reason is i'm working with no standard database solutions, and the other that pagination fragment is just a few line of jsp code that can be included any where in your apps plus some kind

Pagination and s:subset

2009-03-20 Thread Andy Sykes
Hi list, After bodging my way through some pagination for a project I'm working on with a combination of OGNL expressions, s:subset and s:iterator, I was wondering if anyone had given any serious thought to the practicality of implementing displaytag-style pagination in S2 tags? Display

Pagination with struts 2.x

2009-03-19 Thread mahanare
this message in context: http://www.nabble.com/Pagination-with-struts-2.x-tp22594233p22594233.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org

Re: Pagination with struts 2.x

2009-03-19 Thread Chris Pratt
, but there seems another taglib pager taglib. Is pager tag lib a better option or is there any inherent support in struts 2 for paging? Thanks harinath -- View this message in context: http://www.nabble.com/Pagination-with-struts-2.x-tp22594233p22594233.html Sent from the Struts - User mailing list

Re: Pagination Questions

2008-11-30 Thread KE LI
Hi Adam, Thanks for your reply. I am doing pagination like this now since I found that using index to do searching from a range of record is quite fast, much faster than I thought before. So I just use your suggested solution. 2008/11/30 Adam Ruggles [EMAIL PROTECTED] Personally I think

RE: Pagination Questions

2008-11-30 Thread Martin Gainty
distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Date: Mon, 1 Dec 2008 09:40:50 +0800 From: [EMAIL PROTECTED] To: user@struts.apache.org Subject: Re: Pagination Questions Hi Adam, Thanks for your reply. I am doing

Pagination Questions

2008-11-29 Thread Licco
Dear All, I am currently working on pagination to the result of search result. I want to ask which solution is better? 1. After user chooses some criterias and then clicks the search button, the server will return the size of search result and the objects of first page of the search result

Re: Pagination Questions

2008-11-29 Thread Adam Ruggles
and resultsPerPage variable that I pass to my data layer. I don't know what database you're using but most allow you to limit the results, using an offset and number of results. KE LI-2 wrote: Dear All, I am currently working on pagination to the result of search result. I want to ask

Struts2: Ajax Pagination using JQuery

2008-06-27 Thread Raghu
Hi, I want to implement ajax pagination on my struts2 page but I am not sure how to implement that. I am not very good in javascript and jquery but learning them.. I have a table which will show 10 user comments at a time and there will be pagination links for fetching next set of comments using

Re: Struts2: Ajax Pagination using JQuery

2008-06-27 Thread David Durham, Jr.
On Fri, Jun 27, 2008 at 1:43 PM, Raghu [EMAIL PROTECTED] wrote: Hi, I want to implement ajax pagination on my struts2 page but I am not sure how to implement that. I am not very good in javascript and jquery but learning them.. You might be interested in something like this: http

Pagination problem with struts2,Please Please help me.

2008-05-26 Thread Varun Deep
Request to All I am using pagination with display tag in struts2. Following is the code I included in my jsp file. I also include all the jar file. And tld files. In the respective folders 1.try %@ taglib uri=http://displaytag.sf.net; prefix=display % The EmployeeList is coming from

Pagination problem with struts2,Please Please help me.

2008-05-25 Thread Varun Deep
Request to All I am using pagination with display tag in struts2. Following is the code I included in my jsp file. I also include all the jar file. And tld files. In the respective folders 1.try %@ taglib uri=http://displaytag.sf.net; prefix=display % The EmployeeList is coming from the Action

Re: Pagination problem with struts2,Please Please help me.

2008-05-25 Thread Musachy Barroso
Are you sure there is data on that list? try this on your page s:property value=employeeList.size() / musachy On Mon, May 26, 2008 at 12:53 AM, Varun Deep [EMAIL PROTECTED] wrote: Request to All I am using pagination with display tag in struts2. Following is the code I included in my jsp

RE: Pagination problem with struts2,Please Please help me.

2008-05-25 Thread vdeep
Yes, s:property value=employeeList.size() / giving value 8 for this. -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Sunday, May 25, 2008 10:07 PM To: Struts Users Mailing List Subject: Re: Pagination problem with struts2,Please Please help me. Are you sure

Yes RE: Pagination problem with struts2,Please Please help me.

2008-05-25 Thread Varun Deep
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, May 25, 2008 10:17 PM To: 'Struts Users Mailing List' Subject: RE: Pagination problem with struts2,Please Please help me. Yes, s:property value=employeeList.size() / giving value 8

Re: Pagination problem with struts2,Please Please help me.

2008-05-25 Thread Engr. Jherald Gerome Lacambra
26, 2008 at 12:53 AM, Varun Deep [EMAIL PROTECTED] wrote: Request to All I am using pagination with display tag in struts2. Following is the code I included in my jsp file. I also include all the jar file. And tld files. In the respective folders 1.try %@ taglib uri=http

Re: Problem with implementation of pagination with display tag in Struts2

2008-05-23 Thread Engr. Jherald Gerome Lacambra
/taglib /jsp-config And now you are good to go. 2008/5/23 Varun Deep [EMAIL PROTECTED]: To all Hi, I want to implement pagination on my web application, for that I want to use the display tag. Can any one tell or suggest the step by step process needed to implement the display tag(means how

RE: Problem with implementation of pagination with display tag in Struts2

2008-05-23 Thread Varun Deep
22, 2008 11:03 PM To: Struts Users Mailing List Subject: Re: Problem with implementation of pagination with display tag in Struts2 1. Put the display tag libraries on WEB-INF/lib folder 2. Put the displaytag.tld on WEB-INF folder 3. add the code the ff codes on you web.xml jsp-config

Re: Problem with implementation of pagination with display tag in Struts2

2008-05-23 Thread Jim Kiley
of pagination with display tag in Struts2 1. Put the display tag libraries on WEB-INF/lib folder 2. Put the displaytag.tld on WEB-INF folder 3. add the code the ff codes on you web.xml jsp-config taglib taglib-urihttp://displaytag.sf.net/taglib-uri taglib

Problem with implementation of pagination with display tag in Struts2

2008-05-22 Thread Varun Deep
To all Hi, I want to implement pagination on my web application, for that I want to use the display tag. Can any one tell or suggest the step by step process needed to implement the display tag(means how to configure the struts2 application). I am using Struts2. I will be very much thank full

Re: [Struts2] Table pagination (paging)?

2008-05-19 Thread Oleg Mikheev
sol myr wrote: What's the Strut2 recommendation for Table Pagination (AKA Paging)? We're showing a large table (say, 500 records) and need to break it down to 25 pages (20 records per page). http://www.javaworld.com/javaworld/jw-08-2007/jw-08-ajaxtables.html

[Struts2] Table pagination (paging)?

2008-05-18 Thread sol myr
Hi, What's the Strut2 recommendation for Table Pagination (AKA Paging)? We're showing a large table (say, 500 records) and need to break it down to 25 pages (20 records per page). So we need a widget where users can select a page: page: 1 2 3 4 5 .. 24 25

Re: [Struts2] Table pagination (paging)?

2008-05-18 Thread David Canos
I have never used it, but I have heard good opinions about display tag project. http://displaytag.sourceforge.net/ Take a look at it. 2008/5/18 sol myr [EMAIL PROTECTED]: Hi, What's the Strut2 recommendation for Table Pagination (AKA Paging)? We're showing a large table (say, 500 records

Re: [Struts2] Table pagination (paging)?

2008-05-18 Thread Felipe Lorenz
]: Hi, What's the Strut2 recommendation for Table Pagination (AKA Paging)? We're showing a large table (say, 500 records) and need to break it down to 25 pages (20 records per page). So we need a widget where users can select a page: page: 1 2 3 4 5 .. 24 25

Re: Pagination in Struts2

2008-04-30 Thread Jaarthy
I want the results in google format.Any help would be appreciated. Thanks, Aarthy balart wrote: Hi Aarthy, you can use the displaytag to implement the pagination in struts2. kindly tell that, Pagination as in Google? how, you want the page no in google format or result in google

Re: Pagination in Struts2

2008-04-21 Thread balart
Hi Aarthy, you can use the displaytag to implement the pagination in struts2. kindly tell that, Pagination as in Google? how, you want the page no in google format or result in google format. Regards,' Bala Jaarthy wrote: Hi, How to implement pagination as in Google in Struts2?Any Help

Re: Pagination in Struts2

2008-02-22 Thread Giovanni Azua
hi, I use displaytag (http://displaytag.sourceforge.net). If you can live without a natively AJAX-enabled pagination library, displaytag is excellent. I like very much the concept of display Decorators, produces a very clean design and perfect separation of concerns. Workarounds exist

Re: Pagination in Struts2

2008-02-22 Thread Adam Hardy
for pagination, I would gladly swap my own quick'n'dirty implementation for something 3rd party. Adam Giovanni Azua on 22/02/08 09:47, wrote: hi, I use displaytag (http://displaytag.sourceforge.net). If you can live without a natively AJAX-enabled pagination library, displaytag is excellent

Re: Pagination in Struts2

2008-02-22 Thread Giovanni Azua
be nice to have for pagination, I would gladly swap my own quick'n'dirty implementation for something 3rd party. Adam Giovanni Azua on 22/02/08 09:47, wrote: hi, I use displaytag (http://displaytag.sourceforge.net). If you can live without a natively AJAX-enabled pagination library

Re: Pagination in Struts2

2008-02-22 Thread Jaarthy
Hi Giovanni, I want the results to be dislayed as they are in the Google Search results page,not in a table form.Any help please? Thanks, Aarthy Giovanni Azua-3 wrote: hi, I use displaytag (http://displaytag.sourceforge.net). If you can live without a natively AJAX-enabled pagination

Re: Pagination in Struts2

2008-02-22 Thread Giovanni Azua
Giovanni Azua-3 wrote: hi, I use displaytag (http://displaytag.sourceforge.net). If you can live without a natively AJAX-enabled pagination library, displaytag is excellent. I like very much the concept of display Decorators, produces a very clean design and perfect separation of concerns

Pagination in Struts2

2008-02-21 Thread Jaarthy
Hi, How to implement pagination as in Google in Struts2?Any Help would be appreciated. Thanks, Aarthy -- View this message in context: http://www.nabble.com/Pagination-in-Struts2-tp15619264p15619264.html Sent from the Struts - User mailing list archive at Nabble.com

Re: help - pagination using struts2

2007-11-16 Thread rahul sharma
deko babu, Cognizant people are supposed to be the experts therefore they should not ask for help like this. Unfortunately, I am also looking for the same answer --- [EMAIL PROTECTED] wrote: HI I am not able to find out pagination using Struts2. Is there any tag lib ( which is similar

Re: help - pagination using struts2

2007-11-16 Thread Thilo Ettelt
Hello DharmaRao, take a look at the s:iterator and s:subset Tag. They allow you to iterate over a list for example and also take subsets out of it. http://struts.apache.org/2.0.11/docs/tag-reference.html - Thilo [EMAIL PROTECTED] wrote: HI I am not able to find out pagination using

Re: help - pagination using struts2

2007-11-16 Thread Jim Reynolds
Tag. They allow you to iterate over a list for example and also take subsets out of it. http://struts.apache.org/2.0.11/docs/tag-reference.html - Thilo [EMAIL PROTECTED] wrote: HI I am not able to find out pagination using Struts2. Is there any tag lib ( which is similar to struts

help - pagination using struts2

2007-11-15 Thread DharmaRao.Edula
HI I am not able to find out pagination using Struts2. Is there any tag lib ( which is similar to struts layout in Struts 1.x) available in Struts2. Could any one guide me or send me some sample code. thanks and regards DharmaRao This e-mail and any files transmitted

pagination problem pls rectify this error its very urgent for me

2007-05-08 Thread jalal udeen
hi all I have to use pagination in jsp so i did it with logic:iterate tag as follows i use 2 links next and previous in this application but next link is not disapppearinng when it reaches the last record pls check the condition and clear my doubt this pls its very urgent for me

[OT] Re: pagination problem pls rectify this error its very urgent for me

2007-05-08 Thread Dave Newton
--- jalal udeen [EMAIL PROTECTED] wrote: I have to use pagination in jsp so i did it with logic:iterate tag as follows One reason you may not be getting an answer is that this has nothing to do with Struts. % String strOffset =0; if(request.getParameter(pagination)!=null

pagination problem

2007-05-06 Thread jalal udeen
hi all I have to use pagination in jsp so i did it with logic:iterate tag as follows but when i use 2 links next and previous but next link is not disapppearinng when it reaches the last one can any help me for this pls the code follows % String strOffset =0

  1   2   >