Hi, Why don't use plain Javascript for this. It will be faster because it wont make roundtrip to the server and wont be disabled as a Wicket component ?
On Wed, May 9, 2012 at 12:06 PM, Jürgen Lind <[email protected]> wrote: > Hi, > > I have a little problem in my application and maybe someone has an idea how > to solve it: > I have a complex form that is structured using a custom collapsible > AJAX-panel to show/hide > certain parts of the form. Now, if a user does not have the write permission > for the form, the > form is disabled and therefore all input elements as well (which is good). > However, for > obvious reaons, I would like the collapsible panels to remain enabled. How > could I achieve > this? I have already tried to have the ajax-link for the panel to always > return true from > isEnabled, but that seems to be overriden by the parent component. Any ideas > where to look? > > Cheers, > > Jürgen > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
