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
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
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
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 :
&
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&
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
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
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:
-- 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
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:
> >
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
framework stacks (e.g. basicStack).
>
> Nils-H
>
> On Tue, May 12, 2009 at 1:04 PM, Murugesh wrote:
> >
> >
> >
> > > class="com.action.generic.logininterceptor"/>
> >
> >
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"/>
>
>
>
>
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
>
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
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
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..
17 matches
Mail list logo