Re: [ANN] JumpStart 6.5.0 is out

2013-01-08 Thread Russell John-Baptistr
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

Tapestry website down?

2012-10-15 Thread Russell John-Baptistr
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

Re: Thoughts on a Tapestry Class

2012-04-20 Thread Russell John-Baptistr
+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

Re: Is there such thing as a Tapestry class?

2012-04-19 Thread Russell John-Baptistr
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

Applying Foundation Framework decoration Serverside on Custom Button Componet

2012-02-09 Thread Russell John-Baptistr
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

Re: Passing parameters dynamically to jquery dialog

2012-01-26 Thread Russell John-Baptistr
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;

Passing parameters dynamically to jquery dialog

2012-01-25 Thread Russell John-Baptistr
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"