Re: T4.1:Overloaded Submit Button

2007-08-13 Thread Jesse Kuhnert
Or create a new IBinding type that you stick in parameters like disabled="perm:something" . That's what I've done in the past. On 8/3/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: > It's a matter of tastes, you could also put a js code that does a > dojo.event.connect (and sons ;-p ). > > Cia

Re: T4.1:Overloaded Submit Button

2007-08-02 Thread Andrea Chiumenti
It's a matter of tastes, you could also put a js code that does a dojo.event.connect (and sons ;-p ). Ciao, kiuma On 8/3/07, Craig Spry <[EMAIL PROTECTED]> wrote: > > > Hello All, > > I'm trying to overload tapestries Submit with my own submit so I can have > my code in the isDisabled() function

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