Case sensitivity problem in parsley proposals [message #1829529] |
Mon, 06 July 2020 08:23 |
Ugur Ozdemir Messages: 7 Registered: September 2014 |
Junior Member |
|
|
I have a parsley project. In the model, EAttributes start with capital letter. But with capital letter I cannot use these attributes in parsley file in proposal section. I get an compile error that bla bla cannot be resolved. When I changed first character to lowercase in the parsley file, compiler error is gone but in runtime proposal does not work (also debug points does not work). I have a lot of EAttributes starts with capital letter and do not want to change them to lowercase. Is there a solution for using proposals without changing capital letter to lowercase?
Summary of cases are;
In the model EAttribute name = MyAttribute
In parsley file
proposals{
MyClass : MyAttribute -----> compile error
proposals{
MyClass : myAttribute -----> no compile error but proposal does not work
----------------------------------------------------------------------------------------
In the model EAttribute name = myAttribute
In parsley file
proposals{
MyClass : myAttribute -----> no compile error and proposal works
proposals{
MyClass : MyAttribute -----> compiler error
|
|
|
Powered by
FUDForum. Page generated in 0.02167 seconds