Re: 3 field date component

2006-06-18 Thread Henri Dupre
On 6/18/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: I would create a client side widget that parses the input field values upon form submission and turns them into one single input submission, but that's me.. Can that be done in 4.1 without a single line of javascript? I'm very alergic to ja

Re: Tapestry Perm Memory Leak and ThreadLocal

2006-06-18 Thread Henri Dupre
On 6/18/06, Cliff Zhao <[EMAIL PROTECTED]> wrote: Tapestry jar files are in my war files. That is then surprising... Why would you be affected with your own ThreadLocal but not the ones from Tapestry and Hivemind (none of them are calling ThreadLocal.remove())? Thanks, Henri.

Re: Any other Tapestry developers in Ottawa?

2006-06-18 Thread Geoff Longman
oops wrong list. On 6/18/06, Geoff Longman <[EMAIL PROTECTED]> wrote: I know a handful, and except in one case I was the person who introduced all of them to the framework. But I've never heard a peep from any others. Just wondering. Geoff -- The Spindle guy. http://spindle.sf.net Blog:

Re: 3 field date component

2006-06-18 Thread Jesse Kuhnert
I would create a client side widget that parses the input field values upon form submission and turns them into one single input submission, but that's me.. There are a couple examples of similar things in the current tap4 trunk (downloadable using maven2 snapshot builds now as well). http://tape

servlet listener class session variable

2006-06-18 Thread Peter Dawn
hi all, i am unable to store a session variable from within my servlet listener class which is running in the background and starts up when the web app starts up. it implements servletcontextlistener. i have tried the following, HttpSession session; String a = "asdfasdfasf"; session.setAttribute(

Re: Tapestry Perm Memory Leak and ThreadLocal

2006-06-18 Thread Cliff Zhao
Tapestry jar files are in my war files. On 6/18/06, Henri Dupre <[EMAIL PROTECTED]> wrote: This is very interesting... I don't have any threadlocal in my app but at every redeployment the memory is increasing. I had a quick look at the tapestry source code and there is a bunch of ThreadLocal.se

Re: Setting selected values on Palette

2006-06-18 Thread Gunna Satria
Hi Rui, I try to simulate your problem, here is my working code. Hope there's no miss perception here.. here is my CustomModel, import org.apache.tapestry.form.IPropertySelectionModel; public class CustomModel implements IPropertySelectionModel{ private String[] keys = {"G","S","H"

Re: 3 field date component

2006-06-18 Thread hv @ Fashion Content
I would make a new component that contains 3 input fields which bind to a single Date value, or I suppose a Calendar value might be better. "Phillip Rhodes" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED] >I am writing a 3 field date component. The component allows the user to

Re: Remove jsessionid from static resources?

2006-06-18 Thread D&J Gredler
Cool, thanks for the info. I'll probably be going the same route. Should our site get banned, I'll alert the list ;-) On 6/16/06, Jeff Lubetkin <[EMAIL PROTECTED]> wrote: We've noticed no issues, and SEO experts that we've talked to support this mechanism. Of course, Google being Google there'

Re: 3 field date component

2006-06-18 Thread Henri Dupre
On 6/17/06, Phillip Rhodes <[EMAIL PROTECTED]> wrote: I am writing a 3 field date component. The component allows the user to select the month/date/year from select boxes for their birth date. Couple of questions: 1) Has anyone already created such a component? 2) Because I have 3 input fie

Re: Tapestry Perm Memory Leak and ThreadLocal

2006-06-18 Thread Henri Dupre
This is very interesting... I don't have any threadlocal in my app but at every redeployment the memory is increasing. I had a quick look at the tapestry source code and there is a bunch of ThreadLocal.set(null). But it seems that in your case, they are not affecting the perm memory? Where are you

R: Not solved! Re: Problem with mixing HTTP and HTTPS

2006-06-18 Thread Giampaolo Tomassoni
> Hello again! > > After trying out the suggestion to use in web.xml > (thanks Giampaolo!) I've figured out that it doesn't exactly solve my > problem. The problem is that I need to redirect to HTTPS for login and > some other subset of pages, and then after login, redirect back to HTTP. > By

Not solved! Re: Problem with mixing HTTP and HTTPS

2006-06-18 Thread Josip Gracin
Hello again! After trying out the suggestion to use in web.xml (thanks Giampaolo!) I've figured out that it doesn't exactly solve my problem. The problem is that I need to redirect to HTTPS for login and some other subset of pages, and then after login, redirect back to HTTP. By using I am

RE: Tapestry/Acegi Integration...

2006-06-18 Thread James Carman
Scott, Thank you for your kind words. No, it's not quite complete. I plan on adding in ACL support and other stuff. I just wanted to get a "proof of concept" out there. The AuthenticationManager and the AccessDecisionManager will be set automatically by HiveMind, by including the hivemind-aceg