Whenever I load a partial page from a full page, all the controls on the partial page that comes up are disabled. They are not disabled in page design, and come up fine if previewing the partial page. The controls on the full page are all fine. Any ideas?
Thank you.
Thank you.
RE: controls are disabled on partial page
Can you provide some further details of the product and version and any key factors of the page?
There are some situations when BizFlow WebMaker thinks the page is in "ReadOnly" mode, so it disables all the field for BizFlow WebMaker pages?
If you have a look at the logs for the View Agent (Page Painter), see of the fields are not disabled after the rendering the page rule, and then changes to disabled when the make_page_read_only.xsl is processed?
RE: controls are disabled on partial page
In addition check the following two field values before the page is rendered in the View Agent:
/mvc:eForm/mvc:Control/mvc:readOnly - Is it 'y' or 'true'
/mvc:eForm/mvc :D ata/WorkitemContext/Application/Updatable - Is it something else other than 'U'