Hi,
For some reason as of today my app running under Jetty fails to resolve
the URL's properly. Even though I request my pages over
https://localhost:8443/ the generated URL's by the forms, action and
page links result in a url with http://localhost/
Has anything changed in the way the url's
hi,
I'm not quite sure what is wrong, but my posts to the mailing lists
don't seem to go through. At least I do not receive my own posts even
though Howard did reply to my previous post. Am I missing something or
are my mails only coming through to Howard as an list manager? The below
post ne
Hi,
For some reason as of today my app running under Jetty fails to resolve
the URL's properly. Even though I request my pages over
https://localhost:8443/ the generated URL's by the forms, action and
page links result in a url with http://localhost/
Has anything changed in the way the url's
Hi All,
I would like your opinions on best practices for error handling.
This is how I currently deal with errors:
- I use the ExceptionReporter to override the default Tapestry exception
page
- I implement a small Tapestry service wired to the
ApplicationStateManager deal with errors, which a
Hey Joost...
Just stay calm. I know that delay, too. My mails arrive about 1 our later I
post them. The reason could be grey-listing at your mail-service-provider (see
wikipedia for grey-listing if you don't know what this means).
Grz
Andi
-Ursprüngliche Nachricht-
Von: Joost Schouten
Hi,
I'm getting a ClassDefNotFound exception on
org/apache/tapestry/internal/services/ClassNameLocator from
org.apache.tapestry.hibernate.HibernateModule in
tapestry-hibernate-5.0.11-20080222.120050-13.jar. The class has moved to
org.apache.tapestry.ioc.services in
tapestry-ioc-5.0.11-20080224.12
Yep, that works perfect...
I was after a complex solution when the answer was so simple :o)
Thanks...
Josh Canfield wrote:
> Hi Hugo,
>
> I'm not familiar with ICallback, but it sounds like what you are trying to
> do matches something I use to keep track of the referring page within my
> applica
Thanks Howard, any news on when we can expect FormSupport to be available?
Render queue error in SetupRender[xxx/xxx.xxx]: No object of type
org.apache.tapestry.services.FormSupport is available from the Environment.
Available types are org.apache.tapestry.PageRenderSupport,
org.apache.tapestry.Va
nice entry..
in T5.0.11
I've failed to make this work:
How to add an extra column
You want to add an extra column called "details" to each line that
does not have a field in the POJO:
${person.lastname}
I know it can be done by modifying BeanModel, but this seemed like
nice featu
Davor Hrg a écrit :
nice entry..
in T5.0.11
I've failed to make this work:
How to add an extra column
You want to add an extra column called "details" to each line that
does not have a field in the POJO:
${person.lastname}
I know it can be done by modifying BeanModel, but this
Hello,
I've a bean with a Class property. I want to display the simple
name, without success.
First it understands well that (T5.0.10) :
public static void
contributeDefaultDataTypeAnalyzer(MappedConfiguration, String>
configuration) {
configuration.add(Class.class, "text");
}
Looks like you are trying to use Zone to extend an existing Form on
the fly. That's something I'm working on this week. I consider it
the last major hurdle.
On Mon, Feb 25, 2008 at 4:43 AM, Patrick Moriarty
<[EMAIL PROTECTED]> wrote:
> Thanks Howard, any news on when we can expect FormSupport to
That won't cluster since LinkImpl is not serializable ... I'll have to
check to see if it can be made serializable. If not, you certainly
can store the absolute URI from the Link as a persistent property.
On Fri, Feb 22, 2008 at 11:47 AM, Josh Canfield <[EMAIL PROTECTED]> wrote:
> Hi Hugo,
>
> I
True, i didn't think of that.
It would be much easier to store the Link object thought
Howard Lewis Ship wrote:
> That won't cluster since LinkImpl is not serializable ... I'll have to
> check to see if it can be made serializable. If not, you certainly
> can store the absolute URI from the L
Nice one, I'm looking forward to getting my hands on it!
On 25/02/2008, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
>
> Looks like you are trying to use Zone to extend an existing Form on
> the fly. That's something I'm working on this week. I consider it
> the last major hurdle.
>
>
> On Mon,
I think that Howard may have finally solved this mystery for us in
this JIRA ticket https://issues.apache.org/jira/browse/TAPESTRY-2055 .
The summary of which is that it's an issue with how OGNL uses static
class state for certain things (like class resolvers), which may trip
applications up that
Hi list,
I've taken a look at T5 and followed the tutorial
http://tapestry.apache.org/tapestry5/tutorial1/
I then added a doctype, following the instructions on
http://tapestry.apache.org/tapestry5/tapestry-core/guide/
templates.html
As a result, my template (Guess.tml) begins as follow
Extending an existing form on the fly with AJAX? That's precisely what I
need right now.
Unfortunately I need to have my project done by the end of the month
(luckily it's leap-year, right?)
Patrick Moriarty wrote:
Nice one, I'm looking forward to getting my hands on it!
On 25/02/2008, How
Thanks Howard. I am experiencing this problem as well.
On Mon, Feb 25, 2008 at 12:01 PM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
> Typical Maven bullshit. Some of their plugins have broken and it's
> screwing up the nightly build. I'll see what I can do but don't have
> an ETA.
>
>
>
>
http://tapestry.formos.com/nightly/tapestry5/tapestry-core/guide/secure.html
On Sun, Feb 24, 2008 at 1:00 AM, Joost Schouten (ml)
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> For some reason as of today my app running under Jetty fails to resolve
> the URL's properly. Even though I request my pages ove
Typical Maven bullshit. Some of their plugins have broken and it's
screwing up the nightly build. I'll see what I can do but don't have
an ETA.
On Mon, Feb 25, 2008 at 2:09 AM, Patrick Moriarty
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm getting a ClassDefNotFound exception on
> org/apache/tapest
there is already an open issue
http://issues.apache.org/jira/browse/TAPESTRY-2166
c)hristian
Hi list,
I've taken a look at T5 and followed the tutorial
http://tapestry.apache.org/tapestry5/tutorial1/
I then added a doctype, following the instructions on
http://tapestry.apache.org/tapes
Ah, right. I wasn't worried about that as I'm currently not clustering.
Although if I were I would probably run with sticky sessions and not try to
share sessions across boxes. For my usecase if a box goes down and someone
has to start a session over that's acceptable.
Hugo, java.net.URL is an acc
Yep,
thanks
Josh Canfield wrote:
> Ah, right. I wasn't worried about that as I'm currently not clustering.
> Although if I were I would probably run with sticky sessions and not try to
> share sessions across boxes. For my usecase if a box goes down and someone
> has to start a session over that'
It's strange to me that a designer would be dictating where source code
lives... if you're using perforce or svn (or others I presume) for source
control you can map those folders on their system so they don't know the
difference.
Do they have some good reason to want things in WEB-INF?
Josh
On
Hello all,
Can anyone confirm that the DateField component is broken in IE 6.0
(possibly 7.0) and T5.0.10?
I'm getting JavaScript errors when the pop-up image is clicked.
Thanks!
Joel
-
To unsubscribe, e-mail: [EMAIL PROTECTE
It turned out that changing:
String appName = "MyApp";
to
String appName = "App";
got rid of this error. I think that Tapestry is appending Module (so
it becomes AppModule) to figure out what class to launch the ioc
from. Since my application (created from the mvn quickstart) uses
AppMo
Is there a way to restrict the size of uploaded files in the upload
component?
In a community app with avatar upload it would be possible for malicious
users to hog the application by uploading very large images to provoke out
of memory errors. Is there any way to configure upload to only accept f
Hi Peter,
I've turned the RequestExceptionHandler service into a pipeline, which
seems to work quite well for my applications. I inject the
DefaultRequestExceptionHandler and use it as the terminator in the
pipeline, that way the old behaviour is preserved if no filters are
added to the pipel
Thanks Geoff for continuing to make this available. It is proving to
be an invaluable resource in getting up to speed on Tap 5.
If I could make one suggestion, it would be to organize the code as
Howard has done for the quickstart tutorial.
Nevertheless, thanks again for all your efforts!
I've done some work on it in 5.0.11, and tested with Mac Firefox 2 and
Windows IE 7. I don't have access to an IE 6 right now (I need to
setup yet another virtual machine).
On Mon, Feb 25, 2008 at 10:30 AM, Joel Wiegman <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> Can anyone confirm that the Date
if you have one VM windoz...
http://tredosoft.com/IE7_standalone
Davor Hrg
On Mon, Feb 25, 2008 at 9:08 PM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
> I've done some work on it in 5.0.11, and tested with Mac Firefox 2 and
> Windows IE 7. I don't have access to an IE 6 right now (I need to
Howard,
Just to complete the thread, I upgraded to the 5.0.11-SNAPSHOT release
and the DateField component works as expected on IE.
Joel
-Original Message-
From: Howard Lewis Ship [mailto:[EMAIL PROTECTED]
Sent: Monday, February 25, 2008 3:09 PM
To: Tapestry users
Subject: Re: T5.0.10:
Hi Howard,
Any news about 'format' parameter?
Thanks
Marcus
That's a feature of the old DateField that had to be stripped out.
Still, something along those lines is needed if only to handle
localization issues with the new DateField.
On Mon, Feb 25, 2008 at 12:28 PM, Marcus <[EMAIL PROTECTED]> wrote:
> Hi Howard,
>
> Any news about 'format' parameter?
>
>
Is it possible to update a component that is within a component that has
already been update with an AjaxDirectLink?
To hopefully clarify, I have a "Foo" component with an AjaxDirectLink
that updates an @Any component that contains a "Bar" component. Bar has
an AjaxDirectLink that updates an @
Is it possible to update a component that is within a component that has
already been update with an AjaxDirectLink?
To hopefully clarify, I have a "Foo" component with an AjaxDirectLink
that updates an @Any component that contains a "Bar" component. Bar has
an AjaxDirectLink that updates an @
there is
http://www.timdown.co.uk/code/simpledateformat.php
I've created JIRA with more detailed proposal
https://issues.apache.org/jira/browse/TAPESTRY-2198
Davor Hrg
On Mon, Feb 25, 2008 at 10:03 PM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
> That's a feature of the old DateField that had
38 matches
Mail list logo