Hi,
    I am using Result to pass data from servlet to JSP. I use this to
display the result of a search 20 rows per page. ie. I have to keep it in
session. Since it is not serializable it is throwing
java.io.NotSerializableException when context is reloaded. Earlier I was
using beanutils RowSetDynaClass instead of Result. Is there any way to
serialize it. I think Result is a map of Strings only.

Antony Paul.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to