I am using c:forEach inside rich:dataTable. But c:forEach doesn\'t substitute the values for answer.choices variable and hence nothing is rendered. Is it wrong to use c:forEach inside a rich:dataTable
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
I have a table where each cell click opens a tooltip using the componentControl tag, this works. But I wanted to pas a parameter to the tooltip, which is different per table cell.
I have such code <a4j:region> <h:inputText label=\"User\" id=\"user\"size=\"30\" value=\"#{bean2.val1}\" required=\"true\" >
I\'m developing a web application in jboss, seam, richfaces. I\'m using a template(xhtml) as master page of all others and there i set two insert tags. <ui:insert name=\"head\"/>
I am using Richfaces 3.3.0, Facelelts 1.1.14 and Seam 2.1.1. I havean issue my rich:dataTable component and sorting. I noticed a pattern... the very first click on the table on a column header has no
I\'m facing a strange problem in one of my JSF (which is a facelet). I\'m using Richfaces and on one page I got a normal form
I am new to JSF and have a problem with my simple JSF application. I use Facelets and Richfaces on WebLogic 10.3.2 (11g). The application is essentially 3 pages:
I need to create a rich:dataTable (or even extended) with the following features: I have a class Company having a collection of Product objects. I want to show the following table:
Environment: JSF 1.2 RI, RichFaces 3.3.2 We utilize jQuery for is to change CSS classes when items gain or lose focus.This is pretty straight forward, however when our partial renders are completed w