I have the following method in the manager which is called on blur of the patientId text field on a jsf page
I got this: <a4j:commandLink action=\"#{searchBean.someMethod}\" reRender=\"search\"><span><h:graphicImage value=\"/home/img/icons/red.gif\" width=\"12\" height=\"12\" /> Street<
Does anyone can tell me about some good tutorial relate开发者_如何学Cd on building custom jsf components with ajax capabilities with a4j?
I have one <h:selectOneMenu> inside that <a4j:support> is written. I have to pass the currently selected value through <a4j:support> as a parame开发者_如何学Cter to action.
Using A4J, Richfaces in a web application, I need to open a new browser window when the user clicks on the <a4j:commandButton>.
I have completely substituted the h:commandButton with a4j:commandLink in my application for reasons not relevant to this issue. Since then I am seeing flaky peculiar side-effects in IE8 such as selec
I\'ve hit a wall. I know the a4j and rich tags pretty well (I use Seam 2.2.0 and Richfaces 3.3.1). However, I\'m trying to do something quite simple, but in a rich:modalPanel.
I\'m usually resolve this problem using javascript, but i\'m trying to use de a4j on a seam project + jsf + faces. I just want to create a simple mask input for date using ajax4jsf but i always have t
Im trying to create a page that uses the rich:fileUpload, to (surprisingly) upload an image, once the upload is completed I want to \'hide\' the rich:fileUpload component and display the jQuery plugin
When I click a c开发者_高级运维ommandButton, I would like to execute some js to switch the current tab panel to another tab panel.My tabPanel is switchType=\"client\".You can use