-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I use Richfaces, Seam and JSF, and I want something like the following:
and I have managed it to a degree using a rich:subtable like this:
<rich:dataTable
value="#{backingBean.companyList}"
rows="100"
var="company">
<f:facet name="header">
<rich:columnGroup>
…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
working on a game in the corona sdk with lua and I need help so the player animates on the line drawn. Right now he animates at the beggining and the end but not on the line.
here is the player code
function spawnPlayerObject(xPlayerSpawn,yPlayerSpawn,richTurn) --spawns Rich where we need him.
--…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
Working on a game in the Corona SDK with Lua and I need help so the player animates on the line drawn. Right now he animates at the beggining and the end but not on the line.
Here is the player code:
function spawnPlayerObject(xPlayerSpawn,yPlayerSpawn,richTurn) --spawns Rich where we need him.
--…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to use the rich:fileupload from inside a rich:modalpanel component.
The problem is that, when inside modalpanel, fileupload doesn't doesnt start the fileuploadeventlistener method.
The same fileupload component works fine outside of modalpanel. (Although it doesn't rerender the components…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I am developing a Seam-Jsfv1.2-EJB3 web app.
I have a datatable and checkboxes in each row. Moreover, I have a datascroller at the bottom of my table as well.
My problem is when I click the next page number from the scroller, the selected checkboxes at the first page of the datatable is…
>>> More