[t5.0.10] absolute urls seem to lack port and protocol knowledge

2008-02-25 Thread Joost Schouten (ml)
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

my posts to the mailing list seem not to come through

2008-02-25 Thread Joost Schouten (ml)
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

[t5.0.10] absolute urls seem to lack port and protocol knowledge

2008-02-25 Thread Joost Schouten (ml)
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

Tapestry 5 Error handling

2008-02-25 Thread Peter Stavrinides
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

AW: my posts to the mailing list seem not to come through

2008-02-25 Thread Stroeber, Andreas
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

T5.0.11-SNAPSHOT - tapestry-hibernate out of date

2008-02-25 Thread Patrick Moriarty
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

Re: Callbacks in Tap5

2008-02-25 Thread Hugo Palma
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

Re: Howard deserves praise

2008-02-25 Thread Patrick Moriarty
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

Re: [Tapestry Wiki] Update of "Tapestry5GridComponent" by GabrielLandais

2008-02-25 Thread Davor Hrg
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

Re: [Tapestry Wiki] Update of "Tapestry5GridComponent" by GabrielLandais

2008-02-25 Thread Gabriel Landais
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

.class coercion

2008-02-25 Thread Gabriel Landais
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"); }

Re: Howard deserves praise

2008-02-25 Thread Howard Lewis Ship
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

Re: Callbacks in Tap5

2008-02-25 Thread Howard Lewis Ship
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

Re: Callbacks in Tap5

2008-02-25 Thread Hugo Palma
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

Re: Howard deserves praise

2008-02-25 Thread Patrick Moriarty
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,

Re: Tapestry 4.1.5 Javaassist and runtime errors!!

2008-02-25 Thread Jesse Kuhnert
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

[T5] valid XHTML

2008-02-25 Thread Kaspar Fischer
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

Re: Howard deserves praise

2008-02-25 Thread Michael Lake
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

Re: T5.0.11-SNAPSHOT - tapestry-hibernate out of date

2008-02-25 Thread Daniel Jue
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. > > > >

Re: [t5.0.10] absolute urls seem to lack port and protocol knoledge

2008-02-25 Thread Howard Lewis Ship
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

Re: T5.0.11-SNAPSHOT - tapestry-hibernate out of date

2008-02-25 Thread Howard Lewis Ship
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

Re: [T5] valid XHTML

2008-02-25 Thread Christian Gorbach
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

Re: Callbacks in Tap5

2008-02-25 Thread Josh Canfield
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

Re: Callbacks in Tap5

2008-02-25 Thread Hugo Palma
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'

Re: T5: Put template in other directory

2008-02-25 Thread Josh Canfield
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

T5.0.10: DateField on IE

2008-02-25 Thread Joel Wiegman
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

Re: PageTester Can't Find .class Files

2008-02-25 Thread Mark W. Shead
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

[T5] Is there a way to restric filesize in upload component?

2008-02-25 Thread Otho
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

Re: Tapestry 5 Error handling

2008-02-25 Thread Filip S. Adamsen
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

Re: JumpStart 3.3.1 now available - fixes 3.3.0 bugs

2008-02-25 Thread Julian Wood
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!

Re: T5.0.10: DateField on IE

2008-02-25 Thread Howard Lewis Ship
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

Re: T5.0.10: DateField on IE

2008-02-25 Thread Davor Hrg
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

RE: T5.0.10: DateField on IE

2008-02-25 Thread Joel Wiegman
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:

Re: T5.0.10: DateField on IE

2008-02-25 Thread Marcus
Hi Howard, Any news about 'format' parameter? Thanks Marcus

Re: T5.0.10: DateField on IE

2008-02-25 Thread Howard Lewis Ship
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? > >

Nested Ajax updated components, not updating with AjaxDirectLink (Tapestry 4 w/ Tacos 4.0.1)

2008-02-25 Thread Kelly Merrell
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 @

Nested Ajax updated components, not updating with AjaxDirectLink (Tapestry 4 w/ Tacos 4.0.1)

2008-02-25 Thread Kelly Merrell
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 @

Re: T5.0.10: DateField on IE

2008-02-25 Thread Davor Hrg
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