on 5/18/2000 10:04 AM, Sean Legassick <[EMAIL PROTECTED]> wrote:

> This is just a short patch for WebMacroSiteLayout to put the RunData message
> into the webcontext so that the layout template can include it.
> 
> I've also included a patch for the example layout default.wm which includes
> the message.

no need to duplicate that with it's own context value since the RunData
object is already in the context...

just say:

#if ($data.getMessage())
{
    <font color="red">$data.getMesssage()</font>
}

Sean, it is great to see someone other than myself and Dave using this
stuff! Keep sending suggestions for improvements in. :-)

thanks,

-jon

-- 
    Java Servlet Based - Open Source  |        Collab.Net
        Bug/Issue Tracking System     |   now hiring smart people
       <http://scarab.tigris.org/>    |  <http://Collab.Net/jobs/>



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to