Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Niek Oosterbeek
6
Views
1
Comments
underscore in id's
Question
Is there a way to remove the underscore in the following id's and name? It seems ID and NAME tokens must begin with a letter ([A-Za-z]) at least this is what our customer wants.
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__OSVSTATE" id="__OSVSTATE" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="" />
João Rosado
Staff
Hi Niek,
No, there is no way to control the names of the page control inputs.
Also no way for you to change the separator character of controls ('$' in .net and ':' in java). So you will also have ids looking like
wt53$block_wt20$wtLink9
Regards,
João Rosado
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...