Shahed Ali wrote:

> Hi all,
>
> Sorry for this repost.
>
> >From within a jsp page, I need to know the name of the jsp page.
>
> If I do a <%=this.getClass()%>, I get a string which represents the class
> name
> of the generated servlet.

Parse it off of the getRequestURI() method.

Regards,

Christopher




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to