Solved
Servlet for external Url to fetch html
Hi Everyone,
Can anyone help me how to write sevlet for this dialog, I want fetch html from external URL.

Thanks in advance.
Hi Everyone,
Can anyone help me how to write sevlet for this dialog, I want fetch html from external URL.

Thanks in advance.
Hi @vinuu123 I am referring the API to the external URL. You can get it via annoations.
@Inject
@Optional
@Named("externalUrl")
protected String externalUrl;
Thanks
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.