There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.
In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.
Originally posted by brutus tcr: How to insert and display the string of array from bean class by using jsp set and get property
Or array of string?
Vishnu Prakash
Ranch Hand
Joined: Nov 15, 2004
Posts: 1026
posted
0
If the return type of the Bean Property is other than a String (OR) primitive type you cannot use bean standard action tags. You got to use either scriptlets which is ugly is JSP Page the only other option would be EL Expressions.