thanks for that Erik,
I think I'll bung some Bean methods into the PlugIn and do a small tag
library for JSPs to use. I don't want any code in the JSP, just tags.
thanks,
Alistair


-- 
Alistair Young
Senior Software Engineer
[EMAIL PROTECTED] Mòr Ostaig
Isle of Skye
Scotland

> Your plugin could set application scope attributes using any Exceptions
> it encounters during the init method. Then your requested JSP (or setup
> Action) could grab those and iterate them.
>
> Erik
>
>
> Alistair Young wrote:
>
>> Is there any way for a PlugIn to get exception messages up to a jsp?
>>
>> I have a PlugIn that initialises a system object that does important
>> work. If the PlugIn can't start the background process running, I'd
>> like to use <html:errors /> in the index.jsp, so when Tomcat starts,
>> the first page will display any errors the PlugIn encountered.
>>
>> thanks,
>> Alistair
>>
>>
>> ---------------------------------------------------------------------
>> 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