Hi
Is it possible to define my own ID attribute for a tag in the HTML generated code for an xPage?
Hi
Is it possible to define my own ID attribute for a tag in the HTML generated code for an xPage?
Subject: Re form id
I don’t think it’s possible to do this easily. The way I did it in classic web development was to close the form tag and open another. I’m not sure if that would work for XPages, it might not accept the XML as valid.