Re: off topic

2000-04-24 Thread piyush raj jain
b'coz v generally use PrintWriter out = res.getWriter(); just see the code below u won't need to import java.io.*; and throws IOException import javax.servlet.*; import javax.servlet.http.*; public class piyu extends HttpServlet { public void doGet(HttpServletRequest

Re: jsp:getProperty+correction to pre

2000-04-24 Thread piyush raj jain
oh !!! sorry naik i didn't read your entry properly you may use %!String meStr; % % meStr=me.getName(); % as %=me.getName() and jsp:getProperty name="me" property="name" / will be translated by jspengine in servlet as out.println(me.getName()); regds piyu Ishwar Naik wrote: can someone

Re: %@ include file =filename % problem

2000-04-24 Thread piyush raj jain
hi . i guess your jsp:useBean tag is after the %@ include...directive first instantiate the bean then include the page i hope the bean with the same name would be visible regds piyu Liza J Alenchery wrote: Hi I have a jsp file(file1.jsp) which has a %@ include file ="file2.jsp" % in it.

Re: JRUN does not accept %!?

2000-04-24 Thread piyush raj jain
hi .. what is the error piyu Sangita Gupta wrote: Hi All, JRUN does not seem to understand %! String ABC % declaration for a variable. What is the alternative? JSWDK seems to take it well. Any help will eb greatly appreciated. Thanks in adv. Sangita

Re: param not work

2000-04-21 Thread piyush raj jain
hi, sorry all and thanx to hans i found the dtd entry in jsp1.0 !ELEMENT jsp:forward EMPTY by mistake i have written jsp:param name="userid" value="g" / i meant jsp:forward page="bb.jsp" / is working bye piyush Hans Bergsten wrote: piyush raj jain wrote:

Re: param not work

2000-04-20 Thread piyush raj jain
hi all .. same question for jswdk1.0 i have posted sometimes back .. but couldn't get any reply.. 1. jsp:forward page="bb.jsp" jsp:param name="userid" value="g" / /jsp:forward giving the compile time error :com.sun.jsp.compiler.ParseException: unterminated jsp:forward tag

Re: A Live Fully Functional Database Application in JSP

2000-04-18 Thread piyush raj jain
hi kishore .. just following the list from last one month.. till now i havn't completed any real work on it. sorry if something silly .. just curious! 1.when you have the power of jsp at server side ... then why you prefered to generate the random images in home page from javascripts..

Re: Model 2 Question..

2000-04-10 Thread piyush raj jain
hi craig .. thanx for reply ...but still some confusions intermixed ,pl.bear i "Craig R. McClanahan" wrote: piyush raj jain wrote: hi model2 camp.. newly joined the camp, following the threads from past two weeks.. sorry if this kind of stuffs already been discussed

Re: Model 2 Question..

2000-04-09 Thread piyush raj jain
hi model2 camp.. newly joined the camp, following the threads from past two weeks.. sorry if this kind of stuffs already been discussed i was also thinking that what is wrong if my controller will pass the control to a action servlet which implements the action interface. advantages: 1.if i am

Re: Missing term error using JSWDK 1.0.1

2000-04-08 Thread piyush raj jain
hi all .. i also have problem with setting a property of a bean which is double with jswdk1.0. when i change that property to int that works fine. actually that was the translation time error jsp engine generating the code for servlet in work dir with request.getParameter(var); var is not in

unterminated jsp tag

2000-04-05 Thread piyush raj jain
hi all with jswdk1.0/win98 jsp:forward page="myResults.jsp" / it works fine but jsp:forward page="myResults.jsp" /jsp:forward saying com.sun.jsp.compiler.ParseException Unterminated jsp:forward tag as per xml syntax i feel what i am writing is correct thanx in adv. piyu

Re: Model 2, take 2

2000-03-28 Thread piyush raj jain
feeling the same . thanx .. keep it on . piyu Martin Leboeuf wrote: Hi all ! Thanks so much for all of your emails. I know its taught me alot and enlightened me on a number of topics I was unclear about. I hope its doing the same for others

Re: help me signing off the list

2000-03-25 Thread piyush raj jain
sign-off JSP-INTEREST abdul aleem wrote: sending "sign-off JSP-INTEREST" to listserv does not work some body help __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com

Re: OFFTOPIC: RANT

2000-03-24 Thread piyush raj jain
- From: piyush raj jain [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, January 24, 1999 3:02 PM Subject: Re: OFFTOPIC: RANT yeah!! one shud put atleast two hrs before posting the que? "Shriver, Ryan" wrote: I completely concur with Bradley on this one. Like hi

Re: OFFTOPIC: RANT

2000-03-23 Thread piyush raj jain
yeah!! one shud put atleast two hrs before posting the que? "Shriver, Ryan" wrote: I completely concur with Bradley on this one. Like him, I don't proclaim to be a servlet or JSP expert. I'm learning about these technologies along with everyone else. However, I'm very tired of having my

where to go and why

2000-03-17 Thread piyush raj jain
hi jspians i need to decide the servlet/jsp enebled web server and the operating system on which it will run database is already established on hp ,windows nt/oracle 8i.. i was thinking to decide between java web server on windows and apache on linux .. any help or new suggetions .. this is

Re: GNUJSP error....

2000-03-17 Thread piyush raj jain
hi JSPIANS... whats wrong if i use the .java file generated by jsp engine in any other server which have servlet enegine but not jsp's... good idea or not piyu === To unsubscribe: mailto [EMAIL PROTECTED] with body:

Re: jsp:setProperty

1999-09-06 Thread piyush raj jain
hi .. go to the work directrory where actually jspengine stores the servlets .. there u can find how it is calling ur method bye Antonio Sánchez Esguevillas wrote: with jswdk1.0 i get the following error: com.sun.jsp.JspException: setProperty(db): Cant Find the method for setting {1}