RE: Get URL

2003-08-28 Thread Mehta, Chirag (IT)
Thanks everyone! Got it workin -Original Message- From: Susan Bradeen [mailto:[EMAIL PROTECTED] Sent: 28 August 2003 15:02 To: Struts Users Mailing List Subject: RE: Get URL I do something similar with Struts tags: .. Susan Bradeen On 08/28/2003 08:17:40 AM "R

RE: Get URL

2003-08-28 Thread Susan Bradeen
;/> > > > > > > > This should work. > > robert > > > -Original Message- > > From: Mehta, Chirag (IT) [mailto:[EMAIL PROTECTED] > > Sent: Thursday, August 28, 2003 6:32 AM > > To: [EMAIL PROTECTED] > > Subject: Get URL

RE: Get URL

2003-08-28 Thread Robert Taylor
-Original Message- > From: Mehta, Chirag (IT) [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 28, 2003 6:32 AM > To: [EMAIL PROTECTED] > Subject: Get URL > > > Hi, > > I was wondering if anyone could help. I never had a need for this but i > do no and I

RE: Get URL

2003-08-28 Thread Robert Taylor
This is the edhill tag library. http://edhill.its.uiowa.edu/display/ robert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 28, 2003 7:00 AM > To: [EMAIL PROTECTED] > Subject: AW: Get URL > > > What kind

AW: Get URL

2003-08-28 Thread Samuel . Opoku-Boadu
What kind of taglib is this? Does it come with Struts? -Ursprungliche Nachricht- Von: Mehta, Chirag (IT) [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 28. August 2003 12:55 An: [EMAIL PROTECTED] Betreff: Get URL Hi, I was wondering if anyone could help. I never had a need for this

Get URL

2003-08-28 Thread Mehta, Chirag (IT)
Hi, I was wondering if anyone could help. I never had a need for this but i do no and I dunno how to go about it. Basically I'm using the display taglib to create a table. I want to only put 10 item on one page and have the table automatically page number the table. My code is: This i

Get URL

2003-08-28 Thread Mehta, Chirag (IT)
Hi, I was wondering if anyone could help. I never had a need for this but i do no and I dunno how to go about it. Basically I'm using the display taglib to create a table. I want to only put 10 item on one page and have the table automatically page number the table. My code is: This i

Beginner question, how to get URL back...

2002-01-20 Thread Alex Paransky
How do I get back the URL with which the page was called? For example, if the request looked like this: http://www.testServer.com/mainPage.jsp?arg=2&arg=3 I would like to get back the /mainPage.jsp?arg=2&arg=3 part. I know I can call request.getRequestURI() and concat that with request.getQuer