Re: Help with context

2004-11-12 Thread Erik Weber
If you use the page attribute to html:img instead of the src attribute, the value will have the context prepended automatically. Does that not achieve the same thing your tag is achieving? Erik Morales de Frías wrote: Hello¡¡ I need to use something like this: I mean... i need an image, but i n

Help with context

2004-11-12 Thread Morales de Frías, David
Hello¡¡ I need to use something like this: I mean... i need an image, but i need to reference my project's context. To do this, i have a tag (myproject:path) that write the request's context something like this in my tld: JspWriter jw = this.pageContext.getOut(); jw.write(req.getContextPath(