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

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 C

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 Murugesh
l; public List getMinDataList() { return minDataList; } public void setMinDataList(List minDataList) { this.minDataList = minDataList; } } On Mon, May 25, 2009 at 12:35 PM, Lukasz Lenart < lukasz.len...@googlemail.com> wrote: > 2009/5/25 Murugesh : &

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&

Re: Fwd: Help

2009-05-24 Thread Murugesh
thanks i have successfully implemented this. thanks a lot for responsing. 2009/5/19 Paweł Wielgus > Hi Murugesh, > read about session in HTTP. > > Best greetings, > Paweł Wielgus. > > > 2009/5/19 Murugesh : > > Thanks for reply > > > > like googles

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: Fwd: Help

2009-05-19 Thread Murugesh
o do any thing as starting a new (same) application in > another browser(from parent one) carries the session into another > application.You can check this from the URL. > > Thanks > > Suhas > > --- On Tue, 19/5/09, Murugesh wrote: > > > From: Murugesh > > Subject:

Fwd: Help

2009-05-18 Thread Murugesh
-- Forwarded message -- From: Murugesh Date: Tue, May 19, 2009 at 11:41 AM Subject: Help To: user@struts.apache.org consider an application already running in the browser and if user try to run same application in the same browser. here i need to skip the login form and

Re: unable to get the request parameters

2009-05-12 Thread Murugesh
e's an example: > http://struts.apache.org/2.1.6/docs/interceptor-configuration.html > > Note how a custom stack is defined and how the custom stack is > referring to the "defaultStack". > > Nils-H > > On Tue, May 12, 2009 at 1:33 PM, Murugesh wrote: > >

Re: unable to get the request parameters

2009-05-12 Thread Murugesh
and also am very new to Interceptors On Tue, May 12, 2009 at 5:00 PM, Murugesh wrote: > Thanks Nils-H. > > i am not clear. can i have the sample for this? > > On Tue, May 12, 2009 at 4:57 PM, Nils-Helge Garli Hegvik < > nil...@gmail.com> wrote: > >> You have c

Re: unable to get the request parameters

2009-05-12 Thread Murugesh
framework stacks (e.g. basicStack). > > Nils-H > > On Tue, May 12, 2009 at 1:04 PM, Murugesh wrote: > > > > > > > > > class="com.action.generic.logininterceptor"/> > > > >

Re: unable to get the request parameters

2009-05-12 Thread Murugesh
System.out.println("Hey he already logged in"); return invocation.invoke(); } On Tue, May 12, 2009 at 4:34 PM, Murugesh wrote: > > > > class="com.action.generic.logininterceptor"/> > > > >

Re: unable to get the request parameters

2009-05-12 Thread Murugesh
gt; On Tue, May 12, 2009 at 12:54 PM, Murugesh wrote: > > I am doing task on struts2. In that I have to use custom > > AutherizationInterceptor. In my custom Interceptor Im checking weather > user > > is in session or not. And if he tries to attempt login I gave parameter >

unable to get the request parameters

2009-05-12 Thread Murugesh
I am doing task on struts2. In that I have to use custom AutherizationInterceptor. In my custom Interceptor Im checking weather user is in session or not. And if he tries to attempt login I gave parameter in struts.xml as true So Im checking against it and interceptor redirects action to Home. But

Re: Align issues in struts 2 UI atgs

2009-05-08 Thread Murugesh
wrote: > Murugesh wrote: > >> i have tried out but not getting the solution. >> >> i need two buttons in a row >> >> like >> >> >> >> please give me a correct way to implemnt to get

Align issues in struts 2 UI atgs

2009-05-08 Thread Murugesh
Hi guys i have tried out but not getting the solution. i need two buttons in a row like please give me a correct way to implemnt to get output in a single row..