Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Genesys Backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Genesys PGR
Genesys Backend
Commits
07412603
Commit
07412603
authored
Jul 30, 2014
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Display error message in request/personal
parent
f371da35
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/main/java/org/genesys2/server/servlet/controller/RequestController.java
...genesys2/server/servlet/controller/RequestController.java
+1
-0
src/main/webapp/WEB-INF/jsp/request/personal.jsp
src/main/webapp/WEB-INF/jsp/request/personal.jsp
+5
-1
No files found.
src/main/java/org/genesys2/server/servlet/controller/RequestController.java
View file @
07412603
...
...
@@ -145,6 +145,7 @@ public class RequestController extends BaseController {
requestService
.
initiateRequest
(
requestInfo
,
selectionBean
.
copy
());
}
catch
(
final
RequestException
e
)
{
_logger
.
warn
(
e
.
getMessage
());
model
.
addAttribute
(
"error"
,
e
);
return
start
(
model
);
}
...
...
src/main/webapp/WEB-INF/jsp/request/personal.jsp
View file @
07412603
...
...
@@ -13,7 +13,11 @@
<%@include
file=
"/WEB-INF/jsp/content/include/blurp-display.jsp"
%>
<c:if
test=
"
${
error
ne
null
}
"
>
<div
class=
"alert alert-error"
>
<c:out
value=
"e.message"
/>
</div>
</c:if>
<c:if
test=
"
${
smta
ne
null
and
smta
ne
true
}
"
>
<div
class=
"alert alert-warning"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment