I'm having trouble with the following:

final WAnchor first = new WAnchor();
final WAnchor second = new WAnchor();
first.addWidget(second);

results in:

<a></a>
<a></a>

instead of what I expected:

<a>
  <a />
</a>

Is it intended to behave like this?


Best regards,

Jo
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to