Hi All,
I am developing a web server app and I am having problems with a dynamically generated page.
It will be used for Admin login.
I create the page asking for name and password etc.
When ok the page is rebuilt with Comment fields.
All OK till now.
However when I create the form Things like checkboxes will not allow to be pressed and
what is a real pain is that my TinyMCE is not available in mt textarea fields.
However if I but these outside the generated area, then all is fine.
Have included a B4J demo to show this.
It is 900k so too big for here so I have it on my site.
http://ctd.noip.me/downloads/test_site.zip
The default page has comments at the bottom and the tinymce is fine.
The /admin/index.html page is where the error occurs.
I have put a dummy textarea at the bottom of the page as well.
Any thoughts.
Tom