RE: T5: Customizing generation of client id from component id

2007-03-23 Thread Doug Hauge
Thanks for the response. We are in the process of migrating our application to Tapestry, and in the process making it more easily customizable and testable. The solution we are looking for seems to be a reasonable way to satisfy the following constraints: 1) Within a component, identifiers given

Re: T5: Customizing generation of client id from component id

2007-03-23 Thread Howard Lewis Ship
I'm afraid that's a use case that wasn't foremost in my mind when coding this stuff up for T5. Still, if you explicitly set component ids, it's highly unlikely that they'll change dramatically from one build to the next ... could you elaborate on the situation that drove you towards this kind of

T5: Customizing generation of client id from component id

2007-03-23 Thread Doug Hauge
Is there a way to customize the generation of a unique client id from a component id? We would like to generate the unique id in such a way that it would not change across most modifications to a page, mainly so Selenium tests can be written that will work across page redesign. The current method o

RE: OGNL AND errors

2007-03-23 Thread Ben Dotte
Thanks for the (very) quick turnaround! I will verify the fix and see what else might not be working early next week. For now I have a live site issue that needs my attention :/ Ben -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 2:44 PM To:

Re: OGNL AND errors

2007-03-23 Thread Jesse Kuhnert
Fix should be finished deploying in the next few minutes. On 3/23/07, Ben Dotte <[EMAIL PROTECTED]> wrote: Excellent thanks, that seems to have fixed the AND issue. Here's one that still isn't working: @Parameter(required = true) public abstract int getCount(); public abstract void setCount(i

RE: OGNL AND errors

2007-03-23 Thread Ben Dotte
Excellent thanks, that seems to have fixed the AND issue. Here's one that still isn't working: @Parameter(required = true) public abstract int getCount(); public abstract void setCount(int count); This error occurred in the file javassist.compiler.CompileError: missing member name This error oc

RE: Tapestry 3.0.3 Popups

2007-03-23 Thread Mark Stang
Nick, Thanks for all your help that worked. I believe that one of my developers thought that providing a window name would cause IE to blow up. Which is why we don't have window names on any of our pop-ups. And they went as far as to create individual classes for pop-ups rather than using the

Re: OGNL AND errors

2007-03-23 Thread Jesse Kuhnert
This particular issue should be fixed && deployed now. Feel free to report any others...It only took so long because I discovered a critical section of code that hadn't had the same kind of refactoring that others had gone through recently..If similar new bugs come up they should be quicker to fix

RE: Tapestry 3.0.3 Popups

2007-03-23 Thread Mark Stang
I took a look at our local pop-up renderer. It appears, at some point, that setting the window name caused an error with IE, has anyone seen this behavior? thanks, Mark Mark J. Stang Senior Engineer/Architect office: +1 303.468.2900 mobile: +1 303.507.2833 Ping Identity -Original Messag

Re: Tapestry 3.0.3 Popups

2007-03-23 Thread Robert Zeigler
Mark, Have you tried the "NewWindowLink" in tassel? http://www.tapestrycomponents.org/Tassel/app?service=external/ ViewComponent&sp=SNewWindowLink Robert On Mar 23, 2007, at 3/2310:36 AM , Mark Stang wrote: Nick, I will give it a shot, nothing else has worked. I suppose I could write my

RE: Tapestry 3.0.3 Popups

2007-03-23 Thread Mark Stang
Nick, I will give it a shot, nothing else has worked. I suppose I could write my own component as a last resort. Thanks! Mark Mark J. Stang Senior Engineer/Architect office: +1 303.468.2900 mobile: +1 303.507.2833 Ping Identity -Original Message- From: Nick Westgate [mailto:[EMAIL P

Re: required fields formatting BEFORE validation

2007-03-23 Thread Martino Piccinato
Ok, I reply to myself hoping this would be of any help for somebody else. Is as simple as to make your own IValidationDelegate and override (exemple) this method: public void writeAttributes(IMarkupWriter writer, IRequestCycle cycle, IFormComponent component, IValidator validator) {

RE: OGNL AND errors

2007-03-23 Thread Ben Dotte
Awesome, I really appreciate it. The simplest one is probably the last one. It is just a String parameter on a component. Java: @Parameter public abstract String getTitle(); public abstract void setTitle(String title); -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROT

Re: OGNL AND errors

2007-03-23 Thread Jesse Kuhnert
Well I'm going in to fix one other tiny bug this morning, so I'll see if what you wrote is enough to re-produce it. On 3/23/07, Ben Dotte <[EMAIL PROTECTED]> wrote: I tried the new version but unfortunately I'm still getting the same errors. -Original Message- From: Jesse Kuhnert [mailt

RE: OGNL AND errors

2007-03-23 Thread Ben Dotte
I tried the new version but unfortunately I'm still getting the same errors. -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 9:45 AM To: Tapestry users Subject: Re: OGNL AND errors I think a new ognl version went out last night. I would try t

"No engine service is available" problem

2007-03-23 Thread leamas
I' trying to convert an old, pre 3.0 tapestry application to T4.1. Although it's quite some work, most of it goes smoothly. However, I have an external service called "Pdf", and it doesn't work at all. Basically, when I'm trying to render a page containing a link to the service I get the message

Re: OGNL AND errors

2007-03-23 Thread Jesse Kuhnert
I think a new ognl version went out last night. I would try that first. On 3/23/07, Ben Dotte <[EMAIL PROTECTED]> wrote: I recently tried updating from a Tapestry 4.1.2 snapshot a couple months old to one from 3-21. Along the way I had to incorporate the new 2.7 OGNL snapshot from 3-18. I'm seei

Re: Maven2 - Tapestry 4.0.2

2007-03-23 Thread Borut BolĨina
It does exist, here for example http://maven.sateh.com/repository/tapestry/tapestry/ On 23.3.2007 13:20, Bruno Mignoni wrote: I am trying to use Maven2 but does not exist Tapestry 4.0.2 only 4.0.1, that is normal? How i do to use Tapestry 4.0.2 in my project? Eclipse 3.2 + Maven2 + Jetty -

OGNL AND errors

2007-03-23 Thread Ben Dotte
I recently tried updating from a Tapestry 4.1.2 snapshot a couple months old to one from 3-21. Along the way I had to incorporate the new 2.7 OGNL snapshot from 3-18. I'm seeing multiple expressions on each page that no longer work. So far they have all involved AND expressions. Here are some examp

AW: Maven2 - Tapestry 4.0.2

2007-03-23 Thread Holger Stolzenberg
As I understand you correctly, you are asking why maven2 can only resolve a dependency of tapestry 4.0.1 ? We are using tapestry 4.0.2 in our project with maven2, using following dependency: tapestry tapestry 4.0.2 tapestry tapestry-annotations

Maven2 - Tapestry 4.0.2

2007-03-23 Thread Bruno Mignoni
I am trying to use Maven2 but does not exist Tapestry 4.0.2 only 4.0.1, that is normal? How i do to use Tapestry 4.0.2 in my project? Eclipse 3.2 + Maven2 + Jetty -- __ Bruno Mignoni [EMAIL PROTECTED]

Re: Tapestry 3.0.3 Popups

2007-03-23 Thread Nick Westgate
Hi Mark. Can't you just use the PopupLinkRenderer? ... Cheers, Nick. Mark Stang wrote: Jesse, Thanks for the response. It looks like it will put an .html into a pop-up. It requires a URL, I have a .page that I am displaying. Thoughts? Thanks! Mark Mark J.

AW: Tapestry 4.1.1 / dojo broken on IE? - IE freezing!

2007-03-23 Thread Maximilian Wei?bock
Andreas, sadly I have to say that your page still has errors, the very fierst error I get if I clean ally my browser chache and than go to http://www.fsbutiken.se/ is: Could not load 'tapestry.form'; last tried '__package__.is' BUT: We have a caching proxy to connect to the internet! If I disa

input validators for datepicker component

2007-03-23 Thread abhilash
I'm trying to use a date picker with validation: http://www.nabble.com/input-validators-for-datepicker-component-tf3452865.html#a9631925 Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

required fields formatting BEFORE validation

2007-03-23 Thread Martino Piccinato
Hi, is there a "standard" way to define common formatting for required fields BEFORE client/server side validation happens? It's always a good thing for users to know compulsory fields before starting data insertion. I know the issue is easy to solve just by adding few things but it would be goo

Re: Help: TAPESTRY-1379 solved

2007-03-23 Thread Andreas Andreou
Thx for the comma, my mistake... As for TAPESTRY-1379, I've commented in the JIRA On 3/22/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: Hi, since here @ work was very anoying, I've played with tapestry and I've found the solution and discovered other two bugs. For what concerning TAPESTRY-13