Righto. I have been able to recreate this using NetBeans
IDE 6.0 (Build 200711261600). Building a web project with the JSF Visual framework using Sun Application Server 9.1 as the target environment.
The page generated by the visual drag and drop palette is as follows:
The associated generated
Java class behind this page is as follows:
The generated output when the page is displayed is as follows:
And the client side javaskript error when clicking on the link is as follows:
I have only used the GUI builder and haven't altered the generated
jsp page at all. So why is this occurring when I nest an f:param tag inside an h:commandLink tag.
[ April 22, 2008: Message edited by: Matt Gaunt ]
(I edited this so it hopefully won't make the post be six pages wide - PC)
[ April 22, 2008: Message edited by: Paul Clapham ]