Is it essential to have them in the same zone?
You might get some ideas from here:
T5.4:
http://jumpstart.doublenegative.com.au/jumpstart7/examples/ajax/selectdependency1
T5.3:
http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/selectdependency1
Geoff
On 19 Sep 2014
Some examples:
T5.4:
http://jumpstart.doublenegative.com.au/jumpstart7/examples/javascript/robust
T5.3:
http://jumpstart.doublenegative.com.au/jumpstart/examples/javascript/robust
Geoff
On 20 Sep 2014, at 1:52 am, Shahid Shaikh wrote:
> Thank you Thiago for your response back
On Fri, 19 Sep 2014 13:03:45 -0300, squallmat .
wrote:
Hi,
Hi!
like said in title I have a radiogroup with a dynamic list of objects,
and i'd like to put a specific default value to it, but contrary to a
simple
radiogroup with literal values, It doesn't work.
The edited value type (
You're seeing a name clash since both select and observe accept a "zone"
parameter.
You can qualify the parameter name so that the mixin gets it instead of
select.
I think you can say observe.zone="foo" (if not it's observe/zone).
On 19 Sep 2014 17:58, "squallmat ." wrote:
> Hi,
>
> I'm trying
Hi,
I'm trying to use the observe mixin from here :
http://tapestry-stitch.uklance.cloudbees.net/observedemo
I have the code tml :
in controller :
Block onObserveSelectApp(ClientDto clientSelected) {
selectedClient = clientSelected;
return formZone.getBody();
}
but when I try to launch this
Hi,
like said in title I have a radiogroup with a dynamic list of objects, and
i'd like to put a specific default value to it, but contrary to a simple
radiogroup with literal values, It doesn't work.
I have :
${contactDtoLoopValue.nom}
${contactDtoLoopValue.prenom}, ${contactDtoLoopValue.mai
Thank you Thiago for your response back
From: Thiago H de Paula Figueiredo [via Apache Tapestry Mailing List Archives]
To: shahidsan
Sent: Friday, September 19, 2014 11:08 AM
Subject: Re: Tapestry Expansion
On Fri, 19 Sep 2014 11:19:58 -0300, Shahid Shai
On Fri, 19 Sep 2014 11:19:58 -0300, Shahid Shaikh
wrote:
How to get properties value in an external javascript file?
It's not possible to do that directly. On the other hand, you can use
JavaScriptSupport.addScript() or addInit() or require().with() (T5.4+) to
pass whatever information
How to get properties value in an external javascript file? Example: I have
this in my external JS file.
var link = "$(theLink)";
It does not expand.
Thank you for your help!
Hi,
I have two selects on my page, each one ajax updating a zone containing
these two selects.
When i change the value of a select, the value of the other disappear. Is
there a way in the method onValueChanged to save or reaffect the value of
the other select ?
I hope i'm clear...
10 matches
Mail list logo