Tagged Questions
The tobago tag has no wiki summary.
1
vote
1answer
150 views
List of JSF / Tobago Facets?
Does anybody know a good link with a list of all existign JSF/Tobago facets containing explanation what the facet is good for?
Until now I know about the "layout" and "confirmation" facet but I ...
1
vote
1answer
146 views
Java, MyFaces 1.1, Tobago and How to create resusable web components
Assume you want to create some form of web-dialog that allows you to do something. For instance querying for some information by filtering some selection criterias. This dialog might consist of a ...
0
votes
1answer
1k views
How to show a client-side message with Java JSF/Tobago?
I have a web application created with JSF and Tobago. The user types some date into a sheet and clicks a button (all within one sheet-row). Now my java class checks whether the data is correct or not. ...
0
votes
1answer
130 views
Overriding java tobago sheet sorting method does not show data
I have created a Java webapplication containing a tobago sheet. I am now trying to override the sorting mechanism of the sheet by using the sortActionListener attribute.
When I click on a column my ...