Thanks a lot for this answer.
> Tapestry 5 (as of 5.0.3) supports two forms of templating:
>
>
>
>
>
> and
>
> ...
>
>
> The former version is more cluttered, but more Web designer friendly.
>
> The latter version reads "nicer" for coders who don't care about Web
> designer friendly.
>
> You
Haven't had a chance; I'm working full time and I am having a bad
allergy problem, so I haven't had the energy to work through the
patches. Probably be this weekend.
On 4/5/07, Robert Zeigler <[EMAIL PROTECTED]> wrote:
Maybe I deal with a different class of webapps than you. :) The
majority of w
Tapestry 5 (as of 5.0.3) supports two forms of templating:
and
...
The former version is more cluttered, but more Web designer friendly.
The latter version reads "nicer" for coders who don't care about Web
designer friendly.
You are, of course, free to mix and match. This is one of the
Maybe I deal with a different class of webapps than you. :) The
majority of webapps that I've written have required an upload
component. That said, I think putting it in a separate project with
it's own dependencies is a great idea.
Robert
PS Have you had a chance to look at the newest pa
I'll take a peek when I get a chance.
My intention is for there to be a small tapestry-upload project for
the Upload component. The (majority of) applications that don't use
upload will not be burdened with the many extra dependencies Upload
will bring.
On 4/4/07, Ben Sommerville <[EMAIL PROTECT
https://issues.apache.org/jira/browse/TAPESTRY-1405
In the meantime I'll use Christian's approach.
Thanks, J
On 5-Apr-07, at 11:19 AM, Julian Wood wrote:
Was this ever dealt with? Attaching an event listener to a radio
group component still doesn't work for me in the latest 4.1.2
snapshot
Was this ever dealt with? Attaching an event listener to a radio
group component still doesn't work for me in the latest 4.1.2
snapshot, though if i change it to a property selection, it does. I
couldn't find a JIRA issue which looked like it dealt with this
specifically - maybe http://iss
I'm close to being able to upgrade but this one is a real blocker for
us:
http://jira.opensymphony.com/browse/OGNL-35
Even with the fail-safe this is a problem because it ends up evaluating
things it isn't supposed to (which causes our code to throw exceptions).
Ben
-Original Message-
F
The visit pattern certainly isn't deprecated, it just evolved. Instead
of having a single visit object to store everything, you define your own
application state objects. It's a vast improvement because you can
separate each functional area of your application into its own ASO with
whatever A
Howard,
Thanks a lot for responding. I tried setting the volatile="true" for
the Loop component, but i still have the same issue. When i try
printing the first element of the ArrayList on the onSuccess method,
it still shows the old value.
Start.html
--
Ok, solved it... it is just a hybrid in the jwc file... that piggybacks off
of Select.
Best regards
Ken in nashua
_
The average US Credit Score is 675. The cost to see yours: $0 by Experian.
http://www.freecreditreport.com/pm/defa
Folks,
I am unable to find out which component this is.
In tapestry docs is states Select as opposed to select. Case sensitive.
The hangman example uses select.
If I change mine to Select I receive unknown component id.
Best regards
Ken in nashua
___
Hmm... Strange. I can download it from the UK. Anyway, I can send it as
an email attachment if you wish - something like 1.06M.
-Original Message-
From: Howard Lewis Ship [mailto:[EMAIL PROTECTED]
Sent: 05 April 2007 15:20
To: Tapestry users
Subject: Re: [ANN] Series of Tapestry Tutorials
Great, I'm glad it's working out.
If the stack traces contain exceptions in the javassist package it'd
be nice to have them go into the ognl jira:
http://jira.opensymphony.com/browse/OGNL
On 4/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Jesse, thanks a bunch!
It works great now - and we
I'm really curious about that dissertation, but the link to it doesn't
seem to be responding.
On 4/4/07, Chris Chiappone <[EMAIL PROTECTED]> wrote:
Nice,
Did you guys see his dissertation on tapestry. Pretty good work right there.
On 4/4/07, Andreas Andreou <[EMAIL PROTECTED]> wrote:
> Looks
This should work, but it looks like you simplified your example.
The Loop component records into the form (as hidden fields) the values
from its source parameter. When the form is submitted, it uses these
values, and ignores it source parameter.
In the short term, you should be able to get the L
Hi,
I am trying to iterate over a list and display the values in a
textfield. User can edit these values and i need to save these back
to the list. I am able to display all the values, but the values are
not getting updated when user saves them.
Hi Jesse,
had to look up the message myself again...
here is a quote of what i wrote:
--
i'm experiencing some trouble here with Tapestry4.1.2 SNAPSHOT and
ognl-expressions.
I've got the following construct in a table-component in my template:
value="ognl
2007/4/5, Andreas Andreou <[EMAIL PROTECTED]>:
I believe that tacos:Table was created by Leonardo Quijano Vincenzi and
that
he extended contrib:Table
Take a look at
http://fisheye3.cenqua.com/browse/tacos/tacos-4.0/trunk/tacos-core/src/java/net/sf/tacos/ajax/components/table
We could use an a
I have no idea what you are talking about Patrick. Was there something
more specific you found problems with?
On 4/5/07, Patrick Klein <[EMAIL PROTECTED]> wrote:
Hi, Jesse,
I just tried the latest snapshot of tapestry but still got the same
result as in my last post ("If-component and T4.1.2-Sn
Ok found a Solution...
a cycle().commitPageChanges() dit the Job
quess that a getDelegate().record(***) also calls cycle.commitChanges()...
not sure why getDelegate().recordFieldInputValue(null); doesnt do.
Skorpien126 wrote:
>
> Why does this Code in my RegisterPage doesn´t work:
>
Thx for explanation, at this point the question is: why the Tap. disign
differentiates IPage and IExternalPage?
On 4/5/07, Sam Gendler <[EMAIL PROTECTED]> wrote:
An IPage is bookmarkable, so long as you just want to bookmark the
default state of the page when rendered by the page service. Howe
Hmm more strange ... why doesnt stop Eclipse at
getDelegate().setFormComponent();
when there is set a breakPoint?!?!?.
I know the Code looks the same, but that´s not true.
Skorpien126 wrote:
>
> Why does this Code in my RegisterPage doesn´t work:
>
>
Well, I hope you are earnest in that objective moving forward. At the end of
the day I am not questioning the technological marvel that Tapestry is.
Otherwise I wouldn't be using it. But I feel like quite a few of us who have
championed the use of Tapestry within our organizations have been let
I wouldn't think you'd have to do anything at all. I've built pages
that have a checkbox in each row and an action button which acts on
selected rows using both tacos table and contrib table. I just make
the checkboxes set their value into a property of the page, and then
in the setter method, I
Hi,
I am currently using Tapestry 4.1.1, with Dojo 0.4.1 (same problem with
dojo 0.4.2).
In some places, I have links that are JS actions as
javascript:tapestry.form.submit('confirmForm', 'LinkSubmit');"
Basically, the problem (that mostly happens on IE6, but also on IE7/FF),
is that if the u
Thanks Steve.
I'll investigate using that perhaps instead of storing it in the visit object.
Incidentally, I haven't had any comments as to whether the visit pattern is no
longer the best practice with version 4.1.1 upwards... I'd be grateful to hear
people's views. I think the reason I'm no
An IPage is bookmarkable, so long as you just want to bookmark the
default state of the page when rendered by the page service. However,
if you submit a form on that page and then want to bookmark the
resulting page, you won't be able to, since the form submit will go
back to your original page,
I believe that tacos:Table was created by Leonardo Quijano Vincenzi and that
he extended contrib:Table
Take a look at
http://fisheye3.cenqua.com/browse/tacos/tacos-4.0/trunk/tacos-core/src/java/net/sf/tacos/ajax/components/table
We could use an ajax version of Table in 4.1 !
On 4/5/07, Borut Bo
For 4.1.2-SNAPSHOT
On 5.4.2007 9:57, Andreas Andreou wrote:
For which tapestry version?
On 4/5/07, Borut Bolčina <[EMAIL PROTECTED]> wrote:
Hello,
if I want to have a pageable,ajax enabled table with checkboxes in each
row and some action button to act upon selected
For which tapestry version?
On 4/5/07, Borut Bolčina <[EMAIL PROTECTED]> wrote:
Hello,
if I want to have a pageable,ajax enabled table with checkboxes in each
row and some action button to act upon selected rows (checkboxes), ..
1. is there a component out there
2. should I extend tacos
Hello,
if I want to have a pageable,ajax enabled table with checkboxes in each
row and some action button to act upon selected rows (checkboxes), ..
1. is there a component out there
2. should I extend tacos table
3. should I extend contrib table
Thanks,
Borut
Hi, Jesse,
I just tried the latest snapshot of tapestry but still got the same
result as in my last post ("If-component and T4.1.2-Snapshot") from the
28th of march. Rendering of the page differs major between T4.1.1 and
T4.1.2 Snapshot.
Regards,
Patrick
I think I've resolved most of the
Jesse, thanks a bunch!
It works great now - and we're back on the snapshot ;)
Shall I enter my stacktraces into the Tap-Jira or the Ognl-Jira,
preferably?
Marcus
> -Original Message-
> From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 04, 2007 5:46 PM
> To: Tapestry
34 matches
Mail list logo