java.lang.VerifyErrror - Illegal stste of Jump or Branch

2004-03-18 Thread Ramachandran
Hi List,

I am facing one problem in a jsp file. In this file, i am including lot of
codes. While using

html:select
   html:optionaa/html:option
/html:select

Here if i include, one extra line it is throwing such error. But if i remove
one line option it is working fine. I searched in the netbut not yet
solved.

So i try to use the jsp:include inside the html:select. But it os
throwing error, 'unable to flush between the custom tags If i use the
[EMAIL PROTECTED] again it throws the same error.

Please give me the solution regarding this

Thanx and Regards,
Ram


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



Re: java.lang.VerifyErrror - Illegal stste of Jump or Branch

2004-03-18 Thread Mark Lowe
Why not populate an array and use that ? If doing it in the action 
seems a little tiresome then JSTL could help. It will be tidier than 
including a page with a bunch of options in.

On 18 Mar 2004, at 13:00, Ramachandran wrote:

Hi List,

I am facing one problem in a jsp file. In this file, i am including 
lot of
codes. While using

html:select
   html:optionaa/html:option
/html:select
Here if i include, one extra line it is throwing such error. But if i 
remove
one line option it is working fine. I searched in the netbut not 
yet
solved.

So i try to use the jsp:include inside the html:select. But it os
throwing error, 'unable to flush between the custom tags If i use the
[EMAIL PROTECTED] again it throws the same error.
Please give me the solution regarding this

Thanx and Regards,
Ram
-
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]