I am new to Richfaces4 and JSF2 and having lots of issues. Same code start to work suddenly and then it breaks. Currently I have a ui:include tag that update the page when the a4j:commandLink is click
When my page is loaded I execute the following JS script, which I use to display a popup saying (please wait...) when any form is submitted.
I am trying to display a field in a form after an ajax request through a commandlink.However ,i get a malformedXML error when i click the link. The xhtml file looks like :
I seem to be having a problem where I have an a4j:commandLink on a rich:popupPanel but the action is not firing.The xhtml looks as follows:
I have a problem with not working h:commandLink. Distinct: when I start my app - everything is good, link is invoke at first time but when a rerender this part of page (using rerendered attribute in a
Can so开发者_如何学编程meone tell me how can I add a CommandLink control in a WPF window? This is what I mean by CommandLink : http://msdn.microsoft.com/en-us/library/aa511455.aspxWPF Task Dialog Wra
I have a problem with RichFaces and creating lists of links. If you attempt to use any type of commandLink inside a list (I\'ve tried ui:repeat and rich:list) the action on that link is not called. I\
When I use the following command link: <h:commandLink action=\"student\" value=\"students\" /> And the following navigation rule in faces-config.xml:
I have a problem with a h:commandLink placed in a column in p:dataTable. The action method is not called. I\'m using primefaces 2.21 and jsf 2.0.
I have the code bellow: <c:set var=\"show\" value=\"#{cartBean.itemsAdded}\" /> <c:if test=\"${show}\">