2 Replies - 760 Views - Last Post: 14 April 2010 - 10:55 AM

#1 vijaykumardahiya  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 20
  • Joined: 30-November 08

How to append a request parameter in a jsp page

Posted 30 March 2010 - 12:59 AM

i have a jsp page which have a some school names link. when i click to link of a school name, school name are appended to a link that will go to a second page.
in this second page have same item which i will use same for all school. i want to know how to attach a request parameter in a link using in second page which appended from first page so that i can access navigate the data based on school name.

please suggest.
Is This A Good Question/Topic? 0
  • +

Replies To: How to append a request parameter in a jsp page

#2 masijade  Icon User is offline

  • D.I.C Addict
  • member icon

Reputation: 196
  • View blog
  • Posts: 580
  • Joined: 03-April 10

Re: How to append a request parameter in a jsp page

Posted 03 April 2010 - 02:25 PM

<restOfUrl>?<param>=<value>
Was This Post Helpful? 1
  • +
  • -

#3 vijaykumardahiya  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 20
  • Joined: 30-November 08

Re: How to append a request parameter in a jsp page

Posted 14 April 2010 - 10:55 AM

thanks.

View Postmasijade, on 03 April 2010 - 01:25 PM, said:

<restOfUrl>?<param>=<value>

Was This Post Helpful? 0
  • +
  • -

Page 1 of 1