File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes Mixing Scripting Variables and Local Scopes in JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Mixing Scripting Variables and Local Scopes in JSP" Watch "Mixing Scripting Variables and Local Scopes in JSP" New topic
Author

Mixing Scripting Variables and Local Scopes in JSP

Milano Doshi
Greenhorn

Joined: Mar 17, 2001
Posts: 3
Hello,

I am using scripting elements (in JSP )to create objects that I then want to let actions access, I want to place them in the appropriate scope, which I am doing as under:

...
<%
userInfo = new Member1();
pageContext.setAttribute("userInfo", userInfo);
%>
<jsp:getProperty name="userInfo"
property="firstName" />

I want to ask the following qtns:
1) What will be the scope of this Object userInfo?
2) If a bean object with the same name already exists, what will
happen?
All suggestion\answers are welcome,
Thanx,

Milan
 
 
subject: Mixing Scripting Variables and Local Scopes in JSP
 
Threads others viewed
making my bean accesible to 3rd JSP using request scope
Browser back button
How to get data from bean to a string?
Basic useBean question
How to access Bean
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com