Ok I think its different from "jsp inclusion case" but let me clarify
Here is your case dbquery.jsp ---------submit on dbquery.jsp--------> addproc.jsp Here is what Sean suggested ((jsp1) jsp2) (here there is no question of one invoking the other.) If JSP1 changes, JSP2 also has to change because jsp2 includes jsp1 . If the above description is correct, then we are talking 2 different scenarios. In the first scenario changes in 2 JSP's can be viewed independent of each other. If you make changes to addproc.jsp and still dont see it, then check the JSP. I wonder if you have some kind of scriptlet/logic tag that has to evaluate to something for your changes to kick off? or could it be that your changes are throwing an exception, you are catching them in the scriptlet and doing nothing with it? If you have an IDE such as Visual Age, switch the JSP debugger on and debug the part where u expect a change. Regards hemant ----- Original Message ----- From: "ajith kondapalli" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 7:02 PM Subject: Re: someone....need help!!!!.... > hai, > This is really the case for me...i have a parent > JSP called dbquery.jsp which calls a child jsp > addproc.jsp(addproc.jsp is invoked by the "submit" > botton)...so if i run as > http://localhost:8080/webapps/work...the changes i am > making in addproc.jsp are not being reflected....can u > guys please elaborate on how to rectify this.... > thanking u > Ajith > --- hemant <[EMAIL PROTECTED]> wrote: > > Good POint Sean > > > > Yep, I think this could be the case. > > > > If Jsp1 is included in Jsp2, then any changes to > > JSP1 wont be visible if > > JSP2 is not changed. > > > > later > > hemant > > > > > > ----- Original Message ----- > > From: "Sean LeBlanc" <[EMAIL PROTECTED]> > > To: "'Tomcat Users List'" > > <[EMAIL PROTECTED]> > > Sent: Tuesday, April 09, 2002 3:47 PM > > Subject: RE: someone....need help!!!!.... > > > > > > > I'm not sure, but it sounds like what happens to > > me when I have one jsp > > included by another, > > > and the jsp doing the including has not changed. I > > find that in this case > > the new included > > > jsp is not used. Try touching the including > > ("parent") jsp file if this is > > the case. > > > > > > > > > > -----Original Message----- > > > > From: ajith kondapalli > > [mailto:[EMAIL PROTECTED]] > > > > Sent: Tuesday, April 09, 2002 10:00 AM > > > > To: Tomcat Users List > > > > Subject: Re: someone....need help!!!!.... > > > > > > > > > > > > hai, > > > > I have tried stoppin the server and > > restarting it > > > > agin..but of no use...i also renamed the > > file(another > > > > name) and compiled the JSP but it didnt > > work.....but > > > > when i remove the JSP file in /tomcat/work i get > > an > > > > error sayin that there is no file.... > > > > ajith > > > > --- Giorgio Ponza <[EMAIL PROTECTED]> wrote: > > > > > Sometimes happens also to me. > > > > > My solution is to empty the folder > > /tomcat/work > > > > > so Tomcat must recompile it. > > > > > But i think some gurus here have a better > > solution. > > > > > Giorgio > > > > > > > > > > ----- Original Message ----- > > > > > From: "ajith kondapalli" > > <[EMAIL PROTECTED]> > > > > > To: <[EMAIL PROTECTED]> > > > > > Sent: Tuesday, April 09, 2002 5:28 PM > > > > > Subject: someone....need help!!!!.... > > > > > > > > > > > > > > > > hai, > > > > > > I have just started using tomcat to > > deploy > > > > > some > > > > > > webapps...the problem:I create the webapps > > for the > > > > > > first time and deploy them,it saves the > > changes > > > > > and > > > > > > runs properly..but later "changes" in the > > JSP i am > > > > > > makin are not reflected in the output....so > > if i > > > > > run > > > > > > the program for the first time then it shows > > the > > > > > > changes but later after i make some changes > > and > > > > > run it > > > > > > the second time,it doesnt reflect those > > > > > changes....i > > > > > > dont undertsand what the problem > > is....someone plz > > > > > > help...!!! > > > > > > thanks > > > > > > ajith > > > > > > > > > > > > > > __________________________________________________ > > > > > > Do You Yahoo!? > > > > > > Yahoo! Tax Center - online filing with > > TurboTax > > > > > > http://taxes.yahoo.com/ > > > > > > > > > > > > -- > > > > > > To unsubscribe: > > > > > > > <mailto:[EMAIL PROTECTED]> > > > > > > For additional commands: > > > > > <mailto:[EMAIL PROTECTED]> > > > > > > Troubles with the list: > > > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > > > > > > -- > > > > > To unsubscribe: > > > > > > > <mailto:[EMAIL PROTECTED]> > > > > > For additional commands: > > > > > <mailto:[EMAIL PROTECTED]> > > > > > Troubles with the list: > > > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > Do You Yahoo!? > > > > Yahoo! Tax Center - online filing with TurboTax > > > > http://taxes.yahoo.com/ > > > > > > > > -- > > > > To unsubscribe: > > <mailto:[EMAIL PROTECTED]> > > > > For additional commands: > > <mailto:[EMAIL PROTECTED]> > > > > Troubles with the list: > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > -- > > > To unsubscribe: > > <mailto:[EMAIL PROTECTED]> > > > For additional commands: > > <mailto:[EMAIL PROTECTED]> > > > Troubles with the list: > > <mailto:[EMAIL PROTECTED]> > > > > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at > > http://mail.yahoo.com > > > > > > -- > > To unsubscribe: > > <mailto:[EMAIL PROTECTED]> > > For additional commands: > > <mailto:[EMAIL PROTECTED]> > > Troubles with the list: > > <mailto:[EMAIL PROTECTED]> > > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Tax Center - online filing with TurboTax > http://taxes.yahoo.com/ > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
