You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Struts Newsgroup (@Basebeans.com)" <st...@basebeans.com> on 2002/07/24 18:55:02 UTC

Best way to get a Form's content

Subject: Best way to get a Form's content
From: "Matt Raible" <ma...@raibledesigns.com>
 ===
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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>