Re: Problem pushing application to production

2011-09-18 Thread tapestry account
The URL for the login form does not contain the full URL to the server, so why does Tapestry respond with the IP address? --Michael On Mon, Sep 19, 2011 at 1:07 AM, Michael Molloy wrote: > One other thought. Looking over the http://tapestry.apache.org/https.htmlpage > again, I notice that it is

Re: Problem pushing application to production

2011-09-18 Thread Michael Molloy
One other thought. Looking over the http://tapestry.apache.org/https.html page again, I notice that it is saying there is a need for that method if your application has some pages that are secure and others that are not. In my case, all of mine are secure, so I would think I could just use relat

Problem pushing application to production

2011-09-18 Thread Michael Molloy
I have my first Tapestry application ready for production, but I'm having some problems, and I think it is Tapestry rather than Apache. We have hardware load balancers sitting in front of two apache httpd servers. The apache servers sit in front of 4 tomcat servers. SSL is handled by the load b

Re: Ajax events, expired session and @Persist fields

2011-09-18 Thread Lenny Primak
I finally had a chance to try these methods, unfortunately with little success. Yes, I can check only one @Persist field for null to see whether the session still exists, which works. Request.getSession(false) does not really work, because a new (empty) session can be created within this request

Re: Tapestry 5.3: IOCSymbols.THREAD_POOL_ENABLED does not work!?

2011-09-18 Thread TG
Thanks Howard, beta 9 seems to fix the issue :) -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-IOCSymbols-THREAD-POOL-ENABLED-does-not-work-tp4728718p4817670.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: why read ony ComponentEventException

2011-09-18 Thread Howard Lewis Ship
${...} doesn't do what you think it does. It specifically extracts the expression and converts it to a String, and the expression is read-only. Bind it like this: itemsPerPage="itemsPerPage" this binds the component parameter field directly to the containing page's property, so it's read/writ

why read ony ComponentEventException

2011-09-18 Thread Ken in Nashua
Folks, I have a page feeding read/write property Home.JAVA @Property(read = true, write = true)// no getter/setter needed @Persist("session") private int itemsPerPage; to a component parameter Gallery.JAVA @Property(read = true, write = true)

Chenillekit onEvent mixin does not use Secure Protocol

2011-09-18 Thread dhenze
I do have a page using the Chenillekit OnEvent mixin to update a select with cities depending on the entered postcode in a textfield. So far this was working fine, but with the upgrade to T5.2.6 from T5.1.5 this stopped working on our live environment (all pages are served via https) with the pro

Re: Chenillekit onEvent mixin does not use Secure Protocol

2011-09-18 Thread dhenze
Some further details: 1. The request when issued from the https version (NOT WORKING): ### Apache log ### "OPTIONS /partnersuche/user/profileedit.postcodetextfield:internalevent HTTP/1.1" 302 - "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.

Re: Gradle build failed

2011-09-18 Thread Howard Lewis Ship
Likely you are not using Gradle 1.0-milestone-3. On Sat, Sep 17, 2011 at 2:13 PM, TG wrote: > I do not use Maven and I am trying to build Tapestry 5.3. I got error like - > > TGs-MacBook-Pro:apache-tapestry-5.3.0-sources ag$ gradle > > FAILURE: Build failed with an exception. > > * Where: > Build

Re: tapestry 4 using ognl in message: tag...

2011-09-18 Thread Thiago H. de Paula Figueiredo
On Sat, 17 Sep 2011 05:57:05 -0300, varaprasad t wrote: hi Hi! i m new to tapestry i m a developer of java. Is this a new project? If yes, there's absolutely no reason for using version 4 now. -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibernate consult

Re: Tapestry 5.3: IOCSymbols.THREAD_POOL_ENABLED does not work!?

2011-09-18 Thread Howard Lewis Ship
On Sat, Sep 17, 2011 at 2:18 PM, TG wrote: > Is this issue fixed? Anyway I can download the binaries? Thanks. See the Tapestry home page about accessing the beta previews. > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-IOCSymbols-THREAD-POOL-ENABLED-

Re: page forwarding

2011-09-18 Thread Bob Harner
Yes, you can do either. If you want to forward unauthenticated users to another page, just add an onActivate() method in your page class and have it determine whether a user is authenticated and then return the unauthenticated page if they aren't. That works fine, and a lot of people chose that si

tapestry 4 using ognl in message: tag...

2011-09-18 Thread varaprasad t
hi i m new to tapestry i m a developer of java. i hv a situation like the data im getting from database should not show in html page it has to compare with .properties file which i have written and what ever mappings are ther in the .properties file those has to print in html pageis it pa

page forwarding

2011-09-18 Thread Ken in Nashua
Folks, I have a start page for an app... Index.tml It is broken up into two sections... obviously delimited by if tests - |authenticated | - | not authenticated | - Now I can fill those sections with somethi

Re: Alert box

2011-09-18 Thread Geoff Callender
Very nice. On 17/09/2011, at 3:34 AM, Bob Harner wrote: > That was a cut-and-paste from the component registry app I'm working > on (which I'm calling Unicorn). Otherwise it would have taken forever > to find all those. There are something like 275 components in the > database now. Need to get th

Re: PageRenderLinkTransformer, SessionState and InjectPage

2011-09-18 Thread Dimitri
Thx you for you quick reply Thiago, very helpful to me ! -- View this message in context: http://tapestry.1045711.n5.nabble.com/PageRenderLinkTransformer-SessionState-and-InjectPage-tp4811846p4815693.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: Gradle build failed

2011-09-18 Thread François Facon
Hi latest binaries are available at https://repository.apache.org/content/groups/staging/org/apache/tapestry/ François 2011/9/17 TG : > I do not use Maven and I am trying to build Tapestry 5.3. I got error like - > > TGs-MacBook-Pro:apache-tapestry-5.3.0-sources ag$ gradle > > FAILURE: Build fai