Hi All,
I am currently using the jsf facelets and core tags to perform a loop to populate a menu list. Within each menu entry, there will be a list of parameter inside it. So in order for me to print out the link, I would need to do a nested loop to pass in all the parameter list into the s:link. However, i am unable to. I did a <h:outputText> to print out the parameter values and I managed to but when I tried to pass the values into the <f:param> tag, seems like it doesn't display the parameters at all.
Is this a problem with nested loops? Please advise.
Thanks