Re: Component parameter becoming null

2015-10-26 Thread Thiago H de Paula Figueiredo
On Fri, 23 Oct 2015 14:33:32 -0200, Casey Link wrote: Do you mean the "container" variable in the loop? Yes! That might explain it, as every iteration through the loop the value changes. Is there a way to suspend the dual-binding nature, or pass a copy of the

Re: [T5.4-beta-35] No more td css class from t:datagrid

2015-10-26 Thread TNO
Hi, idem for the class css, become with T5.4-beta-35 this is a problem for me, because all tr and td css has to be changed Thomas Le 23/10/2015 12:37, TNO a écrit : Hi, with T5.3, using a t:dataGrid, for each td, there is a css class from property name : 13 oct. 2014 but whith

Re: Passing parent layout's object to nested page

2015-10-26 Thread g kuczera
For now I am using this strategy: @InjectComponent private LayoutM myLayoutComponent; and it works well. Tomorrow I will be probably redesigning the app a little bit, so I will give you my feedback about the Environment in the next few days. 2015-10-23 18:23 GMT+02:00 Thiago H de Paula

Re: Jumpstart 6.10 Installation

2015-10-26 Thread Geoff Callender
Hi Adam, Trust me, the thing you think is missing isn’t needed. Eclipse builds the project on-the-fly and the collapser copies the classes to collapsed/ on-the-fly. The “artefact” in this case is an “collapsed EAR”, which is the collapsed/ directory. See

Re: Jumpstart 6.10 Installation

2015-10-26 Thread Adam X
Hi Geoff, It seems to me that the documentation on running jumpstart locally completely misses entire section on setting up and deploying JEE server such and OpenEJB. All it talks about is downloading OpenEJB but there is nothing about which build to invoke to build which artifact, and where and