{% autoescape off %}
{{ blahblah }}
{% endautoescape %}
이렇게, autoescape tag로 감싸 주기만 하면 된다.
{% autoescape off %}
{{ blahblah }}
{% endautoescape %}
<error-page>
<error-code>404</error-code>
<location>/error/400.html</location>
</error-page>
등등등 상황별로 Error Page를 설정이 가능하다.
자세한 내용은 Oracle 홈페이지 를 참조 한다 :)
http://download.oracle.com/docs/cd/E13222_01/wls/docs81/webapp/web_xml.html#1017571
@RequestMapping(value = "/mywebapp/index.nhn", method = RequestMethod.GET)
public Model index(@ModelAttribute("searchItem") SearchItem searchItem, Model result,
HttpServletRequest request, HttpServletResponse response) throws Exception {
.....
throw new NoSuchRequestHandlingMethodException(request);
}
1 <Location /django_bookmarks>
2 SetHandler python-program
3 PythonHandler django.core.handlers.modpython
4 SetEnv DJANGO_SETTINGS_MODULE myproject.settings
5 PythonOption django.root /django_bookmarks
6 PythonDebug On
7 PythonPath "['/path/to/project'] + sys.path"
8 </Location>
background 갔다 온것에 관계 없이, 똑같이 수행된다.
결과 : foreground로 돌아 오는 시점에 4번의 timer selector 가 호출된다. ( 이건 문제다.. )
CursorAdapter adapter = (CursorAdapter) getListAdapter();
adapter.getCursor().requery();
adapter.notifyDataSetChanged();