We are developing a webportal in JEE to easily grant access to Ebase-forms for the users.
In the portal we can manage the authorizations of the different forms. Only we ran into a problem. We want the Ebase-form
to be a part of the portal, and try to achieve it like this:
Code: Select all
<c:import url="${model.form.url}"></c:import>
So our question is:
Has someone successfully imported a Ebase-form in a Java application without using frames?
We hope someone can give us useful tips!