ajax4jsf
richfaces progressBar polling
I\'ve got a progressBar component defined as the following on my webpage: <rich:modalPanel id=\"pb1Panel\">[详细]
2022-12-29 05:02 分类:问答jsFunction pass data to backingbean
I have a javascript that is calling a function addData(param1,param2,param3,param4) which is calling addClip at the end[详细]
2022-12-27 15:07 分类:问答Richfaces modal panel and a4j:keepAlive
I\'ve got unexpected problems with richfaces (3.3.2) modal panel. When i try to open it, browser opens two panels instead of one: one is in the center, another is in the upper left corner. Besides, no[详细]
2022-12-25 12:09 分类:问答How to add marker to rich:gmap component?
I can see that I cannot specify the gmap marker inatribute.. I suppose that I need to use a4j function inside this tag. The problem is that I am compl开发者_如何转开发ete newbie to this stuff... Could[详细]
2022-12-24 02:33 分类:问答Rich faces and dataTable
I have the question regarding rich faces and beans. I have a jsp page that is using richfaces and inside it I have the: rich:extendedDatatable component, that takes data from my MainBean as ArrayList[详细]
2022-12-23 13:56 分类:问答richfaces keepAlive not working
I have a mediaOutput tag which, in its createContent attribute, requires the backing bean to be in a certain state. A list of values, which is filled in an init method, must be available.[详细]
2022-12-20 09:48 分类:问答JSF a4j:commandButton not working when 'disabled' is set
When I include a \'disabled\' attribute on an a4j:commandButton, the button\'s action is not performed.Taking the \'disabled\' attribute out causes it to work properly.I am not doing any special valid[详细]
2022-12-19 15:16 分类:问答Does rich:messages tag need to be in an a4j:region?
The web app I\'m working on sometimes has a <rich:messages> tag inside of an <a4j:region> tag, sometimes not.I\'m guessing that the messages tag needs to be inside of an a4j region, b开发者[详细]
2022-12-19 00:24 分类:问答How to access javascript value in a4j
I need to set a Bean value with one javascript return value. Something like: <script type=\"text/javascript\">[详细]
2022-12-18 23:58 分类:问答RichFaces / Ajax4JSF: How to turn off JavaScript obfuscation?
How can I turn off JavaScript shortening in A4J? I remember there was an option, possibly used during build, which made .js files not being processed by some shortner / obfus开发者_如何学运维cator, th[详细]
2022-12-18 05:41 分类:问答