I hope T5 will add Ajax support ASAP!
Lack of Ajax support in T5 turned me to Wicket - and
from programming perspective Wicket's approach to ajax
( adding target components to the ajax targets in the
action) seems to be very intuitive and convenient.
Do not like polluted session in Wicket though.
On 8/21/07, 蝈蝈龙 <[EMAIL PROTECTED]> wrote:
> The problem is just when we'll get a released tp5 :)
There are atleast 5 releases of T5 already. :-)
--
regards,
Robin
The problem is just when we'll get a released tp5 :)
2007/8/21, Peter Stavrinides <[EMAIL PROTECTED]>:
>
> In my humble opinion go for 5, its stable enough for most projects now.
> Tapestry 5 addresses many shortcomings of 4, it feels more natural to
> develop with whereas Tapestry 4 may feel unc
In my humble opinion go for 5, its stable enough for most projects now.
Tapestry 5 addresses many shortcomings of 4, it feels more natural to
develop with whereas Tapestry 4 may feel unconventional at first, so
possibly a bit more difficult to learn than 5. The only benefit I can
think of going
Thanks for the samples, but ...
The developer wiki is for developers OF Tapestry.
What you want is the link I gave below:
http://wiki.apache.org/tapestry/Tapestry5HowTos
I would move the samples myself but I couldn't find them.
Cheers,
Nick.
Jonathan Glanz wrote:
Actually I figured it out an
If you can wait for AJAX functionality (late 2007?) , I would say go
with Tapestry 5. If you need AJAX immediately, the latest Tapestry 4
is best. Tapestry 5 is the "next generation" Tapestry, and the T4
code is not directly compatible. That said, your T4 code isn't
completely useless either. T
Hi Daniel,
Thanks for the reply, I'm learning Tapestry 4, from those samples I saw,
it's ok to use either abtract or not as page class, so which one is better?
maybe non abstract class to be compatible with Tapestry 5? I'm just
evaluating frameworks for a coming project, is it advisable to use Ta
No, sorry, I do not.
If you discover some weird behaviour due to some bug in the date
picker please let me know. We have a issue tracker on the google-code
project.
2007/8/17, Marcelo lotif <[EMAIL PROTECTED]>:
> Ted, do you have any example of your DatePicker inside a BeanEditForm?
> i'm trying t
Hi,
I'm new to Tapestry, I'm learning now Tapestry 4 for a coming project. I'd
like to know if Tapestry 5 is ready? which route should I take, Tapestry 4
or 5 to develop the new project? Thanks.
A.C.
--
View this message in context:
http://www.nabble.com/Tapestry-4-or-5--tf4302180.html#a12245
thanks, found it and downloaded.
--
View this message in context:
http://www.nabble.com/tapestry-4.0-src-download--tf4297069.html#a12245369
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-
On 8/21/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
> However, it goes against the grain of Tapestry. I've finally
> documented this, the concept of static structure and dynamic behavior.
This seems to answer (or comment if you prefer) on other thread
"Recursion of components", nice!
--
M
That's close to my opinion.
I appreciate how people would like to create a new component on the
fly, and I understand the use cases involving that.
However, it goes against the grain of Tapestry. I've finally
documented this, the concept of static structure and dynamic behavior.
Once you allow
Humm alway in my way
So I try to enhance T5 to support some Ajax Features.
1 - I've Aliased the ComponentActionRequestHandler to use my own.
2 - Now if my ComponentAction is and ajax action ex :
http://mySite/myPage.myComponent:ajax/99 I want try to instanciate my
targeted component.
So I
Folks,
Is there a GalleryWidget anywhere implemented in tapestry? Specifically I am
looking for auto-paging features just like contrib:table
This widget would layout links or images of for example auto parts or cars
for sale while hosting a control bar for auto-paging.
Thanks in advance.
B
I thought I had a pretty slick dynamic image component using the examples
from the list and wiki. Recently I noticed a performance problem and tracked
it to excess database access. It seems that whatever page I embed the image
component in gets fully re-loaded when the onImage action is trigged. Wh
What's worth considering is that the reason it exists at all is
purely an implementation detail. There is already a pseudo-dynamic
component creating ability in Tapestry. Consider a Loop component that
contains other components. Somehow, Tapestry, in this case, knows what
to generate at runtime si
You can extend the BeadEditForm instead of copying it can't you? That
would be a pain...
Daniel Jue wrote:
In general, Tapestry's defaults are good -- they get you up and
running. But for people who want to add more pieces of flair to the
components, we'll probably end up needing to copy the c
In general, Tapestry's defaults are good -- they get you up and
running. But for people who want to add more pieces of flair to the
components, we'll probably end up needing to copy the component and
make changes as needed. For example, rewriting the Grid component's
template to make changes to t
Actually I figured it out and the verdict is yes I am an
idiotanywayif you go to the
DevWiki(http://tapestry.apache.org/tapestry5/tap5devwiki.html)
And search for "ValidatorSamples" you'll find my custom validatorshope
this helps someoneI also provided the app module code for contri
AFAIK, there is not a layout component, a layout is just a custom
component you have to create (with your own template).
see http://tapestry.apache.org/tapestry5/tapestry-core/guide/templates.html
On 8/19/07, Anton Gavazuk <[EMAIL PROTECTED]> wrote:
> Hi Jun,
> Do you have an example or link to e
All, I've got a couple of completely functional valdators now and I wanted
to post them with a quick howto on the wiki.one problem.I can't
figure out how to create a new page.can someone provide some insight :-)
I'm am using the DevWiki link on the tapestry 5 home page.
-Cheers, Jon
Hi Tapestry 4 relied more on abstract classes. In Tapestry 5, you are
usually writing concrete classes -- tapestry does it's magic on all
the classes under /pages. You can still have an abstract class to
base your pages on, but that class should probably go in /base instead
of /pages, since it wo
As Howard has authored - it is Principle 1 of tapestry - see
http://tapestry.apache.org/tapestry5/ towards the bottom of the page.
Richard.
Nick Westgate wrote:
There's been plenty of discussion about this in the past, and using
blocks from a template is the usual solution, eg:
http://www.behi
Hi,
Some
tutorials(like:http://www.devshed.com/c/a/Apache/Creating-Your-First-Tapestry-Project/)
uses abstract class for page, while others use a regular class, which one is
better?
a.c.
--
View this message in context:
http://www.nabble.com/abstract-or-no-tf4298749.html#a12235434
Sent from th
I haven't played around with this at all, but if you think it is a bug, open
a JIRA issue and I'm sure Jesse will take a look at it. If it turns out to
not be a bug, it'll just get closed out anyway.
--
Kevin
On 8/17/07 10:31 PM, in article
[EMAIL PROTECTED], "Daniel Kleine-Albers"
<[EMAIL PRO
Hi,
try AOP ... (e.g. AspectJ)
Jirka
Jun Tsai napsal(a):
> 2007/8/19, Ben Tomasini <[EMAIL PROTECTED]>:
>> It seems to me that the normal eager load behavior would be irrelevant for
>> a
>> perthread service because a perthread service must be bound to a thread
>> which is using the registry, a
do you mean pooling? g,kris-"Davor Hrg" <[EMAIL PROTECTED]> schrieb: -An: "Tapestry users" Von: "Davor Hrg" <[EMAIL PROTECTED]>Datum: 19.08.2007 05:37PMThema: Re: [T5] how to Eager Loading PERTHREAD_SCOPE service?do you want your service loaded for each thread,and for each thread a new inst
Are you sure you have Tapestry jar in you web module classpath ?
In the web.xml does "org.apache.tapestry.ApplicationServlet" show up in
red ?
Angelo Chen wrote:
Hi,
I follow the following tutorial to learn Tapestry:
http://www.devshed.com/c/a/Apache/Creating-Your-First-Tapestry-Project/3/
th
Thank you, Chris,
CSS2 has a lot of wonderful stuff in it, but the problem is that it
doesn't work consistently in different browsers. For example, your
solution works in Firefox, but not in IE6, the most popular Web browser
these days.
On the other hand, having a different style for the button
Does this link help:
http://wiki.apache.org/tapestry/Tapestry5HowToOverrideTheDefaultErrorMessageBanner
Cheers
Erik
On 8/17/07, ipoese <[EMAIL PROTECTED]> wrote:
>
>
> Hi Folks,
>
> for all those who cannot make much sense of my subject - sorry. I didn't
> know any better way of putting it, reall
Bummer. That's a major omission - please log a JIRA issue.
You may have to patch Tapestry directly to fix it.
I'm surprised no-one has reported this before.
(Luckily for me Japanese doesn't use those characters.)
Cheers,
Nick.
Josh Canfield wrote:
gets rendered to
I see a todo in org.apa
you can use subversion to get the 4.0 source
4x versions are under:
https://svn.apache.org/repos/asf/tapestry/tapestry4/branches
the version you ask for
https://svn.apache.org/repos/asf/tapestry/tapestry4/branches/4.0
you can use any svn client ...
On 8/20/07, bhomass <[EMAIL PROTECTED]> wrote
--
View this message in context:
http://www.nabble.com/tapestry-4.0-src-download--tf4297069.html#a12231202
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addi
33 matches
Mail list logo