[Opensource] Minor bug 4-1 ea3: title attrib not set in Controller transition()
DLO
dlo1957ca at hotmail.com
Sun Aug 4 12:12:04 PDT 2002
I have found a minor bug in Expresso 4-1-ea3.
In Controller.java, when transitioning to a new state using:
transition(String newState, ControllerRequest req, ControllerResponse res,
boolean clear)
The res attribute, title is not set from the newResponse object. When using
the "default" style, the output contains "No Title" even though is was set
in the newResponse.
To correct this, the following call is required in transition() at line 1993
of Controller.java (or there abouts):
res.setTitle(newResponse.getTitle());
Daryl
More information about the Opensource
mailing list