RE: Number of logic:equal ... in JSP

2003-02-24 Thread James Mitchell
-Original Message- From: Jean-Baptiste Onofré [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 1:35 AM To: [EMAIL PROTECTED] Subject: Number of logic:equal ... in JSP Hello all, i'have a strange Exception in a JSP view. This JSP include a lot of logic:equal ...

Re: Number of logic:equal ... in JSP

2003-02-24 Thread Michael C. Lee Jr.
I can't help with the first one but as for the second one... We did something similar to the way a couple of struts tags work. If look at the struts code (we're using 1.0.2) they actually have the fields args1 args 2, etc hard coded. If you know your never going to use more than like 5 parameters

Re: Number of logic:equal ... in JSP

2003-02-24 Thread Jean-Baptiste Onofré
Hello, thanks for the FAQ about struts-el taglib. For the logic:equal and logic:present tags, i have verify my syntax : logic:equal name=object property=prop value=1 Do something /logic:equal So it's correct ... If the erase a logic:equal, it's work (with around 9 testing tags) and if