Kumar, Kiran wrote:

also in the following pipeline, how can I display a html page after the
homepage action is called?

<map:handle-errors>
<map:select type="exception">
<map:when test="processing">
<map:act type="home-page">
--------------------right
here I need to call a HTML page
</map:act>
</map:when>
</map:select>
</map:handle-errors>


Kumar,

Please try to limit how much of previous messages you quote.
In the case above, create a resource definition and then call it inside your map:act.


Ralph

Reply via email to