Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / June 2005

Tip: Looking for answers? Try searching our database.

Java Beans

Thread view: 
Michela Vicaretti - 22 Jun 2005 17:02 GMT
Hi,

how can I pass on a parameter to Java Bean constructor when I use it in
a jsp page using "jsp:usebean"

thanks
Wendy Smoak - 22 Jun 2005 17:35 GMT
> how can I pass on a parameter to Java Bean constructor when I use it in
> a jsp page using "jsp:usebean"

http://www.google.com/search?q=jsp+usebean+constructor+parameter
 led to
http://www.jguru.com/faq/view.jsp?EID=10970

One of the requirements of a JavaBean is that it have a no-args constructor.
You can use <jsp:setProperty> to set property values in the bean.

Better... instantiate and configure the bean in Servlet code, place it in
the appropriate scope and forward to a JSP that just uses the
already-existing bean.

Otherwise, you'll have to resort to a scriptlet to instantiate the bean.

Signature

Wendy Smoak



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.