Hi,

I am trying to enhance somebody's Cocoon 2.0.4 application
(tons of XSL and XML, Java and a bit of Javascript).

On my page there is a bunch of checkboxes (defined in XSL),
and based on which of them user selects, 
it supposed to dynamically build SQL stament 
(in Stored Procedure with flags as parameters), 
called from Java.

There is a little bit of manipulation on these checkboxes
currently done in JavaScript (e.g. it builds an array
of checkboxes checked called valueArray, which is not used now).
I think, I can use that JavaScript array,
but not sure how to access it from Java. How ?
something with LiveConnect (have no experience with that),
any sample ?

Would that be a normal thing to do in Cocoon application 
or is there a better and easier way (since XSL will generate
Java bytecode) ?

Sorry for the newbie question.


Thank you in advance,
Oleg.




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