File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes setting  a boolean using c:set Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "setting  a boolean using c:set" Watch "setting  a boolean using c:set" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: setting a boolean using c:set
 
Similar Threads
c:set using var
How to use c:set with map?
What is the URI for JSTL?
How can I change the value of a bean ?
This week's giveaway