- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2015 02:58 PM
I was recently inspired by Chuck Tomasi's post on gs.getMessage() - The Second Parameter, but when I tried to add a second parameter to the client-side getMessage() function, it didn't seem to work.
Does anyone know if the client-side getMessage() function does not accept a second parameter like the server-side gs.getMessage() does?
(If it matters, we're currently on Eureka Patch 7.)
Solved! Go to Solution.
- 26,620 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2015 02:50 AM
Hello Michael,
getMessage(String) on client side uses only one parameter vs gs.getMessage(String, Object) that can use a second parameter.
Regards,
Sergiu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2025 04:00 AM - edited 07-31-2025 04:01 AM
I'll leave the current "correct answer" because of semantics: it looks like my original question was whether you could include a parameter or not. 😅
However, I do like this replaceAll approach! (If I had asked the better question--how do I accomplish the string replacement?--I'd probably mark this as the [safest] solution. 🏆)