DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23827>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23827

Make Nested-EL tags





------- Additional Comments From [EMAIL PROTECTED]  2003-10-17 07:45 -------
To make it clear for me, the EL takes the provided expression and simply
translates it. This is then intended to be evaluated into the nested context?

My expectation:

Taking this nested markup...

  <nested:nest property="firstProperty">
    <nested:nest property="secondProperty">
      <nested:write property="${param.propName}" />
    </nested:nest>
  </nested:nest>

...and the param to be "colour" as above, it would make the following property
in the nested context...

  firstProperty.secondProperty.colour

...and if the param value was "../something" it would be...

  firstProperty.something


I'm assuming that this is the intended behavior.

NOTE: before it hits any kind of realease it needs to be tested with the iterate
tag. This is the only nested tag that needs to manipulate the indexed and mapped
properties to have "[i]" or "(key)" automatically into the property. First
thoughts say it should be fine, but a test would be spiffy to confirm it.

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

Reply via email to