Implicit objects!!!!

2000-05-01 Thread Bilal Ali Nawaz
do all the implicit objects contain?? does the request object contain values of all the fields in the form or not?? i'll be grateful if you can respond, thanking you in advance, bilal. _ Disclaimer: "This message is

declaring implicit objects

2000-12-05 Thread Reinhard Pilz
Hi, When creating a VariableInfo object to define custom implicit objects for a tag handler, the constructor needs a boolean value which triggers the new definition of the scripting variable in the resulting .java file. By setting this parameter to 'true', the scripting variable

Re: Implicit objects!!!!

2000-05-01 Thread Sachin S. Khanna
<[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 01, 2000 3:25 PM Subject: Implicit objects > Hi all, > i'm trying to validate fields in my jsp. for this purpose, i have a hidden > field, based on whose value i want to either call upon my bean or not. now,

Scope of implicit objects

1999-09-15 Thread Volker Turau
Hi, According to section 2.8 of the spec version 1.1 PR implicit objects have different scopes, e.g. request has request scope and session has session scope. But when I test this with jswdk-1.0 I get a different result, all implicit objects have scope page. Any ideas? I used the following

User Defined Implicit Objects

2002-02-01 Thread Dave Ford
Is there a way to create a user-defined implicit object, which applies to every page in a web app - without having to place extra tags at the top of every page? Namely, I would like to eliminate these tags: <%@ tablig prefix="me" uri=".." %> Dave Ford Smart Soft - The Developer Training Com

New implicit objects in tags

2000-01-05 Thread Volker Turau
Hi, As described in section 5.8.1 of the spec new objects (i.e. scripting variables) can be introduced though user defined tags. Question: These objects seem to have scope page, you can have NESTED, etc. but you do not have the same scoping as for Java Beans (i.e. session, application etc.).

Help for JSP implicit objects

2000-07-28 Thread manish jain
Where can i get help for JSP implicit objects session,application,request,responseetc Can u tell me links Also books for the same Manish. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signof

Re: User Defined Implicit Objects

2002-02-02 Thread Jayson Falkner
Hi Dave, No. With JSP 1.2 you still have to use that approach. You can however use a filter to automatically put objects in the Request. They won't be implicit objects, but you can use request.getAttribute() to access them. Jayson Falkner [EMAIL PROTECTED] Dave Ford wrote: > Is there

Re: User Defined Implicit Objects

2002-02-02 Thread William Fleming
. Eric - Original Message - From: Jayson Falkner Sent: Saturday, February 02, 2002 12:44 PM To: [EMAIL PROTECTED] Subject: Re: User Defined Implicit Objects Hi Dave, No. With JSP 1.2 you still have to use that approach. You can however use a filter to automatically put objects in the

Re: Implicit Objects in JSP.

2003-05-28 Thread Velmurugan (Java Team)
hi there are 7 implicit objects available in JSP, Object Name Object Type 1.applicationjavax.servlet.ServletContext 2.config javax.servlet.ServletConfig 3.exception java.lang.throwable 4.out

Re: New implicit objects in tags

2000-01-07 Thread Eduardo Pelegri-Llopart
, - eduard/o = Date:Wed, 5 Jan 2000 13:24:09 +0100 From:Volker Turau <[EMAIL PROTECTED]> Subject: New implicit objects in tags Hi, As described in section 5.8.1 of the spec new objects (i.e. scripting variables) can be introduced though user defined tags. Qu

Re: Help for JSP implicit objects

2000-07-28 Thread Ruchi Duggal
See on java.sun.com... U'll find it -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of manish jain Sent: 28 July 2000 10:25 To: [EMAIL PROTECTED] Subject: Help for JSP implicit objects Where can

Re: Help for JSP implicit objects

2000-07-28 Thread Manish Bijay Kumar
Duggal[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Friday, July 28, 2000 3:03 PM > To: [EMAIL PROTECTED] > Subject: Re: Help for JSP implicit objects > > See on java.sun.com... > U'll find it > > -Original Message- &g

Re: Help for JSP implicit objects

2000-07-28 Thread JSP Insider
You can check out http://www.jspinsider.com/articles/jspasp/asp_to_jsp.html I realize the format is in comparing the asp implicit objects to the jsp implicit objects, But It still is a list of all the JSP implicit objects with a function/attribute list done in chart format for reference

Re: Help for JSP implicit objects

2000-07-28 Thread B R Nair
Mnish, try this one: http://java.sun.com/products/jsp/index.html BRN. -Original Message- From: manish jain <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, July 28, 2000 2:55 PM Subject: Help for JSP implicit objects >Where can i get help f