Ansh

Greenhorn
+ Follow
since Jun 11, 2004
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 Ansh

Hi,

What is the difference b/w

<jsp:useBean type=XXX /> and
<jsp:useBean class=XXX />

I am getting bean or class not instantiation error when I use <jsp:useBean type /> tag. But <jsp:useBean class /> doesn't give error. Just cusious to know.

Thanks,
19 years ago
JSP
Can I map two actionforms with one action class file in my strut config file?
19 years ago
In my ctrut-config, can I map two action classes with one action form? Or I should have action form for each action class?

Pl. Reply
19 years ago