B4J Question [SOLVED] SetHTML Stops working after user edits textarea

tchart

Well-Known Member
Licensed User
Longtime User
I have a simple web app using b4j_ws.js

A textarea element is populated via a button click that makes a SQL query and then updates the text via SetHTML. This works fine until the user changes the text manually.

Once the textarea is changed manually the textarea no longer updates when the button click occurs - I can see the event is still firing as there is a notification in the web app but the textarea refuses to update.

Ive tried ws.flush etc but nothing seems to resolve the issue.

I see there are a few simlar issues on the forum but no clear answer or solution.
 
Top