Re: Combo box populated based on first combo box

2013-10-20 Thread George Christman
try this http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/select1 On Sun, Oct 20, 2013 at 11:12 PM, Jeremy Villalobos < jeremyvillalo...@gmail.com> wrote: > Hello: > > How do I get a form to have two combo boxes. One populated by the first > one ? > > After researching it for man

Re: How do I use select component to reload page?

2013-10-20 Thread George Christman
So I created a little mixin to handle this, I'm not sure if it's the best way to go about this, so I was hoping you guys could give me some advise on this. I'm still utilizing the select event handler "change", but very green to requireJs. select-reload.js define(["t5/core/ajax", "./jquery"], fun

Combo box populated based on first combo box

2013-10-20 Thread Jeremy Villalobos
Hello: How do I get a form to have two combo boxes. One populated by the first one ? After researching it for many hours, I know there is no quick solution. Would it be easier to go with a JavaScript approach to this ? Thanks for any pointers -- Jeremy

How do I use select component to reload page?

2013-10-20 Thread George Christman
Hello, I'm building my own PageRow component and I'm trying to figure out how to reload the page after changing the select value from say 10 results to 50. I need to set a query parameter during the refresh too, I thought I could do this using the onChanged event, but that does not work. Any one ha

Re: [T5.4] BeanEditor and Friends don't look as good as in Tap 5.3

2013-10-20 Thread Lenny Primak
I forgot, in the example, you also need to include class="form-horizontal" in beaneditform declaration, i.e. > labelClass="col-md-3" object="obj"/> On Oct 20, 2013, at 4:15 PM, Lenny Primak wrote: > I did some work on a mixin (very preliminary) > It generates correct markup for form-horizont

Re: [T5.4] BeanEditor and Friends don't look as good as in Tap 5.3

2013-10-20 Thread Lenny Primak
I did some work on a mixin (very preliminary) It generates correct markup for form-horizontal layout for beaneditor. I will put it into flowlogix module or a separate module under flowlogix when its ready Example Code -- package com.flowlogix.website.mixins; i

Re: Multiple Service Interfaces?

2013-10-20 Thread Thiago H. de Paula Figueiredo
On Sat, Oct 19, 2013 at 5:15 PM, Martin Kersten wrote: > Cool. Thanks. I was looking for the documentation but did not found the > correct hint. I only remembered from the code reading. > You could infer that by thinking that, except for injection by service id, injection is done by type. > Do

Re: Tapestry + Hibernate + Testing

2013-10-20 Thread Boris Horvat
It seems that the problem is that I needed to have both annotations import org.testng.annotations.BeforeMethod; import org.testng.annotations.BeforeTest; not sure why. but I will try to read the documentation cheers On Sun, Oct 20, 2013 at 11:10 AM, Boris Horvat wrote: > Hi everyone, > > Lanc

Re: Tapestry + Hibernate + Testing

2013-10-20 Thread Boris Horvat
Hi everyone, Lance I have a question for you (though anyone can answer it). You suggested to use something like http://stackoverflow.com/questions/15664815/how-to-test-dao-layer-in-tapestry-dependent-projects/15671034#15671034 I was expecting that my db will be rebuild before every test? Is this