Hi,
Where did the setting ‘servoy.webclient.templates.use_local_ids’ goto in servoy 6?
In our current solution with servoy 5.x, elements get id’s like: ‘sv_21b4158a_e7b7_4db4_9958_8b6c3e05bde1’.
Now in the servoy 6 test solution it is changed to ‘id221’
Isn’t there a way to get the old id’s back. Cause we do a lot in css with those id’s. It would cost us very much work if we have to change this in every css we have for every customer we have.
Thanks.
             
            
              
              
              
            
            
           
          
            
            
              i don’t think that is possible, because we need to generate unique id’s for them on the pages, to avoid conflicts.
             
            
              
              
              
            
            
           
          
            
            
              But in servoy 5.x it was possible. (We didn’t have any conflicts here?)
Why should this not be possible in servoy 6.x?
The elements like ‘sv_21b4158a_e7b7_4db4_9958_8b6c3e05bde1’, aren’t they with guids? Which are also unique?
             
            
              
              
              
            
            
           
          
            
            
              Not if you use a base form and/or the same form as multiple instances in one view/main form in tabpanels. So we have to make them unique over the whole page