Your explanation help.
I will explain the case in order to clarify it, I think I was not so clear while explaining the problem.
</script>
<script language="Javascript">
function DateValidation()
{
var myVariable;
// How can I get the typedDate value in Java like is shown in the...
When a user click a button I call a Java Script function "validateFields".
In this funciont I do some validations, regarding what they typed on the Input Text.
I have a value in variable X that I need to use it on Java, because I also use Java in this function in order to process...
How to call a bean from Java Script code when button clicked?
Here is a piece of code on how it is the flow
<script language="Javascript">
function validatefields()
{
...Code for validating fields
!!HERE I WANT TO CALL A METHOD FROM MY BEAN!!
}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.