Hi,
I'm new to the Echo 2 framework. I think it should be simple, but I found no way to center the generated content horizontally and vertically.
Is there any possibility to get a centered ContentPane (or something similar) with a fixed width and height?
thx,
André
...
Hello,
I'm using the echo2 web framework in my application. But trying to start it in JRun4 returns the following exception:
26/02 17:12:21 user Remote: init
26/02 17:12:22 error
[1]java.lang.NullPointerException
at nextapp.echo2.app.util.PropertiesDiscovery.loadProperties(PropertiesDiscovery.java:67)
at nextapp.echo2.app.util....
hi.
I'm wondering if any of you have some ideas of a small application i can work on , just to get familiar with any of the Ajax Frameworks specially if it's related to Java like JMaki or ECHO 2
thanks .
...
I need the ability to load and start a GWT App at any time in an Echo2 environment. My first approach was to load and execute the nocache.js in a Client-Server sync using
var script = document.createElement("script");
script.setAttribute("src",javascriptURI);
script.setAttribute("type","text/javascript");
document.getElementsByTagName('...
I am currently proposed to do my web portal using GWT however I have researched that its closest competitors is Echo2. But what are the differences between them?
...