You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Jonathan Porterfield <a0...@hotmail.com> on 2001/11/26 21:59:42 UTC

Intake - Getting the Message

Rather than selecting them one-by-one, is there a way to iterate through all 
of the messages returned by intake after validation?

I'd like to do something like:
#if ($intake.isAllValid() == false )
<ul>
   #foreach ($IntakeMessage in $SomeIntakeMessages)
       <li> $IntakeMessage  </li>
   #end
</ul>
#end

Thanks in advance for any help.

-JP

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>