Re: [GitHub] [struts] yasserzamani opened a new pull request #496: fix double evaluations

2021-07-09 Thread Greg Huber
UIBean. escape(String name) // escape any possible values that can make the ID painful to work with in JavaScript old : return name.replaceAll("[\\/\\.\\[\\]]", "_"); new:

Re: [GitHub] [struts] yasserzamani opened a new pull request #496: fix double evaluations

2021-07-09 Thread Greg Huber
UIBean. escape(String name) // escape any possible values that can make the ID painful to work with in JavaScript old : return name.replaceAll("[\\/\\.\\[\\]]", "_"); new:

Re: [GitHub] [struts] yasserzamani opened a new pull request #496: fix double evaluations

2021-07-09 Thread Yasser Zamani
Hi Greg, thanks for reaching out! On ۱۴۰۰/۴/۱۸ ۱۲:۰۷, Greg Huber wrote: UIBean. escape(String name) // escape any possible values that can make the ID painful to work with i

Re: [GitHub] [struts] yasserzamani opened a new pull request #496: fix double evaluations

2021-07-09 Thread Greg Huber
...it now only allows alpha numeric and _.  Would this require some code refactoring?  Maybe a good thing? On 09/07/2021 09:17, Yasser Zamani wrote: Hi Greg, thanks for reaching out! On ۱۴۰۰/۴/۱۸ ۱۲:۰۷, Greg Huber wrote: UIBean.