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

Tapestry 5 Crash on load from Eclipse while working ok from command (Jetty)

2013-10-18 Thread Jeremy Villalobos
I have not worked on a Tapestry 5 project for a few weeks. The last time I used it, the development environment was fully setup. Now I come back and I get the stack trace shown at the end of this email. I tried mvn jetty:run And that starts up the portal no-problem. But from eclipse (Run->Jet

Re: uninitialized proxy passed to save()

2013-09-12 Thread Jeremy Villalobos
Thanks. I found this post that solve the problem. http://stackoverflow.com/questions/1390008/delete-a-hibernate-entity-with-tapestry5-gives-a-different-object-with-the-sa Using @Persist( "entity" ) Persists the hibernate object when the input comes back to the user. On Thu, Sep 12, 2013 at 9:12

uninitialized proxy passed to save()

2013-09-12 Thread Jeremy Villalobos
I have a simple Buy/Sell prototype. The seller accepts or rejects an offer. @Property @Persist ProductTransaction mOrder; @InjectPage OrderCanceled mOrderCanceled; @InjectPage OrderAccepted mOrderAccepted; @Inject Session session; Object onActionFromAccept(){ mOrder.Status = TrasactionSatus.A

Hibernate works on Jelly but get No suitable driver found on Tomcat

2013-09-01 Thread Jeremy Villalobos
Hello: I have a simple app that uses Mysql (org.hsqldb.jdbcDriver) The app works as expected when running from Jetty, but when I create the war and install it on tomcat, I get the error No suitable driver found for jdbc:mysql://192.168.2.33:3306/dbname I have the jar mysql-connector-java-5.1.9.

Re: Adding tab to default project (index, about, contact)

2013-08-31 Thread Jeremy Villalobos
Yes, I think session storage is what I need. Thank you On Fri, Aug 30, 2013 at 5:27 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Fri, 30 Aug 2013 17:33:28 -0300, Jeremy Villalobos < > jeremyvillalo...@gmail.com> wrote: > > I am still new to Tape

Adding tab to default project (index, about, contact)

2013-08-30 Thread Jeremy Villalobos
I am still new to Tapestry 5. For a prototype, I am doing very simple user login portal. I would like to show a couple of option along with index, about and contact, but they would only show up if the user is signed in. How do I access the Layout class from a Page ? I see on the documentation

Re: Tapestry 5 Hotel Booking

2013-07-16 Thread Jeremy Villalobos
n jetty::run > > The url is http://localhost:8080/tapestry5-hotel-booking/ > > > In case the tapx jar is missing, it is available at > > > https://github.com/hlship/tapx > > > > Shing > > > > > > > >

Tapestry 5 Hotel Booking

2013-06-30 Thread Jeremy Villalobos
R] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException It looks like there are problems retrieving the kaptcha dependency. Thanks for any help -- Jeremy Villa