This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
You want to use a bean that is stored in com/enthu/GUI.ser file. how to define the tag that accesses the bean?
SCJP<br />SCWCD<br />SCEA
Steve Guo
Greenhorn
Joined: Nov 08, 2001
Posts: 4
posted
0
<jsp:useBean id="mybean" beanName="serialized file name"> (when I wrote the reply, the screen did not show the original, so I forgot the .ser name - sorry)
Maha Annadurai
Ranch Hand
Joined: Oct 27, 2002
Posts: 87
posted
0
Here is a sample code I played with. Note that beanName should be accompanied with 'type' attribute. It can't stand alone in a useBean action. Also 'beanName' can accept a request time attribute expression , but not 'class' attribute. Regards, Maha Anna