Questionsforum
How to set the attribute in jsp page using JSTL ?

How to set the attribute in jsp page using JSTL ?



On 2014-06-15 21:28:15.0
hablu


I think with the use of set tag in the JSTL you can do that, by passing some required values to the attributed used with the set tag.

And to get the value you can use out tag .



On 2014-06-16 02:17:51.0
sushant

Yep i have done that using

<jstl:set var="" value=""/>


On 2014-06-16 03:43:40.0
hablu

Yeah exactly and even you can set the scope session, request etc using the scope attribute and i think its default value is " page ".



On 2014-06-16 05:21:00.0
sushant

copyright@questionsforum.net