I'm trying to use the x:commandLink tag, but I get a _javascript_ error when I click on it.  I have a similar h:commandLink that works fine.
 
The links in my jsp look like:
 

<h:commandLink value="TestLink" action="">"showBillList"></h:commandLink>

<x:commandLink value="TestMyFacesLink" action="">"showBillList"/>

 

The generated html is :

<a href="" >TestLink</a

<a href="" id="mainForm:content:_id45">TestMyFacesLink</a>

 

The _javascript_ function "clear_mainForm()" and the hidden element "mainForm:_link_hidden_" are not generated.  Where are these supposed to originate from?  I have these links inside an h:form and an f:subview tag.

Any help would be greatly appreciated!

Thanks!

 


Sell on Yahoo! Auctions - No fees. Bid on great items.

Reply via email to