I have a web application with form. When I click to save, application creates some file and returns some url. How I can display this url to web page?
Use ExternalLink
.
A normal static link:
new ExternalLink("link", "http://some.url", "This is a some.url link");
Depending on the context may be better to use this other constructor that admits and IModel
of your href
and label
parameters:
ExternalLink(final String id, final IModel<String> href, final IModel<?> label)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With