Re: What is the syntax for multiple progressiveDisplay blocks on a page using tapestry5-jquery?

2013-02-11 Thread George Ludwig
Emmanuel, This is what I found. In the .tml before the progressiveDisplay blocks, I have this at the top of the page: I had to do this to ensure that tapestry properly loaded the confirm mixin (written by Chris Lewis) before it displayed the page; at one point it was causing errors due to som

Re: What is the syntax for multiple progressiveDisplay blocks on a page using tapestry5-jquery?

2013-02-11 Thread George Ludwig
Emmanuel, I resolved the issue...thanks for your help! -George On Mon, Feb 11, 2013 at 5:34 PM, George Ludwig wrote: > I created an empty project using the tapestry prototype and imported > jquery, and sure enough, progressive display works. I guess I'm going to > have to start paring my app d

Re: What is the syntax for multiple progressiveDisplay blocks on a page using tapestry5-jquery?

2013-02-11 Thread George Ludwig
I created an empty project using the tapestry prototype and imported jquery, and sure enough, progressive display works. I guess I'm going to have to start paring my app down until I discover what is causing the problem... On Mon, Feb 11, 2013 at 4:10 PM, George Ludwig wrote: > Emmanuel, > > Muc

RE: implementing a menubar for top of page

2013-02-11 Thread Ken in Nashua
I receive this error when attempting to integrate kawa [WARNING] [INFO] [INFO] [INFO] Building Tynamo Example - hibernatesecurity 1.0-SNAPSHOT [INFO] [W

[t5.3.6] Constructing Forms from Maps

2013-02-11 Thread Muhammad Gelbana
I'm trying to construct tapestry form fields using the database. I'll basically have a field label, key and other values in the database and I need to use that to construct forms in tapestry. I tried looking into the BeanEditor component but it looks like I'll be making many workarounds since it's

Re: Tapestry-Jquery datatable detail row.

2013-02-11 Thread Emmanuel DEMEY
Hi George I Will have a look to this issue tomorow. Manu Le lundi 11 février 2013, George Christman a écrit : > Manu, I'll first need to figure out how to resolve this issue > https://github.com/got5/tapestry5-jquery/issues/267 before being able to > move forward with the detail row. The older

Re: Tapestry-Jquery datatable detail row.

2013-02-11 Thread George Christman
Manu, I'll first need to figure out how to resolve this issue https://github.com/got5/tapestry5-jquery/issues/267 before being able to move forward with the detail row. The older version of tap-jquery doesn't support detail, but currently unable to upgrade to the newer tap-jquery version do to the

RE: implementing a tabbed pages for top of page

2013-02-11 Thread Ken in Nashua
Hey Lance, you modeled that nicely and fine efficient usage too. I will see what flies and choose something. But thanks ! Ken

RE: implementing a menubar for top of page

2013-02-11 Thread Ken in Nashua
Well yeah... they look cool. Dont have any funds to spend. Looking for something I can drop into my project. I am doing a league website for a hockey program. Trying to see if this stuff will hold water commercially. I am using tynamo too. Sure I will take anything you got. Thanks Ken kcola...@live

Re: implementing a tabbed pages for top of page

2013-02-11 Thread Lance Java
I've made a tabgroup component based on twitter-bootstrap tabs. It's ajax based but gracefully degrades when you map the "active" parameter to a PageActivationContext. http://twitter.github.com/bootstrap/components.html#navs Demo: https://github.com/uklance/tapestry-stitch-demo/blob/master/src/ma

implementing a tabbed pages for top of page

2013-02-11 Thread Ken in Nashua
Folks, I am implementing a tabbed pages... with page off of any page tab Has this been modeled in java tapestry yet as a component? All I want to do is put page links on the tab selections. It seems like a nice model to fall into place. Wondering if its been done yet for tap5 Ken

Re: Tapestry-Jquery datatable detail row.

2013-02-11 Thread George Christman
Okay, I'll get this working and donate the code. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Jquery-datatable-detail-row-tp5719938p5719945.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: Tapestry-Jquery datatable detail row.

2013-02-11 Thread George Christman
Manu, could you elaborate a little bit more on creating a component? Would this be a tapestry component? My initial thoughts we're to create a mixin with a json object passed in containing the details. I would then add the additional row which could be added to the expand icon's event handler. Does

Re: implementing a menubar for top of page

2013-02-11 Thread Emmanuel DEMEY
Hi, I have 2 basic menu components : - In the Kawwa project : https://kawwa.atosworldline.com/component/mainNav - In Tapestry5-jQuery : http://tapestry5-jquery.com/components/docssuperfish Do you need this kind of menu ? Manu 2013/2/11 Ken in Nashua > Folks, > > I am implementing a menubar..

Re: Tapestry-Jquery datatable detail row.

2013-02-11 Thread George Christman
I guess another option would be to create a mixin similar to column filter and use something like this. /* Formating function for row details */ function fnFormatDetails ( oTable, nTr ) { var aData = oTable.fnGetData( nTr ); var sOut = ' '; sOut += ' Rendering engine: '+aData[1]

Re: Tapestry-Jquery datatable detail row.

2013-02-11 Thread Emmanuel DEMEY
I have already developed something like that. but I do not find the code. Sorry. You can maybe create a component, corresponding to the icon of the first column. This column will add a JavaScritp handler, to the click event, and display your data in a new row, located just after the selected row.

Tapestry-Jquery datatable detail row.

2013-02-11 Thread George Christman
I've currently setup my datatable using the tapestry-jquery datatable component. I'm looking to create a detail row which is nothing other than a new tr row added below each result. Does anybody know of a good approach to add the additional tr row after every result without the use of javascript? I

Re: Customize Column in Tapestry Grid

2013-02-11 Thread George Christman
Good call Manu, you guys did such a nice job designing datatable component, I guess I felt as if I was still using the Grid component ;) Anyhow header worked great. Css might be a little difficult to use when defining only the first column. I just worry first-child will have issues within older leg

Re: Customize Column in Tapestry Grid

2013-02-11 Thread Emmanuel DEMEY
Hi George, First, the DataTable do not use the Grid component ;). It is based on the GridModel like the Grid component . You can maybe center the header directly in CSS ? without adding a "center" CSS class. For the blank header, you can override each header, by defind a : Manu 2013/2/11 Geo

