Re: Problem in jsp:forward.......URGENT

2000-06-12 Thread Attili Srinivas
I use weblogic 4.5.1 and I have similar problems with request dispatcher and forward. In my case I do get a request disptacher. I get a servletcontext using getServletContext(). I get a request disptacher using servletcontext .getRequestDispatcher("filename"); and requestdisptacher.forward(reque

Re: JSP - JavaScript Question ??...URGENT!!

2000-06-12 Thread Attili Srinivas
Hi, Can you tell me what browser and version u r using... try to put everything in the tag like method,target and action Sri "Geeta Kottapalli" <[EMAIL PROTECTED]> on 06/12/2000 02:43:49 PM Please respond to "A mailing list about Java Server Pages specification and reference" <[EMAIL

Re: JSP - JavaScript Question ??...URGENT!!

2000-06-12 Thread Attili Srinivas
Try giving the whole path in the action document.frm.action="http://localhost:portnum/test.jsp?Id=100&val=200" or on some browser versions the above didnt work if I gave the action in the tag like http://localhost:portnum/test.jsp?Id=100&val=200"> it works Sri "Geeta Kottapalli" <[EMA

Re: req. for weblogic

2000-05-26 Thread Attili Srinivas
www.weblogic.com === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp

diasbling the X button on the browser window

2000-04-04 Thread Attili Srinivas
Hi, Is there any way to disable the X button on the top right corner of the browser window Thanks Sri === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Serv

off topic...I appreciate help

2000-01-29 Thread Attili Srinivas
In a select box how do u search for items sequentially.say u enter a 'M' on selecting the select box it takes to the first element starting with 'M' and now I enter a 'B' it takes to the elements starting with 'B'but what if i want it to go to elements starting with 'MB' how do i do this any h

Re: How can i make my WebLogic Server 4.5 for supporting JSP 1.1 Specs?

2000-01-09 Thread Attili Srinivas
I dont know what u r refering to but if it is about properties to set to support JSP here it is In your weblogic.properties file set the following weblogic.httpd.register.*.jsp=\ weblogic.servlet.JSPServlet weblogic.httpd.initArgs.*.jsp=\ and there are other options to set compileCommand,work

thanks for the response guys

2000-01-04 Thread Attili Srinivas
I have my problem solved thanks for the response guys Sri === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esp

Simple question

2000-01-04 Thread Attili Srinivas
Hi, Does everything inside the <% %> tags goes into the _jspService( )method ??? if not, how can we diffrentiate code(when writing JSP code) that goes into the _jspService( )method and outside the method(say I want to write another function abc()) Thanks Sri =

jsp to servlet

2000-01-04 Thread Attili Srinivas
Hai, can any one tell me what is the tag to get the response object from the servlet if I call a servlet from my jsp file using Thanks Sri === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTER

ERROR with JAVASCRIPT AND JSP (can i do this???)

1999-12-27 Thread Attili Srinivas
Here is the code in the jsp file <%String xyz[ ]={"one","two","three"};%> function one() { two(<%=xyz%>) } function two(object) { ... .. } I get a javascript error as follows missing ] after argument list. two([Ljava.lang.String;@1bc27e74) Can anyone help me with this Thanks Sriniva

JSP with JOLT

1999-12-10 Thread Attili Srinivas
Is any one using JSP with Jolt. we ar planning to go ahead with this and I wouls like to know the implications if anyone has done this Thanks Sri === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTERE