| Author |
setting a boolean using c:set
|
Kaustubh Patil
Ranch Hand
Joined: Aug 13, 2001
Posts: 164
|
|
I am using JSTL. Here I am creating a new variable by using <c:set var="blnExists" value="true"> now what will the type of the "blnExists" ? Will it be string or a boolean ? thanks in advance. Kaustubh.
|
Kaustubh. Mumbai, India.
|
 |
Matthew Phillips
Ranch Hand
Joined: Mar 09, 2001
Posts: 2676
|
|
|
It is an Object according to the JSTL specifications.
|
Matthew Phillips
|
 |
 |
|
|
subject: setting a boolean using c:set
|
|
|