Chetan Pandey ha scritto:
<bean:define id="noCourseChosenErrorMessage">
<%=session.getAttribute("NoCourseChosen") %>
</bean:define>
Hehe! This is not null but "null", I mean the string containing "null",
because you put an HTML value (that is a string).
You should use:
<bean:define id="noCourseChosenErrorMessage" scope="session"
name="NoCourseChosen">
HTH
Antonio
P.S.: Saying that "something in Struts does not work" is considered not
polite.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]