RamKumar wrote:

Hi All,
        I am using JSTL in my JSP page for the first time. I am running into a problem 
with the following tag.
<c:out value="${sessionScope.SurveyCreateForm.surveyTitle}"/>

and it prints in the page as "${sessionScope.SurveyCreateForm.surveyTitle}"

Any clues?

thanks,
Ramkumar



You sure you have not used "(" and ")" instead of "{" and "}"? That is what your results indicate.

Michael


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to