I use struts2 in the google engine. I had a bug with my application.
result 'null' not found
But when I created the OGNL listener, this error does not appear.
http://whyjava.wordpress.com/2009/08/30/creating-struts2-application-on-google-app-engine-gae/
To solve this problem, I created ServletContextListnerone that sets the OGNL Security Manager to null when the context is initialized. when I created this listener, this error is not displayed.
ServletContextListner
But now I have a blank page without text in my browser. When I call on any page, nothing is displayed. What for? Please help me.
Struts2 . , , , , , :
<interceptor-ref name="validation"> <param name="excludeMethods">input,back,cancel,browse</param> </interceptor-ref>
_input (YourAction_input.action) execute .
Source: https://habr.com/ru/post/1758067/More articles:Silverlight WebClient Accepts a title that is rewritten in Firefox 3 - http-headersShow blank view in android gallery - androidms close - vbaI "fixed" a memory leak, but ... how best to fix it? - javaC ++ operator = method for const links - c ++Является новой Thread (() => {//logic}). Start(); приемлемый для выполнения логики "асинхронно" в веб-приложениях page_load - multithreadingHow can I execute a non-blocking System.Beep ()? - c #JavaScript new keyword and object scope - functionDoes Xcode with the -all option remove everything? - xcodeHow to return data from an AJAX success event to an external function? - jqueryAll Articles