Hi all,
I'm quite new with web dynpros and I'm trying to import a model from a XMI file generated by Together.
I created a Java Modeling Project with only one class called Client, and then I imported it as a model in my web dynpro project. The problem is when I create a data link between this model and my Custom Controller (I create the Model Node and reference it to the model), I get an error in a class called Internal<Custom Controller name>.java. The error is:
<i>Client cannot be resolved or is not a type</i>
If I add a jar file with the Client.java (which I created in the modeling project) and then add an import, the error disappears, but I shouldn't modify that class!
Any idea? Is there any tutorial or document that shows how to import a XMI? What am I doing wrong?
Thanks,
Lionel