Subject: <bean:define> question From: "David Chu" <[EMAIL PROTECTED]> === I am confused by the documentation concerning <bean:define>. Specifically, I must write:
<bean:define id="crs" name="crs" value="My heebyjeeby string" scope="page" /> <bean:write name="crs" scope="page" /> In order to print out "My heebyjeeby string." I don't understand the purpose of the "id" property and the "name" property. Why are both needed and what purpose does one serve that the other does not? -david -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

