



<html>
<head>
    
    
    <title>commandLink_test.jsp</title>
</head>
<body>
    
    
      <form id="form01" method="post" action="/jsf-systest/faces/taglib/commandLink_test.jsp;jsessionid=1F42887EA431E608414DB7159B9B67C8" enctype="application/x-www-form-urlencoded">

        <a id="form01:hyperlink01" href="#" onclick="document.forms['form01']['form01:_idcl'].value='form01:hyperlink01'; document.forms['form01'].submit(); return false;">My Link</a>
        <a id="form01:hyperlink02" href="#" onclick="document.forms['form01']['form01:_idcl'].value='form01:hyperlink02'; document.forms['form01'].submit(); return false;">This is a String property</a>
        <a id="form01:hyperlink03" href="#" onclick="document.forms['form01']['form01:_idcl'].value='form01:hyperlink03'; document.forms['form01'].submit(); return false;">RES-BUNDLE LINK</a>
        <a id="form01:hyperlink04" href="#" onclick="document.forms['form01']['form01:_idcl'].value='form01:hyperlink04'; document.forms['form01'].submit(); return false;"><img src="duke.gif" /></a>
        <a id="form01:hyperlink05" href="#" onclick="document.forms['form01']['form01:_idcl'].value='form01:hyperlink05'; document.forms['form01'].submit(); return false;"><img src="resbundle_image.gif;jsessionid=1F42887EA431E608414DB7159B9B67C8" alt="" /></a>
        
            
        <a id="form01:hyperlink06" href="#" onclick="document.forms['form01']['form01:_idcl'].value='form01:hyperlink06';document.forms['form01']['param1'].value='value1'; document.forms['form01'].submit(); return false;">Paramter Link</a>
      <input type="hidden" name="form01" value="form01" /><input type="hidden" name="param1" /><input type="hidden" name="form01:_idcl" /></form>
    
</body>
</html>