Customize Column in Tapestry Grid

2013-02-11 Thread George Christman
Hello, I'm working with jquery datatable which uses the tapestry grid component and I'm trying to add a detail column to my grid. I've done the following thus far which appears to be working, <${context:images/details_open.png}> What I would like to do i

5.4-alpha2: Can't use JSONLiteral in JavaScriptSupport.invoke()

2013-02-11 Thread Lance Java
I'm getting a javascript error when trying to invoke a clientside function with a JSONLiteral. Note that I am using jquery as my foundation framework. When my component renders via a page request, it works. When my component renders inside an AJAX request, it fails. eg: @Inject JavaScriptSupport

Re: Looking for Tapestry contractors in SF bay area

2013-02-11 Thread Chris Collins
Sorry I was corrected by a friend. I meant to say "principles only"or in other words no recruiters please. On Feb 8, 2013, at 7:07 PM, Chris Collins wrote: > Sorry for the spam. If your an experience Tapestry consultant/contractor my > company is in need of some of your skills. > > Pleas

Re: Issue in keeping multiple tml files for multiple languages

2013-02-11 Thread Lance Java
2 java files and 2 TML files??? That's 2 separate components!! You can always @Inject PersistantLocale and call get() to get the user's locale. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Issue-in-keeping-multiple-tml-files-for-multiple-languages-tp5719931p5719932.h

Issue in keeping multiple tml files for multiple languages

2013-02-11 Thread karthi
Hi everyone, I am facing a problem in keeping multiple tml files I am having files Index.tml Index_de.tml In Index.tml I am having two buttons using input component like & having methods in Index.java like onSelectedFromAccessSubmitIT() { } onSelectedFromAccessSubmitDE() { } Now in Inde

Re: How to call locale properties file based on urls

2013-02-11 Thread karthi
Thank you -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-call-locale-properties-file-based-on-urls-tp5719862p5719930.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To un

Re: How to call locale properties file based on urls

2013-02-11 Thread Lance Java
Ah, so you're using tapestry's built in localization support. How are you referencing your CSS file?. You should use the "context:" binding to access assets in src/main/webapp/. http://tapestry.apache.org/assets.html -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to

Re: How to call locale properties file based on urls

2013-02-11 Thread karthi
PersistantLocale & the url of the form www.club.mobi/de/Club -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-call-locale-properties-file-based-on-urls-tp5719862p5719928.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: How to call locale properties file based on urls

2013-02-11 Thread Lance Java
There's been multiple suggestions on solving this problem so it's best if you answer a few questions: 1. What approach have you taken? (RequestFilter, ComponentRequestFilter or ComponentEventLinkEncoder) 2. Are you setting the locale on the PersistantLocale or the ThreadLocale service 3. Are your U

Re: handleRequestException

2013-02-11 Thread Lance Java
This has been mentioned a few times on this list and seems to be related to GAE 1.7.2+. Prior GAE versions don't seem to have this problem. Also, I seem to recall that the bug only occurs on the development GAE server and not in production. This seems to be caused by this issue: http://code.google

Re: What is the syntax for multiple progressiveDisplay blocks on a page using tapestry5-jquery?

2013-02-11 Thread Emmanuel DEMEY
Hi George, I have seen your post on the Tapestry5-jQuery mailing list. If it is OK for you, we will try to find a solution for your problem on the Tapestry5 ML. What exactly you want to do with multiple blocks ? Emmanuel 2013/2/10 George Ludwig > I found the docs here: > http://tapestry5-jq