Yes, but its showing null. basically,
request.getParameter("print") is returning Null even
when I pass a value of 1.

thanks
Vinod

--- Antonio Petrelli <[EMAIL PROTECTED]> wrote:

> Vinod Kumar ha scritto:
> > <%
> >
> > String  printParm1 = request.getParameter( "print"
> );
> >
> > System.out.println("printParm1 = "+printParm1);
> > %>
> >   
> 
> This may be a stupid question but.... You suppose to
> see the "print" 
> parameter value in the console, right?
> 
> Ciao
> Antonio
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to