langers

Greenhorn
+ Follow
since Jul 26, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by langers

I am generating a generic/dynamic form for multiple database tables. Is there a way of selecting which bean or java code to use depending on the table?
Ie:
<jsp:useBean id='object' scope='page' class='<%= classname%>'
<jsp:setProperty name="object" property="*"/>
This code doesn't work. Is there another way of doing this either in the JSP or a bean.
Please help - its driving me mad!!!
Langers
22 years ago