I'm getting an error when I try to use <tiles:getAsString name="....."/>
inside my 'header.jsp'.

My template looks like this:

        <snip>
                <tr>
                  <td>
                    <tiles:insert attribute="header"/>
                  </td>
                </tr>
        </snip>

Header has the following:

        <snip>
                <table>
                  <tr>
                    <td>
                      <tiles:getAsString name="function"/>
                    </td>
                  </tr>
                </table>

The error I am getting is:

[ServletException in:/WEB-INF/tiles/layouts/header.jsp] Error -
tag.getAsString : attribute 'function' not found in context. Check tag
syntax' 

Why?  I am trying to bring in a 'function' description from my
tiles-config.xml (yes, it's defined there).  Is there a better way of doing
this?

Thanks!

Jerry

This transmission (and any information attached to it) may be confidential and is 
intended solely for the use of the individual or entity to which it is addressed. If 
you are not the intended recipient or the person responsible for delivering the 
transmission to the intended recipient, be advised that you have received this 
transmission in error and that any use, dissemination, forwarding, printing, or 
copying of this information is strictly prohibited. If you have received this 
transmission in error, please immediately notify LabOne at (800)388-4675.



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

Reply via email to