display saved properties of a node in a form on page load
Hey there ,
I'm new to CQ and playing around with forms . I have a html form (not cq form) where i am posting to a custom servlet which creates properties on a specific node in jcr and also saves the values to a .txt file based on some custom logic .
After successful post , i want to return to the same form page with saved values reloaded on the form ? Normally my requirement is , only to write to a .txt file on post , but since i have to show the saved values to user reloaded in a form I'm also saving to node so that they can be easily retrieved when compared to parsing the text file .
What would the best way to achieve it ?
Thanks in advance for your pointers and tips .