Can I invoke that java code from the server side ?
Can I make a postback thru the html button click event and to catch it when the forms posts, and to invoke there the java code ? Something without ajax ?
in the javascript function I can call my same page and to send in the url the values.
In the page body, I right java code that anyways works, and check if there are params in the request.
I so, it updates them...
moshi cochem wrote:and basically I can put java code inside javascript function, that will be called
only if reaching the js function, right ?
