multiple select

2013-04-25 Thread John
Hi, Is there a neat way to have a multiple select componenet in Tapestry 5? I see that t:multiple=true (or =false) seems to allow multi selection. Is this a deprecated function, or how does it work with the page class? John

logout taking me to home instead of login

2013-04-25 Thread Ken in Nashua
Hi Folks, I believe my webapp is wired up properly. But not so when I click logout link. Here is my logout link handler. @InjectPage(Login) private Login loginPage; Object onActionFromTynamoLogoutLink() { // Need to call this explicitly to invoke onlogout handlers (for

RE: multiple select

2013-04-25 Thread Athneria, Mahendra
It will help you https://wiki.apache.org/tapestry/Tapestry5MultipleSelectOnObjects -Original Message- From: John [mailto:j...@quivinco.com] Sent: Thursday, April 25, 2013 4:37 PM To: users@tapestry.apache.org Subject: multiple select Hi, Is there a neat way to have a multiple select

RE: logout taking me to home instead of login

2013-04-25 Thread Ken in Nashua
The logout handlers are virtually identical for HOME and LOGIN pages Here is the HOME one... http://localhost:9011/pphl/home.layout.loginlink.tynamologoutlink Here is the LOGIN one for the URL on my browser bar http://localhost:9011/pphl/login.tynamologoutlink Can anyone explain why the HOME

Re: logout taking me to home instead of login

2013-04-25 Thread George Christman
Do you have security associated with the home page? That might be needed to force the redirection and eliminate your NP. I have the following configuration, @RequiresUser added to my index page. App Module configuration.add(SecuritySymbols.LOGIN_URL, /login); Logout Action Class

Re: multiple select

2013-04-25 Thread Lance Java
Take a look at Checklist and Palette http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/Palette.html http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/Checklist.html

RE: logout taking me to home instead of login

2013-04-25 Thread Ken in Nashua
George, Thanks friend... that worked terrific. I used both annotations @RequiresAuthentication @RequiresUser

div block ID name collisions with 3rd party libraries

2013-04-25 Thread Ken in Nashua
Folks, I am operating a tapestry web app. I have my own web app specific layout which defines a myriad of DIV blocks that use ID for header, content, page, main, etc and I operate these ID definitions heavily within my own CSS. But then along comes a third party library that promotes