My Meg keeps throwing a NotCharDataException. Whats wrong?
Several things could be wrong. When your Meg calls RequestEvent.getMegReader() or RequestEvent.getMegWriter(), steps are taken to determine whether the stream is character data or not, and if it is character data, what the encoding is. This information comes from the RequestInfo associated with the RequestEvent at the time of the call.