Re: ANNOUNCEMENT: New JAKARTA-STRUTS Subproject

2000-05-31 Thread piyush raj jain
HI craig .. Thanx a lot for nice contribution to community. Dreaming that there would be the day when i touch these kind of milestones. cheers piyush "Craig R. McClanahan" wrote: > The Jakarta Project Management Committee is pleased to announce the > formation of a new subproject called JAKART

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: <%@ include file ="filename" %> problem

2000-04-24 Thread piyush raj jain
hi . i guess your 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. I am

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 will be translated by jspengine in servlet as out.println(me.getName()); regds piyu Ishwar Naik wrote: > can someone help me, > how to get the value return

Re: jsp:getProperty

2000-04-24 Thread piyush raj jain
why don't you call <%=me.getName()> b'coz will be translated by jspengine in servlet as out.println(me.getName()); regds piyu Ishwar Naik wrote: > can someone help me, > how to get the value returnd from the following "jsp:getProperty" to a > String > > (i dont want to display on the html pag

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 req,HttpServletResponse

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 by mistake i have written i meant is working bye piyush Hans Bergsten wrote: > piyush raj jain wrote: > > > > hi all .. > > same question for jswdk1.0 i have posted sometimes back .. > > but cou

Re: param not work

2000-04-21 Thread piyush raj jain
hi . how wud u pass the param to fowarded jsp. as per specification it shud work thanx piyush Arnab Acharya wrote: > Dear Piyush, > > Try the following: > > > 1. > > > > > this --> > > > > > > > > As far as I know, you don't need . We didn't, in our project. > > > giving the compile time

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. giving the compile time error :com.sun.jsp.compiler.ParseException: unterminated same error 3. this works means it work only with empty tags thanx piyush Hui Du wrote: > Hi,gurus: > >

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.. 2.

Re: Model 2 Question..

2000-04-09 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 stuff

Re: Model 2 Question..

2000-04-08 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 no

Re: Missing term error using JSWDK 1.0.1

2000-04-07 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 quote

unterminated jsp tag

2000-04-05 Thread piyush raj jain
hi all with jswdk1.0/win98 it works fine but saying com.sun.jsp.compiler.ParseException Unterminated http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Ser

trivial

2000-04-05 Thread piyush raj jain
hi all two trivial issue with jswdk1.0.. !>as per jsp1.1 specs declaration should be before using the var but i am happily using the objects before their declaration 2>when iam using double in my bean and setting the property by usebean tag it's generating the code like myBean.setPrincipal(Double.

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
- Original Message ----- > 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? > > > >

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

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: "signof

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: 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}