You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by andyhot <an...@di.uoa.gr> on 2006/08/25 05:20:46 UTC

[ANN] Tacos 4.0.0 released

The latest tacos release is out!
Several new components have been added,
lots of bug fixes made and dojo updated to 0.3.1

Check it out at http://tacos.sourceforge.net/
Live demo http://opencomponentry.com:8080/tacos/app

-- 
Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tacos -Unicode- How it works?

Posted by Sam Gendler <sg...@ideasculptor.com>.
what difficulty are you having, exactly?  Bear in mind that java (and
tapestry) use the default locale to determine the charset used to read
and write files if the Reader or Writer class does not explicitly have
new charset set before reading or writing begins.  So if your default
locale is using a charset that is not compatible with the charset in
your docs (utf-8?), then you'll have problems.  If you want java to
always use UTF-8 when reading and writing files, just place the
following in your JAVA_OPTS environment variable:

-Dfile.encoding=UTF-8

--sam


On 8/25/06, gant@inextdot.com <ga...@inextdot.com> wrote:
> Hi
>
> I have difficulties to make work Tacos with unicode strings. Any
> suggestions?
> Should i set some options somewhere or decode, encode strings with some
> functions or ......
>
> Please help needed
>
>
> Best regards
> gant
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Tacos -Unicode- How it works?

Posted by ga...@inextdot.com.
Hi

I have difficulties to make work Tacos with unicode strings. Any 
suggestions?
Should i set some options somewhere or decode, encode strings with some 
functions or ......

Please help needed


Best regards
gant




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [ANN] Tacos 4.0.0 released

Posted by Karthik N <ka...@gmail.com>.
Neither do Masks work on FF 1.5.0.6
Also, Tabs with no contents worked on my colleague's machine.  On mine, the
text flashes and then disappears, and I see no Tabs too.

I am on FF 1.5.0.6 Mac OS X 10.4.6

On 8/25/06, Mael Caldas <ma...@gmail.com> wrote:
>
> The Masks, from Core Components doesn't work on Firefox 1.5.0.4 ....
>
>
>
> On 8/25/06, Jesse Kuhnert <jk...@gmail.com> wrote:
> >
> > I think that's the flash player issue someone talked about in another
> > thread.
> >
> > Since the other demos (http://opencomponentry.com:8080/workbench ) work
> > fine
> > in opera 9 I'm guessing if it is a bug it was fixed some time ago. (as
> the
> > tapestry dojo version is still pretty old in comparison to what is
> coming
> > out in dojo 0.4 )
> >
> > On 8/25/06, Henri Dupre <he...@gmail.com> wrote:
> > >
> > > This is fantastic!
> > > But nothings shows up with Opera 9... Is this a bug in dojo?
> > >
> > >
> > >
> > >
> > > On 8/24/06, andyhot <an...@di.uoa.gr> wrote:
> > > >
> > > > The latest tacos release is out!
> > > > Several new components have been added,
> > > > lots of bug fixes made and dojo updated to 0.3.1
> > > >
> > > > Check it out at http://tacos.sourceforge.net/
> > > > Live demo http://opencomponentry.com:8080/tacos/app
> > > >
> > > > --
> > > > Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
> > > > Tapestry / Tacos developer
> > > > Open Source / J2EE Consulting
> > > >
> > > >
> > > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > > > For additional commands, e-mail: users-help@tapestry.apache.org
> > > >
> > > >
> > >
> > >
> > > --
> > > Henri Dupre
> > > Actualis Center
> > >
> > >
> >
> >
> > --
> > Jesse Kuhnert
> > Tapestry/Dojo/(and a dash of TestNG), team member/developer
> >
> > Open source based consulting work centered around
> > dojo/tapestry/tacos/hivemind.
> >
> >
>
>


-- 
Thanks, Karthik

Re: [ANN] Tacos 4.0.0 released

