5 Apr
2012
5 Apr
'12
2:32 p.m.
Hi all, This is a question about <repeat> tag. How can we pass the repeat tag parameters nested within another repeat tag to command tag? For example,I have a front end like the following <conditional name="cond1"> <when value="something"> <repeat name="rpt1".........> <param1........> <repeat name="rpt2"...........> <param2............> </repeat> </repeat> </when> </conditional> How can I access the param2?