[Opensource] Retrieving Controller Output
Michael Rimov
rimovm at centercomp.com
Mon Aug 5 15:07:36 PDT 2002
At 12:03 PM 8/5/2002 -0600, you wrote:
>Is there a preferred method (or a preferred tag) for retrieving a very
>simple Expresso Controller Output into a JSP? I ve written several JSP s
>using Struts bean and logic tags to iterate through large sets of
>data. In this case, however, I merely want to pass two values from the
>controller to the JSP. Any suggestions for the most simple and efficient
>way to do that?
Sure, if you just have outputs try:
<bean:write property="[output name]"/>
The Expresso extensions to the struts tags allow for direct reference to
either inputs/outputs/transitions auto-magically.
HTH!
-Mike
More information about the Opensource
mailing list