Deploying Tapestry 5.2.2 on JBoss 6

2010-11-14 Thread Hugo Palma
Has anyone had any success with this configuration ? I'm suffering from the already reported classloaders url problems with JBoss but none of the fixes reported here http://tapestry.1045711.n5.nabble.com/Run-Tapestry-5-1-with-JBoss-5-1-td2425218.html and here http://wiki.apache.org/tapestry/HowToRu

Re: wysiwig or markup input solutions

2010-11-14 Thread Christian Riedel
You mean something like FCKEditor? The new version 1.0.5 has been released today :-) http://tapestry.1045711.n5.nabble.com/ANNOUNCEMENT-EasyFCK-editor-1-0-5-released-td3264635.html#a3264635 http://kenai.com/projects/t5-easy-fckeditor Cheers Christian Am 14.11.2010 um 21:46 schrieb Paul Stanton:

wysiwig or markup input solutions

2010-11-14 Thread Paul Stanton
has anyone else had to implement or integrate a markup or wysiwig input field? what did you find to be the best solution? i really only need to apply things like headers, bullets, italics, bold etc and would probably prefer to not offer font colour/size customisation. regards, paul. ---

Re: tapestry-resteasy next release

2010-11-14 Thread Alejandro Scandroli
Hi Borut I've fixed TYNAMO-64 but I've hit: TAP5-1349 It looks like we are going to need to wait until the Tapestry 5.2.4 release. Cheers. Alejandro. On Tue, Nov 9, 2010 at 5:30 PM, Alejandro Scandroli wrote: > Hi Borut > > Hi have upgraded the trunk to 2.0.1-GA. > I want to fix the live class

[ANNOUNCEMENT] EasyFCK editor 1.0.5 released

2010-11-14 Thread 9902468
Hi! This is minor bug fix release that adds support for Tapestry 5.2 and fixes issues with forms with zones. Unfortunately I was not able to upload new site to Kenai, so the documentation there is still for 1.0.4. I was able to upload the jar to maven repo in the usual location. I blaim you orac

Re: Devoxx 2010

2010-11-14 Thread Igor Drobiazko
I guess we can meet on Wednesday during the lunch (between 13:00 and 14:00). Those who arrive at Devoxx on Monday can find a good place to meet and post it here. On Tue, Nov 9, 2010 at 4:28 PM, Oliver Geisser wrote: > Hi Igor, > > I will be there from wednesday to friday, too. > > Any idea where

Re: tapestry security with 1.1.0 of shiro --> unable to get sha512 login working.

2010-11-14 Thread cablepuff
thanks. how do i test that my configuration is working correctly? final String username = "username"; final String password = "password"; String hashedPasswordBase64 = new Sha512Hash(password).toBase64(); // ini part. Ini ini = ne