Re: Directlink, works in ie thought not firefox?

2007-02-10 Thread Josh Joy
Hi Dan, Looks like a combination of Tomcat verion and Tap version issue...I was using Java 1.5 with annotations... (I had just set up a devl box and was doing initial testing of the pages, then I realized the setup was incorrect) Thanks, Josh Daniel Jue wrote: > This reply is a bit off top

Re: trying tapestry on the phone...

2007-02-10 Thread Patrick Moore
Thanks ... I will try that out .. unfortunately even if it works for me I cannot compell my customers to download and us it. I don't want to try and tell the customers how to do so either, as I am trying to sell my prodct not opera's. -Pat On 2/10/07, Thiago H de Paula Figueiredo <[EMAIL PROTECT

Re: Migration to Tap4, accessing the hivemind registry without injection

2007-02-10 Thread James Carman
By the way, there has to be exactly one service point which is of the type that you need injected in order for it to be autowired, but that's traditionally the case when it comes to DAOs. On 2/10/07, James Carman <[EMAIL PROTECTED]> wrote: Have you tried tapestry-autowire (http://svn.javaforge.

Re: Migration to Tap4, accessing the hivemind registry without injection

2007-02-10 Thread James Carman
Have you tried tapestry-autowire (http://svn.javaforge.com/svn/tapestry/tapestry-autowire/trunk)? You can check out the source code (anonymous/anon login) and build it yourself since there hasn't been an official release. Or, just upgrade to 4.1 and it'll automatically inject HiveMind services i

Re: trying tapestry on the phone...

2007-02-10 Thread andyhot
Patrick Moore wrote: Hi there -- I am trying to access my tapestry 4.1.2 application via a fairly high-end phone browser. (Samsung a900m). I have some preliminary results and a few gotcha's posted on my blog at : http://www.sworddance.com/blog/2007/02/09/phone-usability-design-notes-part-1/

Re: trying tapestry on the phone...

2007-02-10 Thread Thiago H de Paula Figueiredo
On Sat, 10 Feb 2007 04:10:35 -0200, Patrick Moore <[EMAIL PROTECTED]> wrote: Hi there -- I am trying to access my tapestry 4.1.2 application via a fairly high-end phone browser. (Samsung a900m). As far as I know, the best browser for cell phones is Opera Mini (http://www.operamini.com/).

Re: Injecttin

2007-02-10 Thread andyhot
Andrea Chiumenti wrote: Hello, is there somehow to make tapestry to write There isn't ... but add a JIRA, explaining why you/we need this and why you feel it's important - perhaps we need to add something similar. Now, i said there isn't a way, and that's true, but that's only due to bad luck

Injecttin

2007-02-10 Thread Andrea Chiumenti
Hello, is there somehow to make tapestry to write ... dojo.registerModulePath("jfly", "/asset.svc?path=%2Fjfly%2F"); Via hivemind? Thx, kiuma