Have you tried to do the following in inside.jsp :

<nested:root>
  <nested:equal property="field.subfield" value="AAA">
    toto
  </nested:equal>
</nested:root>

The empty root tag lets the nested tags pick up its context from the container page 
(around.jsp).

Sri

P.S.  BTW, your email has two trailing </nested:form>s.

-----Original Message-----
From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 20, 2003 10:48 AM
To: '[EMAIL PROTECTED]'
Subject: Nested:equal inside a tile.


Here is the content of inside.jsp

<nested:equal property="field.subfield" value="AAA">
toto
</nested:equal>


Here is the content of around.jsp:
<nested:form action="/manageA">
<tiles:insert attribute="inside"/>
</nested:form>
</nested:form>

This combination fails.

If I copy the content of inside.jsp
and paste it at the place of the tiles:insert,
everything works fine.

Is it a known problem between Tiles and Nested?

---cut here---


This e-mail is intended only for the above addressee. It may contain privileged 
information. If you are not the addressee you must not copy, distribute, disclose or 
use any of the information in it. If you have received it in error please delete it 
and immediately notify the sender. Security Notice: all e-mail, sent to or from this 
address, may be accessed by someone other than the recipient, for system management 
and security reasons. This access is controlled under Regulation of Investigatory 
Powers Act 2000, Lawful Business Practises.

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


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

Reply via email to