I know that javascript is client side and beans are client side but does anyone know how I might be able to set a value in a java bean from javascript. I am creating a print friendly version of a screen where a user can change some values. If they change any values I need to determine the change and forward it to another JSP for printing.
Thanks.
Thanks.