RE: Display tag : how to format the page number, Please help

2008-09-07 Thread Martin Gainty


you are trying to populate a href based on a call to a action class passing a 
different locale param

   ">English
   ">Japanese
   ">Russian
   ">Indian
   ">Chinese
   ">German
   ">French

 



The URL tag isn't meant to be used with a query string.  The best way to write 
this would be:

Use the param tag instead

 
 
 
 
 
 

http://struts.apache.org/2.0.11.2/docs/why-are-request-parameters-appended-to-our-hyperlinks.html
HTH
Martin 

__ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 


> Date: Mon, 8 Sep 2008 10:27:01 +1000
> Subject: Re: Display tag : how to format the page number, Please help
> From: [EMAIL PROTECTED]
> To: user@struts.apache.org; [EMAIL PROTECTED]
> 
> I don¹t understand. Is it not working?
> 
> We¹re often customising the displaytag properties file and it works fine.
> 
> Z.
> > 
> > Hello to all
> >  
> > I am using the display tag to show the employee data , it showing the
> > page banner in the following style.
> > "25 items found, displaying 1 to 10 [first] [previous] 1 2 3
> > [next][last]"
> >  
> > I want give it a look of google page banner or any aother type as we see
> > in the many sites.
> > For the I modified the displaytag.properties file and include the
> > following .
> >  
> > paging.banner.full= > src=" images/first.gif">{0} > href={4}>
> >  
> > paging.banner.first= > href={1}> >src="images/first.gif"> > src="images/previous.gif"> {0}
> > > src="images/last.gif">
> >  
> > paging.banner.last= >src="images/first.gif"> > src="images/previous.gif"> {0}
> > > src="images/last.gif">
> > export.banner={0}
> >  
> > please help me
> >  
> > thanks in advance
> >  
> 
> 

_
Stay up to date on your PC, the Web, and your mobile phone with Windows Live.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093185mrt/direct/01/

Re: Display tag : how to format the page number, Please help

2008-09-07 Thread Zoran Avtarovski
I don¹t understand. Is it not working?

We¹re often customising the displaytag properties file and it works fine.

Z.
> 
> Hello to all
>  
> I am using the display tag to show the employee data , it showing the
> page banner in the following style.
> "25 items found, displaying 1 to 10 [first] [previous] 1 2 3
> [next][last]"
>  
> I want give it a look of google page banner or any aother type as we see
> in the many sites.
> For the I modified the displaytag.properties file and include the
> following .
>  
> paging.banner.full= src=" images/first.gif">{0} href={4}>
>  
> paging.banner.first= href={1}>src="images/first.gif"> src="images/previous.gif"> {0}
> src="images/last.gif">
>  
> paging.banner.last=src="images/first.gif"> src="images/previous.gif"> {0}
> src="images/last.gif">
> export.banner={0}
>  
> please help me
>  
> thanks in advance
>  




Display tag : how to format the page number, Please help

2008-09-05 Thread Varun Deep
Hello to all
 
I am using the display tag to show the employee data , it showing the
page banner in the following style.
"25 items found, displaying 1 to 10 [first] [previous] 1 2 3
[next][last]"
 
I want give it a look of google page banner or any aother type as we see
in the many sites.
For the I modified the displaytag.properties file and include the
following .
 
paging.banner.full={0}
 
paging.banner.first= {0}
   
 
paging.banner.last= {0} 
   
export.banner={0}
 
please help me
 
thanks in advance