TDD examples
It would be good if all Jumpstart tutorials had unit tests to teach how to write unit tests in tapestry and what mock components to use for a given feature.
It would be good if all Jumpstart tutorials had unit tests to teach how to write unit tests in tapestry and what mock components to use for a given feature.
A multiple-upload component based on Ajax and /or SWFUpload for example.
select row, resize columns, reorder grid, ...
What if the listings of templates, java code, styles and javascripts at JumpStart examples would use SyntaxHighlighter component found at http://lombok.demon.co.uk/tapestry5Demo/test/components/syntaxhighlighterdemo?
Alternative date input component composed of three combo boxes should be part of tapestry core components.
Current DateField component is not suitable for many cases, like selecting birth date or any event which is several years in the past or in the future.
Also i18n is a must for this component.
The screencasts are really good for just watching and getting an idea of how it works and what Tapestry can do. I know they're already a bit out of date, but that's ok since I don't want to follow them step by step, I just want the high level overview. When actually writing the code, I'll use the latest documentation. Even better would be an area where anyone could upload their own screencasts (link to youtube?) and ...more »
The screencasts are really good for just watching and getting an idea of how it works and what Tapestry can do.
I know they're already a bit out of date, but that's ok since I don't want to follow them step by step, I just want the high level overview. When actually writing the code, I'll use the latest documentation.
Even better would be an area where anyone could upload their own screencasts (link to youtube?) and they just get peer reviewed / rated.
« less full details »
Hi,
A drag'n'drop mechanism to move items between grids or Listboxes
would be great to minimize server round trips.
Currently I have only found dnd support for a Tree component.
I suggest adding an example where the client side (browser) polls the server for new information and when the server got new information then it answers back with the new information and the client's information gets updated. Something like a basic dashboard.
dinamic report ,integrating tapestry with ireport,birt or other
Tapestry builtin t:else, t:elseif, t:contains, t:greaterThan, t:greaterThanOrEqual, t:lessThan, t:lessThanOrEqual to use like: t:if ${personList} t:contains ${personName}, t:if ${today} t:greaterThan ${salesEndDate}
The FAQ on the official site only consists of 10 questions and answers. Maybe a scan of the user mailing list would reveal reappearing questions which should be properly addressed.
Maybe someone has a question (and an answer) here?
When form has client side validation enabled, a parameter for the Form component could be added to suppress showing bubble error messages when they appear for every focus change between form fields.
A dynamic scroll pane with checkbox group support like yahoo mail.
http://www.devarticles.com/c/a/Java/Creating-a-Dynamic-Scrollbar-for-an-AJAXbased-Pagination-System/
Hi
There is a Error component which is very usefull.
But sometime, I like to display other information before and after submit a form than error message.
The Info component could display :
* error information as the error component
* simple information in blue with it own CSS
* warn information in yellow with it own CSS
* OK information in green with it own CSS
Thanks, Thomas
A combobox example:province and state or continente country
I'd like to see more AJAX GUI widgets integration. since many people are familiar with thos JS GUI lib. Tapestry is great for page - app construction.
An annotation @refresh to be able to let the zone be automatically refreshed
Wizard Module in creating Web Application. Just use the wizard for faster development. Especially in Web Application Database Shell.
Layout with additional block. Something like converting sample html code from http://www.csszengarden.com/ to T5 layout. This would give ability to use any css template available at that website.
P.S. Provided web page is only the example. I haven't found any other place of css with stable html template.
Dynamic Structure Page
Possibility move pages tml and java modules into persistent storage for exclude filesystem changes at edit view tier
Now it's possible to change default styles (symbol "tapestry.default-stylesheet") but, i.e. I like client form validations but i want NO animation (fade in/out).. animations are referenced inside tapestry.js, and I can't change that!
Social Web