Subject: Best way to get a Form's content
From: "Matt Raible" <[EMAIL PROTECTED]>
 ===
Is this the best way to get a bean's values for parameter substitution?

<bean:define id="course" name="courseForm" scope="request"/>
<bean:message key="courseCatalog.email.content"
    arg0='<%=course.getCourseId()%>'
    arg1='<%=course.getName()%>'/>



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

Reply via email to