Re: Use cases for the "any" component

2014-03-05 Thread Geoff Callender
Here's an Any div that is a container of things you can click on to select, identified by having CSS class "selectable". JavaScript listens for click from selectables in the container. It adds css class "active" to the selected thing and removes "active" from the others. You can see an EventLink

How to return multiple values with ajax select

2014-03-05 Thread George Christman
Hi guys, I have the following scenario, Five drop down menus chained together Category, Year, Make, Model, Trim Each select menu is an ajax select menu designed to narrow down the result set. I'm looking for ideas or a solution that would enable me to narrow down the result set beyond one menu.

Re: Use cases for the "any" component

2014-03-05 Thread Bob Harner
Geoff, Kristian, do you have any examples for using the "any" component when you need to generate a unique client id to pass to JavaScript? On Wed, Mar 5, 2014 at 8:23 AM, Bob Harner wrote: > javadocs. I meant javadocs > > On Wed, Mar 5, 2014 at 8:23 AM, Bob Harner wrote: >> Thanks, everybody!

Re: Tomcat and 5.4 Beta 3 unreliable?

2014-03-05 Thread Yago González
I update tomcat to 7.0.52 from 7.0.4X or under (i forgot it) and ... I don't know what's happens but i can't connect. I need change type of installation and put the applicattion under webapp folder. 2014-03-05 17:48 GMT+01:00 Barry Books : > Yes > > On Wednesday, March 5, 2014, Yago González

Re: Tomcat and 5.4 Beta 3 unreliable?

2014-03-05 Thread Barry Books
Some more info. I'm using both proxy pass and jkmount. At this point I think my problems are with proxy pass. I'm not sure what's causing it to break but it's only the apps connected with proxy pass that are having problems. On Wednesday, March 5, 2014, Barry Books wrote: > > Yes > > On Wednesd

Re: shiro UsernamePasswordToken "RememberMe" problems

2014-03-05 Thread Kalle Korhonen
Ah yes, the size of the default remember me cookie can grow outrageously big because it uses Java serialization. That's long running issue against Shiro web (https://issues.apache.org/jira/browse/SHIRO-226). It's simply to override with your own implementation - you could use the one attached as a

Re: Tomcat and 5.4 Beta 3 unreliable?

2014-03-05 Thread Barry Books
Yes On Wednesday, March 5, 2014, Yago González wrote: > it's run with virtual host in tomcat? > > > 2014-03-05 13:02 GMT+01:00 Barry Books >: > > > I'm working on a new project using 5.4. I run Jetty in development and > > Tomcat in production. Everything was going well until I deployed to > Tom

Persist object fails

2014-03-05 Thread Trimech, Fethi
Hi Tapestry users, We are currently migrating our tapestry application to a new server using java 1.7. the application was running smoothly until this migration where most the features in the application broke down. After analysis we found out that all objects annotated with @Persist and @Ses

Re: Tomcat and 5.4 Beta 3 unreliable?

2014-03-05 Thread Yago González
it's run with virtual host in tomcat? 2014-03-05 13:02 GMT+01:00 Barry Books : > I'm working on a new project using 5.4. I run Jetty in development and > Tomcat in production. Everything was going well until I deployed to Tomcat > and Hibernate could not make a database connection. Apparently th

Re: Tomcat and 5.4 Beta 3 unreliable?

2014-03-05 Thread George Christman
I'm running two 5.4 apps in production without issue. I connect to mysql and the only problem I had with connections was related to the current version of hibernate core being used with tapestry-hibernate and tomcat. There was a bug in that version which caused connection issues. I upgraded the hib

Re: Use cases for the "any" component

2014-03-05 Thread Bob Harner
javadocs. I meant javadocs On Wed, Mar 5, 2014 at 8:23 AM, Bob Harner wrote: > Thanks, everybody! I'll be updating the avocados for that component > soon, with examples. > > On Wed, Mar 5, 2014 at 8:08 AM, Geoff Callender > wrote: >> My biggest use is the same as Kristian mentioned: to generate

Re: Use cases for the "any" component

2014-03-05 Thread Bob Harner
Thanks, everybody! I'll be updating the avocados for that component soon, with examples. On Wed, Mar 5, 2014 at 8:08 AM, Geoff Callender wrote: > My biggest use is the same as Kristian mentioned: to generate a unique > client id to pass to javascript. It's usually on a div, span, but sometimes >

Re: Use cases for the "any" component

2014-03-05 Thread Geoff Callender
My biggest use is the same as Kristian mentioned: to generate a unique client id to pass to javascript. It's usually on a div, span, but sometimes on a ul, p, area, or canvas. Option 2 too, but less often. On 3 March 2014 19:51, Kristian Marinkovic wrote: > i use it if i need unique clientIds fo

Tomcat and 5.4 Beta 3 unreliable?

2014-03-05 Thread Barry Books
I'm working on a new project using 5.4. I run Jetty in development and Tomcat in production. Everything was going well until I deployed to Tomcat and Hibernate could not make a database connection. Apparently this is a known issue with Tomcat 7.0.23 so I upgraded to 7.0.50. Since then my developmen