Re: Tapestry 4 Combo boxes not rendering correctly in Safari

2012-04-23 Thread zeewolf
Heh, I did some experimenting with this at home and Tapestry 4 is definitely working fine in Safari (which I suspected). Please disregard the post. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-4-Combo-boxes-not-rendering-correctly-in-Safari-tp566p5660217.htm

Re: Tapestry 4 chrome support

2012-04-03 Thread zeewolf
Thanks for the quick response Howard. Your comment on the DTD sounds spot on and I didn't consider that (probably the most obvious thing) earlier today. The framework is pretty ancient compared to what's currently vogue, but our Tapestry 4 application is a mature product that has established a str

Tapestry 4 - Bean already defined problem

2012-02-22 Thread zeewolf
Hello, I'm having a problem deploying a Tapestry 4 web application in Tomcat 5/Websphere community edition. The war deploys fine on the contain, but when I attempt to access a page, I get the following: Bean delegate has already been declared at (at Annotation @org.apache.tapestry.annotations.Bea

Re: JQuery UI Datepicker configuration

2012-02-15 Thread zeewolf
>May I ask why Tapestry 4 if you're new to Tapestry? Old project >maintenance? Yep, the project at work is Tapestry 4 based. I've only worked with Wicket and JSPs in the past, so I'm still getting my head around Tapestry. It should be easy enough to do this, I'm just unsure of how to go about it

JQuery UI Datepicker configuration

2012-02-15 Thread zeewolf
Hello, I was wondering if anyone could tell me how to configure a piece of Javascript via Tapestry 4 (I'm quite new to Tapestry). Basically, I've got the following script: And I need to set the datepicker's default date to the date of the server machine's date. I've got a good idea o