Re: Static (html) pages won't render

2011-04-29 Thread Howard Lewis Ship
Tapestry specifically doesn't handle requests for actual resources, such as your test.html. Is there anything else in your web.xml? On Fri, Apr 29, 2011 at 8:09 AM, Nikola Milikic wrote: > Hi all, > > I suppose this is a trivial question, but couldn't make it work. I want to > have a static html

Re: Blog Post: Tapestry Magic #1

2011-04-29 Thread Taha Hafeez
Thanks regards Taha On Fri, Apr 29, 2011 at 5:49 PM, antalk wrote: > Hi Taha, > > The multi database support trick looks awesome ! Thanks for sharing this > !-- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Blog-Post-Tapestry-Magic-1-tp4307443p4358586.html > Sent from

Re: New Tapestry website - webalertpro.com

2011-04-29 Thread Thiago H. de Paula Figueiredo
On Fri, 29 Apr 2011 12:45:44 -0300, George Banus wrote: hi Thiago, Hi! What did you see more than the login page that makes the site cool? or just simply because the author claims its done with tapestry? I just said that it wasn't cool to have the website saying that my favorite brow

Re: New Tapestry website - webalertpro.com

2011-04-29 Thread George Banus
hi Thiago, What did you see more than the login page that makes the site cool? or just simply because the author claims its done with tapestry? On Thu, Apr 28, 2011 at 4:53 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Thu, 28 Apr 2011 11:39:59 -0300, Joel Halbert > wrote:

Static (html) pages won't render

2011-04-29 Thread Nikola Milikic
Hi all, I suppose this is a trivial question, but couldn't make it work. I want to have a static html page in my app which would on form submission call a specific servlet (I'need to use a servlet here). But my page won't render at all. Then I tried creating as simple html page as http://www.w3.

Re: Tapestry: 5.2.5 : File upload with bean edit form (Example)

2011-04-29 Thread Thiago H. de Paula Figueiredo
On Fri, 29 Apr 2011 10:44:16 -0300, cablepuff wrote: Hi does anyone have an example of using file uploading with beaneditform. The example shows one using without bean edit form, but I want one with using beaneditform. Use add="file" in BeanEditForm and then provide a ...>. -- Thiago H.

Tapestry: 5.2.5 : File upload with bean edit form (Example)

2011-04-29 Thread cablepuff
Hi does anyone have an example of using file uploading with beaneditform. The example shows one using without bean edit form, but I want one with using beaneditform. Thanks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-2-5-File-upload-with-bean-edit-form-Exa

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Nikola Milikic
Not sure if this is up to date with the latest Tapestry version, but there is also http://tapestry.ioko.com/tapestry-jquery/ module which allows for using jQuery (in noConflict mode) side by side with Scriptaculous. Best, Nikola On Fri, Apr 29, 2011 at

Re: Blog Post: Tapestry Magic #1

2011-04-29 Thread antalk
Hi Taha, The multi database support trick looks awesome ! Thanks for sharing this !-- View this message in context: http://tapestry.1045711.n5.nabble.com/Blog-Post-Tapestry-Magic-1-tp4307443p4358586.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Taha Hafeez
Hi Why not write these scripts in prototype.. These are small scripts regards Taha On Fri, Apr 29, 2011 at 4:10 PM, LLTYK wrote: > Yes you can use them side by side. > > http://tapestry.1045711.n5.nabble.com/t5-5-2-4-and-IE8-td3345797.html-- > View this message in context: > http://tapestry-us

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread LLTYK
Yes you can use them side by side. http://tapestry.1045711.n5.nabble.com/t5-5-2-4-and-IE8-td3345797.html-- View this message in context: http://tapestry-users.832.n2.nabble.com/how-to-build-dynamic-URL-showing-tooltip-in-tapestry-5-1-0-5-tp6315973p6316430.html Sent from the Tapestry Users mailing

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Christian Köberl
See http://docs.jquery.com/Using_jQuery_with_Other_Libraries -- Chris-- View this message in context: http://tapestry-users.832.n2.nabble.com/how-to-build-dynamic-URL-showing-tooltip-in-tapestry-5-1-0-5-tp6315973p6316366.html Sent from the Tapestry Users mailing list archive at Nabble.com. -

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Christian Riedel
Yes, the project completely removes prototype. But I guess you could add it yourself and run jQuery in no-conflict mode. The original tapestry.js-API still works (with some known bugs to be fixed the next days). The upgrade from Tapestry 5.1 to 5.2 should be no more than changing the version nu

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Argo Vilberg
Is there any way to make prototype javascript and Jquery javasript work together? 2011/4/29 Taha Hafeez > https://github.com/got5/tapestry5-jquery > > regards > Taha > > On Fri, Apr 29, 2011 at 1:08 PM, Argo Vilberg wrote: > > > hi, > > > > > > > http

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Argo Vilberg
This https://github.com/got5/tapestry5-jquery completly remove prototype javascript? So i must write whole project... And how difficult may the upgrade from 5.1.0.4 to 5.2? A 2011/4/29 Christian Riedel > Well, the current release is built against Tapestry 5.2 so you may want to > upgrade you

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Christian Riedel
Well, the current release is built against Tapestry 5.2 so you may want to upgrade your application. The last 1.1-SNAPSHOT runs against 5.1 but it was far from being complete. If you have time, you can contribute a backport of T5-jQuery for Tap 5.1 :-) Am 29.04.2011 um 10:00 schrieb Taha Hafee

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Nikola Milikic
You have also a tooltip component from Chenille Kit http://www.chenillekit.org/demo/tapcomp/tooltipdemo Best, Nikola On Fri, Apr 29, 2011 at 10:00 AM, Taha Hafeez wrote: > https://github.com/got5/tapestry5-jquery > >

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Taha Hafeez
https://github.com/got5/tapestry5-jquery regards Taha On Fri, Apr 29, 2011 at 1:08 PM, Argo Vilberg wrote: > hi, > > > http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery > > > Is there jQuery support in Tapestry or other ways i

how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Argo Vilberg
hi, http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery Is there jQuery support in Tapestry or other ways is it possible to make this example with tapestry built int prototype javascript? Argo