RE: [T4.1] Reading values from the app.properties file from a page class

2008-10-02 Thread Craig Spry
Sorry I RTFM and worked it out for myself. Thanks, Craig -Original Message- From: Craig Spry [mailto:[EMAIL PROTECTED] Sent: Thursday, 2 October 2008 4:18 PM To: Tapestry users Subject: [T4.1] Reading values from the app.properties file from a page class Hello List, I want to be able

RE: T4.1:Event connect strangness

2008-09-24 Thread Craig Spry
response? Since the form is submitted and the new form markup replaces the old one, the (new) taskSelect will not be monitored for changes On Wed, Sep 24, 2008 at 7:32 AM, Craig Spry [EMAIL PROTECTED] wrote: Hello List, I have a form with a @PropertySelection component in it, when this changes

T4.1:Event connect strangness

2008-09-23 Thread Craig Spry
Hello List, I have a form with a @PropertySelection component in it, when this changes some elements on the page change. The HTML looks like this: form jwcid=[EMAIL PROTECTED] style=display: inline; updateComponents=ognl:{'allDetails'} select

RE: [T4.1] Application works fine with Jetty, doesn't work so good with Tomcat

2008-08-28 Thread Craig Spry
under Tomcat. Now I've read in the documentation that it is not a good idea to do this in a production environment, is there another way that I can get this page to not be loaded from the cache other than turning this off. Thanks, Craig -Original Message- From: Craig Spry [mailto

[T4.1] Application works fine with Jetty, doesn't work so good with Tomcat

2008-08-27 Thread Craig Spry
, Craig Spry If you are not an authorised recipient of this e-mail, please contact me at Redflex immediately by return phone call or by email. In this case, you should not read, print, retransmit, store or act in reliance on this e-mail or any attachments, and should destroy all copies of them

RE: @EventListener

2008-04-02 Thread Craig Spry
I think you have not set the update component, you need to put some code into watchText() like this: cycle.getResponseBuilder().updateComponent(DialogContentSupplimental); I have also had more success implementing my dialogs like this div jwcid= [EMAIL PROTECTED] hidden=ognl:not showDlg

T4: @Eventlistener onchange with a select

2008-03-12 Thread Craig Spry
Hello All, I have a page with 2 forms on it. The first form only has a select in it and the contents of the second form depend on the selection of select in the first form. No I tried to put an @EventListener to listen when the select changed its contents. When I did this the index that

T4.1:Overloaded Submit Button

2007-08-02 Thread Craig Spry
Hello All, I'm trying to overload tapestries Submit with my own submit so I can have my code in the isDisabled() function. I want to do this so I can check only in one place is a user has write access to any page in my application in one place, ie the isDisabled() function. Since I'm having

RE: T4.1 List of pages

2007-07-31 Thread Craig Spry
, if you're interested in a library's pages.) Unfortunately, Tapestry's page-/component-lookup mechanism is sufficiently complicated to make it hard to detect all pages before usage -- unless they're listed in the specification. Marcus -Original Message- From: Craig Spry [mailto:[EMAIL

RE: T4.1 List of pages

2007-07-30 Thread Craig Spry
getNamespace().getPageNames() /Marcus -Original Message- From: Craig Spry [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 8:01 AM To: Tapestry users Subject: T4.1 List of pages Hello All, I'm currently adding user permissions to my application, this is going to be done

T4.1 List of pages

2007-07-25 Thread Craig Spry
Hello All, I'm currently adding user permissions to my application, this is going to be done on a per page basis. I was wondering if it is possible to get tapestry to give me a list of pages so I can build the permissions page dynamically to save me having to manually up date this every time

RE: Cometd Implimentation

2007-06-07 Thread Craig Spry
: Craig Spry [mailto:[EMAIL PROTECTED] Sent: Thursday, 7 June 2007 9:08 AM To: Tapestry users Subject: RE: Cometd Implimentation Thanks for your help, I'm actually trying to get it into Tacos at the moment, when I told Andy what I had and that I wanted to put it into Tacos, he made me a directory

RE: Cometd Implimentation

2007-06-07 Thread Craig Spry
PM To: Tapestry users Subject: Re: Cometd Implimentation You're right, it works in tomcat too... The code is now in tacos (with minor changes) + there's a demo page in tacos-demo, so one can easily do mvn tomcat:run-war to see it working :) Craig Spry wrote: Andy, Although I haven't tested

RE: Cometd Implimentation

2007-06-05 Thread Craig Spry
Tapestry complained about not been able to find a template for the Cometd component, it was because the html template name is lowercase. Once I changed that it worked. Is there a way to let you comments directly on the site? Saludos. Alejandro. On 6/5/07, Craig Spry [EMAIL PROTECTED] wrote: Hello

4.1.2 Cometd Implimentation

2007-05-30 Thread Craig Spry
that doesn't involve polling? If no one has and I do manage to get it to work, would anyone else be interested in how I got it to work? Thanks, Craig Spry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e