blob: 94c46eda0a3666674e49843c48c0dc289346f0e0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<# do not add to Makefile #>
<%cpp>
spoint.commit();
} catch ( HtmlError const& ex ) {
cxxtools::QueryParams param = qparam;
param.add( "pageTitle", pageTitle );
param.add( "errorMessage", ex.what() );
callComp( "error", request, reply, param );
}
</%cpp>
|