For the following Scriptlet:

<%session.setAttribute("var1",null); %>

 

Is the following equivalent:

 

<bean:define id="var1" scope="session"  value="" />

 

Thanks and Regards.

 

Chetan

Reply via email to