Re: Question abt jsp and struts 1.3

2008-09-25 Thread Laurie Harper
Pankaj Gupta wrote: Hi, I am using struts 1.3. I have kept jsp folder parallel to WEB-INF folder. Inside jsp pages I have images folder, where I am keeping the images referred by jsp. In jsp I giving src of images as as : "images/image-1". So when I access the jsp directly, then I can see th

Re: Question abt jsp and struts 1.3

2008-09-24 Thread Kavita Mehta
To user@struts.apache.org cc Subject Question abt jsp and struts 1.3 Hi, I am using struts 1.3. I have kept jsp folder parallel to WEB-INF folder. Inside jsp pages I have images folder, where I am keeping the images referred by jsp. In jsp I giving src of images as as : "images/im

Question abt jsp and struts 1.3

2008-09-24 Thread Pankaj Gupta
Hi, I am using struts 1.3. I have kept jsp folder parallel to WEB-INF folder. Inside jsp pages I have images folder, where I am keeping the images referred by jsp. In jsp I giving src of images as as : "images/image-1". So when I access the jsp directly, then I can see the images.. But if try

RE: session lost between JSP and Struts

2006-08-03 Thread Tejas Bavishi
: Friday, August 04, 2006 3:19 AM To: struts-user@jakarta.apache.org Subject: session lost between JSP and Struts I have a login.jsp page and it directs to welcome.jsp page. Inside welcome.jsp page, it has one link to call struts action and another link to call another jsp. All jsp and struts are

Re: session lost between JSP and Struts

2006-08-03 Thread Danilo Marchiori
nother jsp. All jsp and struts are running within the same browser. However, I debug and find struts one always creates a new session, because I print out its session id and the id is different from the one in welcome.jsp. The jsp one still keeps the same session (session id). Weird to me. I am

session lost between JSP and Struts

2006-08-03 Thread Jin Chen
I have a login.jsp page and it directs to welcome.jsp page. Inside welcome.jsp page, it has one link to call struts action and another link to call another jsp. All jsp and struts are running within the same browser. However, I debug and find struts one always creates a new session, because I

RE: JSP and Struts

2006-02-15 Thread Stanislav
> > Hi! > > > > I'm trying to combine jsp & struts code in my jsp pages. Problem is that i don't know how to do > > this :-( I try to use <% out.println(""); %> but this doesn't work. > > > > Is there a way to do this? > > What exactly do you want to do? > I manage to generate form in jsp page i

Re: JSP and Struts

2006-02-15 Thread Michael Jouravlev
On 2/15/06, Stanislav <[EMAIL PROTECTED]> wrote: > Hi! > > I'm trying to combine jsp & struts code in my jsp pages. Problem is that i > don't know how to do this > :-( I try to use <% out.println(""); %> but this doesn't > work. > > Is there a way to do this? What exactly do you want to do? ---

JSP and Struts

2006-02-15 Thread Stanislav
Hi! I'm trying to combine jsp & struts code in my jsp pages. Problem is that i don't know how to do this :-( I try to use <% out.println(""); %> but this doesn't work. Is there a way to do this? Tnx, Stanislav - To unsubscrib