hui-huo opened a new issue, #6500:
URL: https://github.com/apache/jmeter/issues/6500

   ### The documentation URL
   
   
https://jmeter.apache.org/api/org/apache/jmeter/testelement/AbstractTestElement.html#setProperty(java.lang.String,int)
   
   ### Feedback
   
   I created a TreeModelListener with the purpose of adding a new property when 
a node is created. In it, I used element.setProperty(new 
StringProperty(PROP_STABLE_ID, newId)). It works for some components — I can 
see the property <stringProp name="stable.id">cb5c157c-bf62</stringProp> in the 
JMX file. However, for components like Transaction Controller and HTTP Request, 
the property is not successfully saved. How can I achieve this?
   
   <img width="653" height="130" alt="Image" 
src="https://github.com/user-attachments/assets/278ef15a-24c5-4a01-84f7-25c105028817";
 />


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to