Re: jsp.error.attribute.unterminated -- WTF?

2003-12-18 Thread Antony Paul
It seems like a custom tag error message. Do u use any custom tags. Antony Paul - Original Message - From: Josh G [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 12:01 PM Subject: jsp.error.attribute.unterminated -- WTF? Hi All, pulling out copious amounts

Re: jsp.error.attribute.unterminated -- WTF?

2003-12-18 Thread David Evans
On Thu, 2003-12-18 at 01:31, Josh G wrote: Hi All, pulling out copious amounts of hair for this one... here's the code: % for (int i = 0; i sectionNames.length; i++ ) { % %= sectionNames[i] %_off = new Image(); %= sectionNames[i]

Re: jsp.error.attribute.unterminated -- WTF?

2003-12-18 Thread Josh G
At 12:40 AM 19/12/2003, you wrote: in the image: / tag that your using you have to make sure that its descriptor in the tld has rtexprvalue equal to true. for example: attribute namerowsPerPage/name rtexprvaluetrue/rtexprvalue

jsp.error.attribute.unterminated -- WTF?

2003-12-17 Thread Josh G
Hi All, pulling out copious amounts of hair for this one... here's the code: % for (int i = 0; i sectionNames.length; i++ ) { % %= sectionNames[i] %_off = new Image(); %= sectionNames[i] %_off.src = image:local file=%= sectionNames[i]