I think the problem is that you are mixing java code illegally with jstl. For example,
when you say
try{
something;
}
catch etc. the "something" better be java code..hth, Geeta --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

