Re: getting the servlet context

2001-10-01 Thread Manuel Berney
Johnson, Nathaniel a écrit : Does anyone know how to get the servletContext from within a custom tag (public class MyTag extends SupportTag...) Thanks! Nate i did it that way seems to work ActionMappings mappings =

html:img and session

2001-09-13 Thread Manuel Berney
i'm a newbie i use struts with tomcat 3.2.2 and mod_jk here is my problem when i use the html:img tag with mod_jk apache is unable to find the images when i launch my index.jsp page for the first time because i have that kind of code in my page img src = /myimage.gif;jsession=xxx i don't