I need help. I am working on Apache struts 1.2 framework in which as you all know, UIs are in JSPs. Now i need to know from script tag, inside javascript, how can i call static java method.
Asked
Active
Viewed 85 times
0
-
AFAIK simply with an `Action`. – Adriano Repetti Jun 23 '17 at 10:47
-
you can do `action` call using ajax . – Bharat DEVre Jun 23 '17 at 11:00
-
see the https://stackoverflow.com/questions/6395621/how-to-call-a-static-method-in-jsp-el – Sudhakar Jun 23 '17 at 13:06