Re: Migrating to 5.3

2011-06-19 Thread Angelo C.
might be more helpful by writing some new features in 5.3, example: skinning and theme support? this feature will get some users (I am one of them) goes into 5.3 immediately. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Migrating-to-5-3-tp4503774p4504698.html Sent from t

Re: Migrating to 5.3

2011-06-19 Thread Angelo C.
might be more helpful by writing some new features in 5.3, example: skinning and theme support? this feature will get some users (I am one of them) goes into 5.3 immediately. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Migrating-to-5-3-tp4503774p4504697.html Sent from t

Re: Select component and Ajax (Tapestry version < 5.2.0)

2011-06-19 Thread leandroaispuru
While i look for the solution i have used , here is an article that can help you. http://tapestry.1045711.n5.nabble.com/Select-does-not-submit-form-on-change-td2418954.html Good Luck! 2011/6/19 > Sorry .. the link i've passed to you is incorrect. > I can't found the correct one because i haven

Re: Select component and Ajax (Tapestry version < 5.2.0)

2011-06-19 Thread leandroaispuru
Sorry .. the link i've passed to you is incorrect. I can't found the correct one because i haven't here the source code. I will give the right solution on tuesday morning or tomorrow if i find it on internet ok? Sorry again... 2011/6/19 > Hi Luciano! > Some time ago i had the same problem. >

Re: Select component and Ajax (Tapestry version < 5.2.0)

2011-06-19 Thread leandroaispuru
Hi Luciano! Some time ago i had the same problem. Here is a link with a simple solution . The idea is to add some extra javascript and java code in order to enable ajax to the select component of tapestry 5.1. Look and then tell me if it solves your problem: http://jumpstart.doublenegative.com.a

Select component and Ajax (Tapestry version < 5.2.0)

2011-06-19 Thread Luciano
Hi everyone, my case is quite simple : somewhere on the website I'm working on, I need to trigger an Ajax request each time the internaut selects a new manipulating a regular HTML Select component. I read the doc and I found exactly what I needed : http://tapestry.apache.org/current/tapestry-cor

Re: [ANN] Tapestry-breadcrumbs version 1.4 is released

2011-06-19 Thread Joakim Olsson
Gaah...Of course. It's on GitHub: https://github.com/argoyle/tapestry-breadcrumbs /Joakim On Sun, Jun 19, 2011 at 8:16 PM, Kalle Korhonen wrote: > Always link to your project page! > > Kalle > > > On Sun, Jun 19, 2011 at 10:19 AM, Joakim Olsson wrote: >> Hi, >> >> I just released version 1.4 o

Re: Migrating to 5.3

2011-06-19 Thread Thiago H. de Paula Figueiredo
Hi! I guess you won't need to change any post as long as you haven't used anything deprecated in 5.2.4. I'd suggest you to just add notes to things that have changed, if any. On Sun, 19 Jun 2011 12:34:16 -0300, Taha Hafeez wrote: Hi everybody I am thinking of migrating all my blog(ht

Re: [ANN] Tapestry-breadcrumbs version 1.4 is released

2011-06-19 Thread Kalle Korhonen
Always link to your project page! Kalle On Sun, Jun 19, 2011 at 10:19 AM, Joakim Olsson wrote: > Hi, > > I just released version 1.4 of tapestry-breadcrumbs. > > The only change is regarding how the dispatcher is added to the master > dispatcher. Previously I added it with before:PageRender but

[ANN] Tapestry-breadcrumbs version 1.4 is released

2011-06-19 Thread Joakim Olsson
Hi, I just released version 1.4 of tapestry-breadcrumbs. The only change is regarding how the dispatcher is added to the master dispatcher. Previously I added it with before:PageRender but that made it pick up assets and component events as well as page renders so I have changed it to after:Compo

Migrating to 5.3

2011-06-19 Thread Taha Hafeez
Hi everybody I am thinking of migrating all my blog(http://tawus.wordpress.com) posts to 5.3. I have three options :- 1. Edit the current posts and upgrade them to 5.3 and keep the 5.2.5 version at the bottom. 2. Write separate posts with different titles for 5.3 3. Edit the current posts and upg

Re: Confirm through colorbox.

2011-06-19 Thread françois facon
Hi Juan, Did you have a look at IOKO contribution? It is a nice example that provide also a mixin for dialog. http://code.google.com/p/ioko-tapestry-commons/source/browse/trunk/tapestry-commons/tapestry-mixins/src/main/resources/uk/co/ioko/tapestry/mixins/mixins/overlay.js There is also Reveal

Re: RE : Trying out 5.3.0

2011-06-19 Thread Angelo C.
this works. think have to replace all in the projects in order for upgrading. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Trying-out-5-3-0-tp4503041p4503355.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: RE : Trying out 5.3.0

2011-06-19 Thread Christian Riedel
There's no archetype for 5.3.0, yet! You have to wait for the next alpha release, I think. Use the 5.2.5 archetype and change the version in the pom. Am 19.06.2011 um 12:33 schrieb Chris Poulsen: > Hi, > > I guess the archetype is kind of in between versions. > > I guess the deprecated @Inclu

Re: RE : Trying out 5.3.0

2011-06-19 Thread Chris Poulsen
Hi, I guess the archetype is kind of in between versions. I guess the deprecated @IncludeStyleSheet has been removed in 5.3 and should he replaced with @Import(stylesheet="context:layout/layout.css") HTH. -- Chris On Sun, Jun 19, 2011 at 12:04 PM, Angelo C. wrote: > Thanks, works this time,

Re: RE : Trying out 5.3.0

2011-06-19 Thread Angelo C.
Thanks, works this time, see those 5.3.0 jar's being downloaded, but got this: [ERROR] /Users/wcc/test_t5_3/newapp/src/main/java/com/example/newapp/components/Layout.java:[11,1] cannot find symbol [ERROR] symbol: class IncludeStylesheet [ERROR] @IncludeStylesheet("context:layout/layout.css") [ERRO

Re: RE : Trying out 5.3.0

2011-06-19 Thread Angelo C.
Thanks, works this time, see those 5.3.0 jar's being downloaded, but got this: [ERROR] /Users/wcc/test_t5_3/newapp/src/main/java/com/example/newapp/components/Layout.java:[11,1] cannot find symbol [ERROR] symbol: class IncludeStylesheet [ERROR] @IncludeStylesheet("context:layout/layout.css") [ERRO

RE : Trying out 5.3.0

2011-06-19 Thread Guerin Laurent
Without the typo... apache-snapshots https://repository.apache.org/content/repositories/orgapachetapestry-023/ De : Guerin Laurent [lgue...@sopra

RE : Trying out 5.3.0

2011-06-19 Thread Guerin Laurent
Hi, try with this configuration (repository url param) : apache-snapshots https://repository.apache.org/content/repositories/orgapachetapestry-023/ 5.3.0 Laure

Trying out 5.3.0

2011-06-19 Thread Angelo C.
Hi, I updated a working 5.2.4 project's pom with following changes: apache-snapshots https://repository.apache.org/content/repositories/orgapachetapestry-023/org/apache/tapestry/ 5.3.0 but it does not pull down 5.3.0 jars, in