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]
- REPOST : extracting jsp filename from generated class Shahed Ali
- Re: REPOST : extracting jsp filename from generat... Craig R. McClanahan
- Christopher Cain