On 9/24/09 11:00 AM, Werner Punz wrote:
The question is what happens to jsf.getProjectStage() on the javascript
side, which more or less has to rely on templating mechanisms to deliver
the project stage. (A bypass for this one on codelevel is needed I
assume, or we have to rely on a second request to get it )
Actually, that solution isn't so hard - we can serve up the jsf.js file
with a ?projectstage=Development request parameter, then detect that
inside the JavaScript itself.
Jim