Excellent work Geoff!!
Sent from my iPhone
On Jan 8, 2013, at 7:42 AM, Geoff Callender
wrote:
> Hi all,
>
> JumpStart 6.5.0 is out. More examples have been added since the last
> announcement:
>
>* Bootstrap Styling
>* AJAX Loading Spinner
>* Grid Data Sources (server-side pagin
Is the tapestry.apache.org site down?
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
+1
Sent from my iPhone
On Apr 20, 2012, at 3:18 PM, George Christman wrote:
> I would be interested.
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Thoughts-on-a-Tapestry-Class-tp5654982p5655111.html
> Sent from the Tapestry - User mailing list archive at Nabb
I would be interested in an event like this. For tapestry to take its marketing
to the next level there needs to be more docs and tutorials that are
accessible to an audience that is less senior such as junior developers (such
as myself) in the beginning of their careers...
On Apr 19, 2012
I originally put this on SO... But received no love!!
I have a submit button component that I created called FoundationButton. This
button is decorated with the formatting of the foundation framework
(http://foundation.zurb.com/). I had it working like a charm. Then when I made
my component ext
ve to ensure t:clientId is
>> unique for each dialog
>>
>> something like
>>
>>
>> ...
>>
>>
>> Link
>>
>> and then in your java file
>>
>> public String getDialogId(){
>> return "myDialog" + loopIndex;
trying to wrap my brain around how I should pass IDs from my
jquery.dialogajaxlink to my jquery.dialog.
I am using query builder to build a list of hosts. I can display the id and
other host information of each host, per row.
However whenever the delete dialog box is called via clicking "delete"