I would like to pass a connection pool as parameter to a java class. Here is
the call to Java class:
<xsp:logic>
        if (<xsp-request:get-parameter name="Synchronize"/> != null) {
                String resultStr = Synchronize.writeHashTrx("String1",
"String2", CONNECTION OBJECT);
                <p><xsp:expr>resultStr</xsp:expr></p>
        }
</xsp:logic> 
I am not sure how the "connection object" should be represented. Can anyone
please help?
Thanks
Vasudha.

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

Reply via email to