You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to invesdwin-platform
Hello, can NoWicket generate a progress bar widget? Thanks, Mario
Edwin Stang
unread,
Mar 18, 2018, 2:56:27 PM3/18/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to invesdwin-platform
I would recommend wicket-bootstrap progress bars for this as a custom component added via an interceptor or alternatively in a completely custom component that gets added to a NoWicket panel/page. Wicket-bootstrap is a dependency of NoWicket as it provides most components for it.
Though this does not come out of the box with NoWicket since there is no async capabilities available in NoWicket models. There might also be some other components you might be able to find for wicket but I expect them to need more effort since wicket-bootstrap does the gruntwork of integrating bootstrap with wicket for you for such use cases.