Log in to follow, share, and participate in this community.
Thread can't remove items from the selectMenu
can't remove items from the selectMenuI am using selectMenu as:
<a4j:region selfRendered="true" id="text">
<h:selectOneListbox id="symbol" value="#{user.name}">
<f:selectItems value="#{user.temp_list}" />
</h:selectOneListbox>...
AJAX4JSF causes null pointer exception , whyI receive the attached null pointer exception when the session is expired , while it should direct to the log in page , when i removed the <display-name>Ajax4jsf Filter</display-name> <filter-name&...
Using Ajax Push Not render componentHi- Im using ajax push with a4j tags and have a pageBean to put the listener and this class implements Runnable, th value change but the element not sincronize using that to deliver a data to user listener.onEvent(new...
a4j:actionparam and reRenderI have a situation where I need to use a tooltip nested inside a datatable. I am using an actionparam to retrieve the infomation from the current moused over row via ajax. Here is the problem: after the actionListener...
a4j:mediaoutput pdf not renderedi want to display a pdf inside of my jsf page. i use a4j:mediaoutput for rendering. i tested my code with a jpg an everything was ok. but if i use pdf i only got an image like a broken link,although the pdf is writte...
Thread DataTable example does not clean form with validation error
DataTable example does not clean form with validation errorSince I don't know if it is a bug on RF or on live demo, I'm posting on forum first. Steps to reproduce the error: 1. Go to DataTable demo "Edit Table with ModalPanel" (great demo - I love it) 2. Click on any "edit" ...
How to use a:include with ui:paramHi everyone in one of my xhtml file i used ui:include and ui:param to open a popup. <ui:include src="/layout/errorMessagePopup.xhtml">
<ui:param name="parentHome" value="#{musMusMusteriGuncellemeHome}">
...
Thread Multiple a4j supports giving unreachable select items for dr
Multiple a4j supports giving unreachable select items for drI have two dropdowns. two dropdowns have a4j support wtih event onchange. When i select one value in first dropdown, then change value for second dropdown, it is throughing exception - Unreachable selectitems
Dymanic actions with HtmlMenuItem`I have the following menu builder method, suppose it navigate to the to binding Expression but i did nothing, and there is no exception public void setMenu(HtmlDropDownMenu menu) { this.menu = menu; this.menu.getChil...
Thread problem with a4j:support and javascript event
problem with a4j:support and javascript eventmerry christmas everyone! i got a problem where i didn´t find a solution or a hint in the manual or the forum, but it seems like quite a common issue to me when i use a4j:support in an item that uses an ...
Thread a4j components reload any dataTable list binding when its no
a4j components reload any dataTable list binding when its noIt seems to me like a bug... When i have rich:dataTable in my page, ANY a4j request reload the list that related to the dataTable component even when the a4j request related to another bean!!! for example: i have 2 ...
Thread a4j:repeat value is null when try to access row
a4j:repeat value is null when try to access rowhi, I am trying to migrate from JBoss 4.0.5 with Tomcat 5.5 to JBoss 4.2.3 with Tomcat 6.0. This also includes myfaces included in the pack etc. Not so easy for me, but most of the components works fine. Except a4j:...
Thread Displaying HTML code inside area that was reRendered
Displaying HTML code inside area that was reRenderedHi, I'm using the a4j:commandLink tag for reRender one div like that:
<t:div id="div_user">
<f:verbatim>
<table id="user_edit_select_pwd">
<tr>
<td align="center">
hello|
</td&...
Thread Kaazing Founder Jonas Jacobi to speak on HTML 5, Comet, WebS
Kaazing Founder Jonas Jacobi to speak on HTML 5, Comet, WebSKaazing Founder Jonas Jacobi to speak on HTML 5, Comet, WebSockets, Future of the Web Bangalore, December 10, 2008: Web applications have traditionally been seen as second tier citizens in our network infrastructure,...
Thread Kaazing Founder Jonas Jacobi to speak on HTML 5, Comet, WebS
Kaazing Founder Jonas Jacobi to speak on HTML 5, Comet, WebSKaazing Founder Jonas Jacobi to speak on HTML 5, Comet, WebSockets, Future of the Web Bangalore, December 10, 2008: Web applications have traditionally been seen as second tier citizens in our network infrastructure,...
Ajax request never returnsHi there We have the problem if we start a jsf action eg using a a4j actionListener call to the backend and a reRender of some component that last more than 40 seconds that (a 'Please Wait' Layer will be displayed un...
a4j:support actionListenerHello I have very strange behavior in my HtmlAjaxSupport component. I have been added selectBooleanCheckbox component on my page and inside it i added HtmlAjaxSupport. I expected that when i clicked my booleanCheckb...
Thread Popup window blocked in onComplete of a4j:commandbutton
Popup window blocked in onComplete of a4j:commandbuttonHi, I'm trying to open a window with javascript (window.open) using onComplete of a a4j:commandButton. In Firefox it works great, but in IE 7 an Information Bar appears that says that the pop up is blocked. When test...