| Author |
bean define doubt
|
sudheer kiran
Ranch Hand
Joined: Jun 26, 2008
Posts: 237
|
|
whats wrong in this,i am getting error that TestBean is not available in any scope.
but
is working fine.
|
Sudheer
SCWCD, SCJP 5
|
 |
Sagar Rohankar
Ranch Hand
Joined: Feb 19, 2008
Posts: 2896
|
|
In bean:define Struts tag, the "name" attribute is for retrieving bean instance present in any scope(if "scope" is specified then it found in that particular scope, request/app/page/session) and assign it to the "id" attribute, if "property" is specified then that's beans property is retrieved only OR if its Java primitive data, then its wrapped in wrapper class.
This is the link, to know more about bean:define tag.
Search for example on internet.
|
[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
|
 |
 |
|
|
subject: bean define doubt
|
|
|