Questions tagged [wicket-bootstrap]

3 questions
1
vote
0 answers

NavbarDropDownButton displaying blank links

I'm trying to use Wicket-Bootstrap Navbar and NavbarDropDownButton inside my Wicket Application to display a list of links. Web application is built with Wicket 8.7.0 and Wicket-Boostrap-core 3.0.0-M13. The component I added to the Wicket Panel…
leodali
  • 301
  • 3
  • 16
1
vote
0 answers

Wicket Modal dialog, form validation in AjaxBootstrapTabbedPanel

I've to create a modal dialog which contains a AjaxBootstrapTabbedPanel with two or more tabs. All tabs belong to the same form. Each tab contains required input fields, select boxes or drop down choices. Until now, I don't use own validators, but…
JimHawkins
  • 4,843
  • 8
  • 35
  • 55
0
votes
1 answer

Wicket file upload causes ajax error on file larger than max size

In my project i use the following stack: java 7 spring-boot 1.3.8 wicket 6.26.0 wicket-bootstrap 0.9.21 Now i want to implement a file upload using BootstrapFileInputField. Here my wicket html:
Tomschi
  • 3
  • 1