[Opensource] Need a Jsp tag combination that works, iterate B locks within a Bl ock

Michael Rimov rimovm at centercomp.com
Wed Feb 19 11:23:01 PST 2003


At 09:39 PM 2/18/2003 -0500, you wrote:

>Thanks Will, that may work, but it's not exactly what I need.
>
>Let's say I have two Blocks added to the response.  One contains more Blocks
>(used to build a table list) and the other Block has a collection of Outputs
>(my "StatusMessages").
>
>I need to be able to pick a block by name and then iterate the Blocks inside
>the named Block.

Dave, you can walk a block hiearchy by including nesting.  so:

block1/nestedBlockA/nestedNestedBlockC/myOutput....


The starting point of the hierarchy is controllerResponse if you do not 
include a 'name', and whereever you are in the hierarchy if you do include 
a 'name'.

HTH!
                                                 -Mike






More information about the Opensource mailing list