Norman Franke wrote:
Ah, thanks! I wasn't aware of that. I may see if I can get it working
using jscalendar, then. Thanks!
My other regret was due to the "preventBackButtonFix" business.
Leaving it off cause all sorts of problems for my clients (pages not
displaying or displaying wrong.) I ha
Ah, thanks! I wasn't aware of that. I may see if I can get it working
using jscalendar, then. Thanks!
My other regret was due to the "preventBackButtonFix" business.
Leaving it off cause all sorts of problems for my clients (pages not
displaying or displaying wrong.) I had to disable it
(
Tapestry 4.0.2 and tacos never had a DatePicker based on Dojo
As seen on
http://opencomponentry.com:8080/tacos/forms/FormEffectsExample.html
that datepicker is from http://sourceforge.net/projects/jscalendar
Perhaps this can be re-included in tacos 4.1 - esp. if someone is
willing to work / c
I haven't heard anything on this one. I'm now downgrading
DropdownDatePicker to plain old DatePicker since DropdownDatePicker
just doesn't work on many web browsers. We've been getting a string
of complaints, including crashed firewalls and other stuff. Too bad
since DropdownDatePicker look
On a 400 MHz box (Mac running Safari) a page with 8-10
DropdownDatePicker components takes 50 seconds to render. This is not
good.
What is T4.1.2 doing differently than Tacos did under 4.0.2?
Setting preventBackButtonFix="true" seems to help a lot, oddly
enough. It fixes the loading proble
Cool, thanks! That works.
-Norman
On Sep 11, 2007, at 5:35 PM, Andreas Andreou wrote:
http://tapestry.apache.org/tapestry4.1/components/general/shell.html
the raw attribute
On 9/12/07, Norman Franke <[EMAIL PROTECTED]> wrote:
I need to put a copyright symbol in my title. I'm using the Shell
http://tapestry.apache.org/tapestry4.1/components/general/shell.html
the raw attribute
On 9/12/07, Norman Franke <[EMAIL PROTECTED]> wrote:
>
> I need to put a copyright symbol in my title. I'm using the Shell
> component since I need Dojo stuff. How can I do that? Putting it as a
> literal, e.g.
to -1? You can,
for example, add the following to your application's hivemind.xml :
Does this help?
Marcus
-Original Message-
From: Peter Stavrinides [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 22, 2007 10:05 AM
To: Tapestry users
Subject: Re: Tapestry
L PROTECTED]
> Sent: Wednesday, August 22, 2007 10:05 AM
> To: Tapestry users
> Subject: Re: Tapestry 4.1.2 Javaassist and runtime errors
>
> Hi Jessie,
>
> Thanks for your reply.
> I don't think this problem relates to OGNL... The thing is
> that these cl
Hi Jessie,
Thanks for your reply.
I don't think this problem relates to OGNL... The thing is that these
classes are pretty ordinary page classes with Strings and Integers,
really nothing special, and besides it works great for a while, and then
after a random period it gets confused? which tel
I think you are right - it probably did happen when upgrading from
4.1.1 -> 4.1.2.
I changed a few things wrt OGNL and this is probably something related.
If you file a re-produceable bug report here
http://jira.opensymphony.com/browse/OGNL I will look in to it.
(re-produceable meaning that I hav
Glad you liked it. :) 4.1.3 is even faster if you can believe it
On 7/31/07, Peter Stavrinides <[EMAIL PROTECTED]> wrote:
> Thank guys for your hard work on Tapestry 4.1.2, I have noticed a
> massive performance improvement, especially with the asynchronous stuff.
>
> well done! ;-)
>
> Peter
I run both... I have to support apps written in 4.1 still :-)
Chris Lewis wrote:
Now get on with Tap 5 ;-)
Peter Stavrinides wrote:
Thank guys for your hard work on Tapestry 4.1.2, I have noticed a
massive performance improvement, especially with the asynchronous stuff.
well done! ;-)
Pete
Now get on with Tap 5 ;-)
Peter Stavrinides wrote:
Thank guys for your hard work on Tapestry 4.1.2, I have noticed a
massive performance improvement, especially with the asynchronous stuff.
well done! ;-)
Peter
-
To unsubsc
To summarize... using a contrib component parameter may not be that straight
forward.
I had to open up the usage by specifying a binding.
Then the property...
Best regards
Ken in nashua
_
Need a brain boost? Recharge with a sti
Ok, it seems I needed one of these...
in an auxillary page that operated one of my intermediary persistence
oriented templates.
Best regards
Ken in nashua
_
Need a brain boost? Recharge with a stimulating game. Play now!
http
I did get the column parameter to operater correctly.
Index could not be that different could it?
Still shaking my head...
Best regards
Ken in nashua
_
http://im.live.com/messenger/im/home/?source=hmtextlinkjuly07
--
Maybe this will help
https://issues.apache.org/jira/secure/ManageAttachments.jspa?id=12374984
How much science could there be to operating a parameter ?
Best regards
Ken in nashua
_
http://im.live.com/messenger/im/home/?source
2007/7/30, Ken nashua <[EMAIL PROTECTED]>:
> Hi Folks,
>
> I am trying to operate the index parameter as documented in the
> contrib:table docs.
>
> Can someone help clarify this for me?
>
> Here is the documentary...
>
> INDEX: If provided, the parameter is updated with the index of the loop on
>
you can use dojo's event connection/interception stuff which is
described here:
http://dojotoolkit.org/book/dojo-book-0-4/part-5-connecting-pieces/event
-system-0
Basically you can do something like:
dojo.event.connect("before", dojo.byId("yourLinkId"), "onclick",
yourObjectRef, "yourMethodName")
Agree with you Jesse, but I'm pretty sure that "good enough" solution
can only emerge from the frequent iterations and frequent feedback
from the users - mean frequent releases of the functionality.
IMHO in Tap5 most important thing that is missing is AJAX, let it be
very simple, very primitive bu
Great news, especially for those people who couldn't use snapshots.
I hope there will be more releases in the future.
On 6/14/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
Well now ~cough~ umm ...I wouldn't say it's lacking features - he's just
being careful / methodical like always. I'm sure H
Well now ~cough~ umm ...I wouldn't say it's lacking features - he's just
being careful / methodical like always. I'm sure Howard is quite capable of
doing a better job than what happened in T4 (and we'll expect nothing less
;) ) but it's a really tricky thing to get right. I'm still not totally
Great news! Looking forward to see a new release!
I really hope that after 4.1.2 Jesse would be able to contibute all
his experience and _excellent_ ideas in to Tapestry 5 which is really
lucking AJAX features right now.
What are the plans about AJAX in Tap5?
Renat
On 14/06/07, Jesse Kuhnert <
2007/6/14, Jesse Kuhnert <[EMAIL PROTECTED]>:
I am waiting a few days for word back from the opensymphony.com people
about
some items I need to get OGNL released. If I haven't heard anything by
this
weekend I may just release it quietly on ibiblio myself for now. After
that is done then we ca
I am waiting a few days for word back from the opensymphony.com people about
some items I need to get OGNL released. If I haven't heard anything by this
weekend I may just release it quietly on ibiblio myself for now. After
that is done then we can finally start all of the steps involved in
rel
oh...and incidentally they actually end up increasing the throughput of your
application - not the other way around. ...Either way it needs to be
configurable to handle the scale of all the variously sized tapestry apps.
On 5/2/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
Those are all coming f
Those are all coming from http://jakarta.apache.org/commons/pool/ .
I probably should make all of these instances completely configurable
though. If you create a tapestry jira issue I'll give it higher priority.
On 5/2/07, Lionel Touati <[EMAIL PROTECTED]> wrote:
Hi All,
When runnning tapestr
Alright! It works again, thanks to all for quick response.
2007/4/24, Andreas Andreou <[EMAIL PROTECTED]>:
Well, this has resulted in a few (perhaps known?) ognl issues - i'm
filling
some bug reports
now.
Anyway, try grabbing the new tacos snapshot and retrying... it now works.
Well, this has resulted in a few (perhaps known?) ognl issues - i'm filling
some bug reports
now.
Anyway, try grabbing the new tacos snapshot and retrying... it now works.
when displaying the page this is the output:
*type* Exception report
*message*
*description* *The server encountered an internal error () that prevented it
from fulfilling this request.*
*exception*
javax.servlet.ServletException:
org.apache.tapestry.services.impl.HiveMindExpressionCompiler.g
Thanks Jesse.
- Original Message
From: Jesse Kuhnert <[EMAIL PROTECTED]>
To: Tapestry users
Sent: Tuesday, 3 April, 2007 2:34:52 PM
Subject: Re: Tapestry 4.1.2
Maybe another week or two. It is entirely dependent on seeing the ognl
features stabilize.
On 4/3/07, Gareth &
Maybe another week or two. It is entirely dependent on seeing the ognl
features stabilize.
On 4/3/07, Gareth <[EMAIL PROTECTED]> wrote:
Hi All,
Is there a likely approximate release date for tapestry 4.1.2 yet?
If so, could you please share it, I couldn't find it on the website anywhere.
Than
out tomorrow and see if I can find out what's going on when trying to
update components within the dialog.
> >
> > Thanks,
> >
> > Danny
> >
> >
> > -Original Message-----
> > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
> > Sent: Mon 3/5/200
x27;ll check it out
tomorrow and see if I can find out what's going on when trying to update
components within the dialog.
>
> Thanks,
>
> Danny
>
>
> -Original Message-
> From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
> Sent: Mon 3/5/2007 9:05 PM
> T
't debugged more. I'll check it out
tomorrow and see if I can find out what's going on when trying to update
components within the dialog.
Thanks,
Danny
-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Mon 3/5/2007 9:05 PM
To: Tapestry users
Subject
riginal Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Mon 3/5/2007 9:05 PM
To: Tapestry users
Subject: Re: Tapestry 4.1.2 DirectLink updateComponents within a Dialog
That's odd. I have some pretty complicated components being updated
inside of a dialog, though admitt
That's odd. I have some pretty complicated components being updated
inside of a dialog, though admittedly I normally just specify the
dialog as being the thing to update.
I can take a look tomorrow to see if there's anything obvious I've
missed...Did you have something more specific as an example
http://tapestry.apache.org/tapestry4.1/components/form/form.html
Notice the difference between the success and the listener parameter.
When using listener, you have to manually check for validation errors...
... by getting the form's delegate and checking it for errors
http://tapestry.apache.org/
It is the missing backslash !
Thanks!
Shing
--- andyhot <[EMAIL PROTECTED]> wrote:
> it's the
>
> try
>
>
> Shing Hing Man wrote:
> > I have a Form component with parameter async=true,
> and
> > a plain html
> > submit button to submit the form.
> > The Form parameter updateComponents i
Thanks for the suggestion!
But @Submit (or @Submit with async="ognl:true)
does not solve the problem.
Shing
--- Andrea Chiumenti <[EMAIL PROTECTED]> wrote:
> hi,
> try replacing
>
> with
> value="Submit"/>
>
> ciao,
> kiuma
>
> On 2/8/07, Shing Hing Man <[EMAIL PROTECTED]> wrote:
> >
> >
:)
On 2/8/07, andyhot <[EMAIL PROTECTED]> wrote:
it's the
try
Shing Hing Man wrote:
> I have a Form component with parameter async=true, and
> a plain html
> submit button to submit the form.
> The Form parameter updateComponents is set to the id
> of a piece of html code
> that display a
it's the
try
Shing Hing Man wrote:
I have a Form component with parameter async=true, and
a plain html
submit button to submit the form.
The Form parameter updateComponents is set to the id
of a piece of html code
that display a value entered in the form.
When I click the submit button, t
hi,
try replacing
with
ciao,
kiuma
On 2/8/07, Shing Hing Man <[EMAIL PROTECTED]> wrote:
I have a Form component with parameter async=true, and
a plain html
submit button to submit the form.
The Form parameter updateComponents is set to the id
of a piece of html code
that display a value ent
44 matches
Mail list logo