Posted by andyhot <an...@di.uoa.gr>.
Mael Caldas wrote:
> The Masks, from Core Components doesn't work on Firefox 1.5.0.4 ....
>
fixed the example page, so it's working now
> On 8/25/06, Jesse Kuhnert <jk...@gmail.com> wrote:
>>
>> I think that's the flash player issue someone talked about in another
>> thread.
yep, it was the flash player issue. I've seen it on Opera, IE without
flash, perhaps
it's also problematic in Safari... Anyway, changed the dojo config in
the demo app,
so it should work now (if someone can confirm for Safari...)
>>
>> Since the other demos (http://opencomponentry.com:8080/workbench ) work
>> fine
>> in opera 9 I'm guessing if it is a bug it was fixed some time ago.
>> (as the
>> tapestry dojo version is still pretty old in comparison to what is
>> coming
>> out in dojo 0.4 )
>>
>> On 8/25/06, Henri Dupre <he...@gmail.com> wrote:
>> >
>> > This is fantastic!
>> > But nothings shows up with Opera 9... Is this a bug in dojo?
>> >
>> >
>> >
>> >
>> > On 8/24/06, andyhot <an...@di.uoa.gr> wrote:
>> > >
>> > > The latest tacos release is out!
>> > > Several new components have been added,
>> > > lots of bug fixes made and dojo updated to 0.3.1
>> > >
>> > > Check it out at http://tacos.sourceforge.net/
>> > > Live demo http://opencomponentry.com:8080/tacos/app
>> > >
>> > > --
>> > > Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
>> > > Tapestry / Tacos developer
>> > > Open Source / J2EE Consulting
>> > >
>> > >
>> > >
>> ---------------------------------------------------------------------
>> > > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> > > For additional commands, e-mail: users-help@tapestry.apache.org
>> > >
>> > >
>> >
>> >
>> > --
>> > Henri Dupre
>> > Actualis Center
>> >
>> >
>>
>>
>> -- 
>> Jesse Kuhnert
>> Tapestry/Dojo/(and a dash of TestNG), team member/developer
>>
>> Open source based consulting work centered around
>> dojo/tapestry/tacos/hivemind.
>>
>>
>


-- 
Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [ANN] Tacos 4.0.0 released

Posted by Mael Caldas <ma...@gmail.com>.
The Masks, from Core Components doesn't work on Firefox 1.5.0.4 ....



On 8/25/06, Jesse Kuhnert <jk...@gmail.com> wrote:
>
> I think that's the flash player issue someone talked about in another
> thread.
>
> Since the other demos (http://opencomponentry.com:8080/workbench ) work
> fine
> in opera 9 I'm guessing if it is a bug it was fixed some time ago. (as the
> tapestry dojo version is still pretty old in comparison to what is coming
> out in dojo 0.4 )
>
> On 8/25/06, Henri Dupre <he...@gmail.com> wrote:
> >
> > This is fantastic!
> > But nothings shows up with Opera 9... Is this a bug in dojo?
> >
> >
> >
> >
> > On 8/24/06, andyhot <an...@di.uoa.gr> wrote:
> > >
> > > The latest tacos release is out!
> > > Several new components have been added,
> > > lots of bug fixes made and dojo updated to 0.3.1
> > >
> > > Check it out at http://tacos.sourceforge.net/
> > > Live demo http://opencomponentry.com:8080/tacos/app
> > >
> > > --
> > > Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
> > > Tapestry / Tacos developer
> > > Open Source / J2EE Consulting
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > > For additional commands, e-mail: users-help@tapestry.apache.org
> > >
> > >
> >
> >
> > --
> > Henri Dupre
> > Actualis Center
> >
> >
>
>
> --
> Jesse Kuhnert
> Tapestry/Dojo/(and a dash of TestNG), team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind.
>
>

Re: [ANN] Tacos 4.0.0 released

Posted by Patrick Moore <pm...@yahoo.com>.
With all the work in the main Tapestry components to use dojo is tacos going to
be folded into the Tapestry mainline? 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [ANN] Tacos 4.0.0 released

Posted by Jesse Kuhnert <jk...@gmail.com>.
I think that's the flash player issue someone talked about in another
thread.

Since the other demos (http://opencomponentry.com:8080/workbench ) work fine
in opera 9 I'm guessing if it is a bug it was fixed some time ago. (as the
tapestry dojo version is still pretty old in comparison to what is coming
out in dojo 0.4 )

On 8/25/06, Henri Dupre <he...@gmail.com> wrote:
>
> This is fantastic!
> But nothings shows up with Opera 9... Is this a bug in dojo?
>
>
>
>
> On 8/24/06, andyhot <an...@di.uoa.gr> wrote:
> >
> > The latest tacos release is out!
> > Several new components have been added,
> > lots of bug fixes made and dojo updated to 0.3.1
> >
> > Check it out at http://tacos.sourceforge.net/
> > Live demo http://opencomponentry.com:8080/tacos/app
> >
> > --
> > Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
> > Tapestry / Tacos developer
> > Open Source / J2EE Consulting
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>
>
> --
> Henri Dupre
> Actualis Center
>
>


-- 
Jesse Kuhnert
Tapestry/Dojo/(and a dash of TestNG), team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind.

Re: [ANN] Tacos 4.0.0 released

Posted by Henri Dupre <he...@gmail.com>.
This is fantastic!
But nothings shows up with Opera 9... Is this a bug in dojo?




On 8/24/06, andyhot <an...@di.uoa.gr> wrote:
>
> The latest tacos release is out!
> Several new components have been added,
> lots of bug fixes made and dojo updated to 0.3.1
>
> Check it out at http://tacos.sourceforge.net/
> Live demo http://opencomponentry.com:8080/tacos/app
>
> --
> Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
> Tapestry / Tacos developer
> Open Source / J2EE Consulting
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Henri Dupre
Actualis Center