Perhaps Barry's solution could be applied to my pager component
http://tapestry-stitch.uklance.cloudbees.net/pagerdemo
The pager is driven by GridDataSource but allows you to render a page of
data however you like (ie in an list).
hi,
Why is my alerts component rendering all alerts twice, first in order then
once again in reversed order?
w/ tap 5.4 beta 3, my tapestry alerts component is rendering all the
org.apache.tapestry5.alerts.Alert objects twice. 1st in the correct order,
and then once again in the reverse order. So
Hi,
I have a datatable editor and I'm using ajaxFileUpload to upload an image.
I can edit an item in datatable and for example change it's picture -
upload a new one. Now I've stumbled upon an issue: I can't seem to
determine (from JavaScript) if there was an error uploading file on the
server si
I have a form enclosed in a zone. When I submit the form with my register
button, it's being handled by method:
private Object onSelectedFromRegister() {
...
return zone;
}
The default behaviour seems to be that when the zone gets re-rendered the
UI form fields retain their submitted post value
I'd recommend using Form's normal events. See:
http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/whatiscalledandwhen
or for T5.4:
http://jumpstart.doublenegative.com.au/jumpstart7/examples/ajax/whatiscalledandwhen
Instead of returning the zone from onSelected, ret