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 popu

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 >

RE: Struts2 Jquery Grid pagination is not working

2013-03-02 Thread Martin Gainty
bilité pour le contenu fourni. > 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, > >

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 wrote: > Hi > I'm using Struts2 jquery Grid plugin. My problem is > pagination is not working in the grid. I have se

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 le

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 supp

Re: Pagination using Struts library

2011-05-19 Thread Pankaj Gupta
Hi Dave, Just need quick help. Is display tag supported for struts1.2. Thanks, Pankaj On Wed, May 11, 2011 at 5:36 PM, Dave Newton wrote: > 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 pagina

Re: Pagination using Struts library

2011-05-19 Thread arin_12
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-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 mov

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

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 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=1&d-16533-e=5 and 6578706f7274 doesn't > seem to be valid on recent v

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 [Co

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

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" wrote: > Hi, > > But I am looking for Pagina

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 wrote: > Well.. if you are going with JSF, there are tags with pagination support > builtin. > you just need to pass the collection and the

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 wrote: > Hi All, > > Is there any way Jaakata /SUN library or any api in struts which can be &g

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 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. > >

Re: Pagination with Struts 2.1.8 ?

2010-03-29 Thread Alex Rodriguez Lopez
example for a listing of users: <%-- other columns of users --%> 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 be best don

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 wrote: From: Alex Rodriguez Lopez Subject: Re: Pagination with Struts 2.1.8 ? To: user@struts.apache.org Date: Monday, March 29, 2010, 4:32 AM Display tag, works like a charm

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:

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 with

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 html tag and that i have filled using the . This tag iterates over an ArrayList defined in my action. There are too many lines and I need to add some pagination functionality to it. What solutions are

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 wrote: > adding to this question... > > I've asked this before as well but not gotten a clearer answer. > > What if in the same

RE: Pagination

2009-05-25 Thread Martin Gainty
e ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Da

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 being

Re: Pagination

2009-05-25 Thread Lukasz Lenart
2009/5/25 Murugesh : > 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] http://displaytag.sourceforge.net/1.2/configuration.html Rega

Re: Pagination

2009-05-25 Thread Murugesh
i got fix for this. i missed request uri in tag. 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 wrote: > Wow. it getting displa

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 wrote: > 2009/5/25 Murugesh : > > i am getting list with but not displaytag > > Did you try Chris suggestion? > > > Regards

Re: Pagination

2009-05-25 Thread Lukasz Lenart
2009/5/25 Murugesh : > i am getting list with but not displaytag Did you try Chris suggestion? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands,

Re: Pagination

2009-05-25 Thread Murugesh
No Lukasz my struts.xml is /WEB-INF/components/packet/showData.jsp i am getting list with but not displaytag On Mon, May 25, 2009 at 12:53 PM, Lukasz Lenart < lukasz.len...@googlemail.com> wrote: > End the last thing, action's configuration. As I noticed you don't use > e

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 un

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 List minDataList = null; public L

Re: Pagination

2009-05-25 Thread Chris Pratt
You might try: instead. (*Chris*) On Sun, May 24, 2009 at 11:56 PM, Murugesh wrote: > 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 > pagesize="10" > > >

Re: Pagination

2009-05-25 Thread Lukasz Lenart
2009/5/25 Murugesh : >   pagesize="10" > >   >   > Could you also show action code? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: use

Re: Pagination

2009-05-24 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 thanks murugesh On Mon, May 25, 2009 at 12:15 PM, Lukasz Lenart < lukasz.len...@googlemail.com> wrote: > 2009/5/25 Murugesh

Re: Pagination

2009-05-24 Thread Lukasz Lenart
2009/5/25 Murugesh : > 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: user-unsubscr...@struts.apa

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. i have followed some steps but not getting any out put. can any one help me to achieve this? thnaks murugesh

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 wrote: > Display tag is great for table pagination. > If you are looking for pagination without tables, I'

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

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 List items = new ArrayList(); private int tot; private int page = 0; private int size = 1; private List pages = new ArrayList(); public Al

Re: pagination in struts2

2009-04-23 Thread Andy Sykes
I found I had to use the 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 the va

Re: pagination in struts2

2009-04-23 Thread Stefano Tranquillini
i done this: this is the class taht create the list private List items = new ArrayList(); 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 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 wrote: > u have to first create TestList for the code to work > > On Thu, Apr 23, 2009 at 11:36 AM, Stefano w

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 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: > > org.ap

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, 200

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: /jsp/shop

Re: pagination in struts2

2009-04-22 Thread André Diniz
It's just a sample pages... 2009/4/22 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 Sha

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 http://displaytag.homeip.

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 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 res

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
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 wrote: > Stefano Tranquillini wrote: > >> someone has experience with this tag

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 Stefano Tranquillini
t; 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-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 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 us

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 with struts 2.x

2009-03-25 Thread dusty
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 name

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 pro

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 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 ki

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? Di

Re: Pagination with struts 2.x

2009-03-19 Thread Chris Pratt
t 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-tp22594233p22

Pagination with struts 2.x

2009-03-18 Thread mahanare
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 For

RE: Pagination Questions

2008-11-30 Thread Martin Gainty
ot endorse 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,&g

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]> > > Person

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

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: 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 somethin

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

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 E

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

2008-05-25 Thread Engr. Jherald Gerome Lacambra
} 2008/5/26 Musachy Barroso <[EMAIL PROTECTED]>: > Are you sure there is data on that list? try this on your page > > > > musachy > > On Mon, May 26, 2008 at 12:53 AM, Varun Deep <[EMAIL PROTECTED]> > wrote: > > Request to All > > >

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, giving value 8 for this. -Original Message- From: Musac

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

2008-05-25 Thread vdeep
Yes, 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 there is data on that list? try this on

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 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 file. > I als

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 Emplo

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

2008-05-23 Thread Jim Kiley
; java.lang.ClassNotFoundException:org.apache.commons.lang.UnhandledExcept > ion > > > please help me in this > > thanks > > varun > > > > > -Original Message- > From: Engr. Jherald Gerome Lacambra [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 22, 2008

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

2008-05-23 Thread Varun Deep
handledExcept ion please help me in this thanks varun -Original Message- From: Engr. Jherald Gerome Lacambra [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22, 2008 11:03 PM To: Struts Users Mailing List Subject: Re: Problem with implementation of pagination with display tag in Strut

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

2008-05-22 Thread Engr. Jherald Gerome Lacambra
AIL 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 to > configure the struts2 appl

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 wil

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-ajaxt

Re: [Struts2] Table pagination (paging)?

2008-05-18 Thread Felipe Lorenz
. > > 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) and need to break it down > > to 25 pages (20 records per page).

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&#

[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: 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 > googl

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 Goog

Re: Pagination in Struts2

2008-02-22 Thread Giovanni Azua
arthy 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 con

Re: Pagination in Struts2

2008-02-22 Thread Jaarthy
ly 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 to AJAXify displaytag (AjaxAnywhere, AjaxTags) > http://demo.raibledesigns.com/appfus

Re: Pagination in Struts2

2008-02-22 Thread Giovanni Azua
that would 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-enable

Re: Pagination in Struts2

2008-02-22 Thread Adam Hardy
ce 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, disp

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 to

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 Jim Reynolds
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 o

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 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

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 with it are for the

[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(reques

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 the

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   >