Veeru Singh

Greenhorn
+ Follow
since Dec 19, 2006
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 Veeru Singh

Hi,

Is there any JSTL tag which allows to create a new vairable of both Object and permitive data type.. for example

we can do this with scripting..

<% Integer i=new Integer(45) %>
<% int j=89; %>

but do we have a tag to do the same thing.. can we use <c:set>

please help..
17 years ago
JSP