Am not sure to understand what you want, but if you want to not have to
put an hyperlink and have servlet directly show the content of the jsp, use

getServletContext().getRequestDispatcher("path/to/your/jsp").forward(request,response);


En l'instant précis du 04/07/07 13:47, Mohammed Zabin s'exprimait en ces
termes:
> No, it's not what i wanted :)
>
> I have a servlet page with the following address
>
> http://localhost:8080/Exam/servlets/results
>
> in this servlet page, results, i have a hyperlink: *Click Here To view
> your
> Results*
>
> This link is designated to navigate to a jsp page with the following
> address:
>
> http://localhost:80808/Exam/jsp/results.jsp
>
> my question is, how could this hyperlink go correctly from within the
> servlet page (results) to a jsp page (results.jsp)
>
> Thank you
>
> On 7/4/07, David Delbecq <[EMAIL PROTECTED]> wrote:
>>
>> Sorry, it's not spanish but french, totally unrelated languages
>>
>> as for how to create an hyperlink, just open an html book and look
>> for tag
>> <a href="...">...</a>
>> En l'instant précis du 04/07/07 11:58, Mohammed Zabin s'exprimait en ces
>> termes:
>> > Thanks, seems spanish ;), I live Spain, am learning spanish language
>> now,
>> > Gratias,
>> >
>> > EL java es Aburrido
>> >
>> >
>> > On 7/4/07, David Delbecq <[EMAIL PROTECTED]> wrote:
>> >>
>> >> String url =
>> >> response.encodeURL
>> >> ("/path/to/jsp.jsp?paramX=someValue&paramY=someOtherValue");
>> >>
>> >> En l'instant précis du 04/07/07 09:20, Mohammed Zabin s'exprimait en
>> ces
>> >> termes:
>> >> > Hi Everybody
>> >> >
>> >> > I have a servlet that renders some database related values, at the
>> >> > botton of
>> >> > the page, i want to add a hyberlink to a jsp page, and i want
>> pass to
>> >> > this
>> >> > jsp page, and i want to pass some values from servlet to jsp???
>> >> >
>> >> > How could i do this, any help please?
>> >> >
>> >> > Jotnarta
>> >> >
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To start a new topic, e-mail: users@tomcat.apache.org
>> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >>
>> >>
>> >
>>
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to