What is the best way to include an external tile in a template definition?

For example, suppose I have an a web application called INTERNAL.  I have 
reusable view components in another application called EXTERNAL.  So I want 
http://server:1234/INTERNAL/eligibilitySearch/search.action to include a common 
customer tile located in the EXTERNAL application.  My definition I am 
imagining would look something like this:

<definition name="layout.content " 
template="/WEB-INF/webtiles/search/searchLayout.jsp">
      <put-attribute name="customer" type="redirect" 
value="/EXTERNAL/tiles/DisplayCustomerTile.jsp" />
</definition>

Of course, the URL is not found, because value refers to the application 
context.  I know there is not a type called redirect, but that is the type of 
functionality I'm looking for, to reset the context so that an external tile 
can be included in the definition.

Regards,
Brian Stewart



This message is confidential, intended only for the named recipient
and may contain information that is privileged or exempt from
disclosure under applicable law.  If you are not the intended
recipient, you are notified that the dissemination, distribution or
copying of this message is strictly prohibited.  If you receive
this message in error, or are not the named recipient, please
notify the sender at the email address listed above.

Reply via email to