Hello all,

i'have a strange Exception in a JSP view.

This JSP include a lot of <logic:equal ...> testing tag (around 10).
This JSP raise a exception with this message :
        Illegal target jump or branch

When i delete one of the <logic:equal ...> or <logic:present ...>, i
works fine.

Is the number of testing tag like <logic:equal ...> or <logic:present
...> are limited in a JSP ?
How many number of testing tag i can use ?

I have another question
------------------------

I generate a <html:form ...> in a JSP that contains a random number of
text field. Here's the sample :

<html:form ...>
<logic:iterate id="price" name="productPriceList" scope="request"
type="org.nanthrax.ProductPrice">
        <html:text property="price" value="price.price"/>
</logic:iterate>
</html:form>

How i can connect a FormAction on the form (with a ArrayList for values
of textfield) ?

Thanks for help
Best regards
-- 
Jean-Baptiste Onofré (Nanthrax)
Membre fondateur de phpFR.org
http://www.phpfr.org
[EMAIL PROTECTED]
Membre fondateur du LUG Béziers
http://www.lug-beziers.org
[EMAIL PROTECTED]

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

Reply via email to