aspose file tools
The moose likes Other Application Frameworks and the fly likes wicket submit button Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Other Application Frameworks
Reply Bookmark "wicket submit button" Watch "wicket submit button" New topic
Author

wicket submit button

anu sav
Ranch Hand

Joined: Jan 30, 2009
Posts: 47
In wicket, I want to make submit button hidden in multi action form depending on one condition .
The use case is like

if(a==b)
then submitbutton1.setVisible(false);
if(a==c)
then submitbutton2.setVisible(false)

but it's not working .
any suggestions ?

Thanks
 
 
subject: wicket submit button
 
Threads others viewed
WA #1.....word association
Bumper Sticker item requests
SWT - Popping up new Window
PupMenu
Disable Caret in a Document
MyEclipse, The Clear Choice