RE: unterminated.tag Exception

2004-10-05 Thread Phani
> Sent: Wednesday, October 06, 2004 1:24 AM > To: [EMAIL PROTECTED] > Subject: unterminated.tag Exception > > I am getting the jsp.error.unterminated.tag > exception > because of the following line. > > href=&q

RE: unterminated.tag Exception

2004-10-05 Thread Erez Efrati
What are you trying to accomplish with the "+key"? Erez -Original Message- From: Phani [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 1:24 AM To: [EMAIL PROTECTED] Subject: unterminated.tag Exception I am getting the jsp.error.unterminated.tag exception beca

Re: unterminated.tag Exception

2004-10-05 Thread Wendy Smoak
From: "Phani" <[EMAIL PROTECTED]> > I am getting the jsp.error.unterminated.tag exception > because of the following line. > > + key>view > > Can I get any help. You can't write "+key" like that. I assume you're trying to add the 'key' property of your form bean to the link. I do something simi

unterminated.tag Exception

2004-10-05 Thread Phani
I am getting the jsp.error.unterminated.tag exception because of the following line. view Can I get any help. Thanks. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --

unterminated.tag Exception

2004-10-05 Thread Phani
Hi, I got an exception like this. I am running JBoss server. org.apache.jasper.JasperException: /analytics/varAssumptionsFiles.jsp(95,59) jsp.error.unterminated.tag It seems one of the tag has not been terminated. My Question is how do we debug JSP pages: I mean how can I track in which line of