I tried catching any exceptions and nothing was printed to the screen :-/

On 9/17/03 10:41 AM, "Rick Ross" <[EMAIL PROTECTED]> wrote:

> Also, you might wanna do this to see if an error occurred:
> 
> <c:catch var="ex">
>   <c:import url="${viewPage}"/>
> </c:catch>
> <c:if test="${not empty ex}" >
>   <c:out value="${ex}" />
> </c:if>
> 
> 
> Billy Bacon wrote:
> 
>> I've looked through the archives and the suggested alternative for a dynamic
>> <jsp:include> reference is using the <c:import url="${xyz}"/>. This is not
>> working in my JSP. The tag is including nothing in my page. I've even tried
>> to give it a static reference to the jsp <c:import url="xyzPage.jsp"/> and
>> still nothing. Does anyone know what's wrong?
>> 
>> - Billy -
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> 
>> 
>>  
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


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

Reply via email to