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
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
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