jsp:declaration parsing error

2001-04-20 Thread doggie
It seems that orion ignored the jsp tag jsp:declaration completely. The version is 1.4.5: ## # jsp code fragment: ## ...skip... jsp:scriptlet FormBuilder fb = new FormBuilder(lp_context); /jsp:scriptlet jsp:declaration private

Re: jsp:declaration parsing error

2001-04-20 Thread Rafael Alvarez
Hello doggie, I can't find the jsp:declaration tag anywhere in the spec, but it sounds like the %! % directive. Try using: %! private static final String[] toStringArray(int[] ori_array){ String [] str_array = new String[ori_array.length]; for (int i = 0; i

Re: jsp:declaration parsing error

2001-04-20 Thread doggie
in the spec. - Original Message - From: "Rafael Alvarez" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, April 20, 2001 10:00 PM Subject: Re: jsp:declaration parsing error Hello doggie, I can't find the jsp:declaration tag anywhere in the spec,

Re: Re[2]: jsp:declaration parsing error

2001-04-20 Thread doggie
21, 2001 3:54 AM Subject: Re[2]: jsp:declaration parsing error Hello doggie, Thanks for pointing it out. I misses it entirely! I found something interesting in the Specs: ### # Extracted from JavaServer P