----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
This is probably a small bit offtopic, my apologies if it is.
Problem. I have a image generating servlet which works fine with Get
data
[<IMG
SRC="/example/TestGif?width=100&height=100&values=1&values=2&.....">]
but I want to pass a shit load of data to it (and Get is probably not
the best canidate for this).
Any suggestions for this, as I have a feeling that it is impossible to
actually do this.
Fortuatly the data is coming off a db so I can get the data that way but
it would result in needless calls to the db and would make my image
drawing less generic and increase the coupling.
John
--
==============================================================================
Beta may be a state of mind
But Alpha is the state of being
==============================================================================
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]