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 couple of textboxes, labels, comboboxes and buttons.
Now you notice that exactly THIS dialog needs to be used in different places. However, th...
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 sorting method is started. I can read out the column name and do some SQL stuff to get the data I would like to display now. The sorting is...
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 haven't found a website showing up all the other existing facets...
Thanks in advance!
...
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. In case there are some problems, I would like to show up something like a messagebox containing the errormessage.
I cannot use something ...
I am using JSF MyFaces 1.1 and Tobago 1.0.27.
Now I would like to create a sheet with partial reloading. I know that I need to know the ID of the specific control within my sheet, which has to be reloaded if for example a button is clicked. The problem is, that this ID contains the row number of the current row within the sheet. How can ...