When using HTL - to get values to Java, you can either use:1 - a component dialog - Creating an Adobe Experience Manager 6.4 HTL component that uses the WCMUsePojo API2 - or use a HTTP POST or GET operation - this would be sent to a servlet however.In your form use case - you can use AJAX to sent th...