On 18.Apr.2002 -- 02:37 PM, Jerzy Kut wrote:
> That was trouble with xslt processing indeed :)) ! But I have impression You
> keep in mind another resolve Christian ??? With JAVA BEANS.

That's just one possibility to handle parameters. Have a class that
takes parameters one-by-one through a setXYZ method and then fire the
method you'd like to execute. Such a get/set interface is about all
that makes beans special (mind you, this is about plain java beans, no
J2EE stuff).

On the whole a solution is often to employ proper nesting. Setup your
connection, nest your code, nest query.

        Chris.

-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to