andreas-fahrecker
andreas-fahrecker

Reputation: 89

Is there a way to create a FormComponent with a HTML templet in Apache Wicket

I am writing some Forms in Apache Wicket 6 and have come parts of the forms that have the same fields. Is there a way to create a form component with a html Template like a panel would have a html template

Upvotes: 0

Views: 85

Answers (1)

martin-g
martin-g

Reputation: 17533

I think you ask for FormComponentPanel

Upvotes: 0

Related Questions