PDA

View Full Version : servlet state information


kjc5664
05-21-2005, 08:33 AM
Is it possible via lzx to store/retreive values in the various
servlet scopes(Application,Session,Request,Page)

Also, is it possible for data sharing between JSP beans and
lzx

hqm
05-21-2005, 09:34 AM
Everything that is sent to the server via the dataset API is sent as XML or simple query args; you would have to implement your own servlet handler and map it to a URL, then you can access it via the data API.