I have read many times that the support for WebObjects is not continued for
Windows in future releases. This will affects the tools and more important all
necessary native libraries. But the only official source I could find (besides
wikipedia and some discussions) was that Apple does not list Wi
I want to use the WOLongResponsePage and have successfully worked through
the examples from apple. Now I thought that I could do something slight
different
from the examples, but there appear problems.
My minimum example contains the classes Application, Main, WaitPage and in
one case, Subcompone
I have an initialized WOComponent representing a page. How
can I get the String-link to this page? My goal is to redirect to
this page using a meta refresh from within another page. Therefore
it is important to get the link to the existing WOComponent, not to
an newly created one.
Something like