ajax4jsf
jsf with Ajax having issues with mapping
I have the following method in the manager which is called on blur of the patientId text field on a jsf page[详细]
2023-02-14 01:37 分类:问答Sending parameter to a Controller
I got this: <a4j:commandLink action=\"#{searchBean.someMethod}\" reRender=\"search\"><span><h:graphicImage value=\"/home/img/icons/red.gif\" width=\"12\" height=\"12\" /> Street<[详细]
2023-02-13 12:02 分类:问答custom jsf components with a4j support
Does anyone can tell me about some good tutorial relate开发者_如何学Cd on building custom jsf components with ajax capabilities with a4j?[详细]
2023-02-12 05:39 分类:问答How to pass selected value as parameter for passing in a4j:support
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.[详细]
2023-02-09 10:56 分类:问答open a new window in a4j:commandButton
Using A4J, Richfaces in a web application, I need to open a new browser window when the user clicks on the <a4j:commandButton>.[详细]
2023-02-06 17:01 分类:问答Use of a4j:commandbutton vs h:commandbutton to present-new-pages in richfaces
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[详细]
2023-02-06 11:37 分类:问答a4j:support within a rich:modalPanel
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.[详细]
2023-02-03 09:03 分类:问答a4j:support and seam: Illegal Syntax for Set Operation
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[详细]
2023-02-02 08:32 分类:问答Cannot 'hide' rich:fileUpload
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[详细]
2023-01-29 19:56 分类:问答Switch a4j (richfaces) tabPanel programmatically with Javascript
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[详细]
2023-01-29 17:24 分类:问答