sometime,IDE is the memory eater.sometime,simple generator web based is a good choice!
a4j tag commandLink generatora4j tag commandLink generator
Tag Class:org.ajax4jsf.taglib.html.jsp.AjaxCommandLink
Renders an HTML "a" anchor element that acts like a form
submit button when clicked.
<br />
During Decoding: Obtains the Map from the
"requestParameterMap" property of the ExternalContext. If
this Map contains non null value for the "clientId" key,
creates a javax.faces.event.ActionEvent around the component
and passes it to the queueEvent() method of the component.
If the request is Ajax-performed, adds its target IDs from
the reRender property to the rendered areas list of the
nesting AjaxContainer.
<br />
element for decoding as described above with the parameters
of the component. (PARAM_NAME and PARAM_VALUE are the names
and values, respectively, of any nested UIParameter
children.) The name and the value must be URLEncoded. If the
"styleClass" attribute is specified, render its value as the
value of the "class" attribute. Render any non-UIParameter
children as normal inside of the "a" element. These will
appear as the link text.