Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hannes Warnestad
rplp_forms
Commits
6acdbb4c
Commit
6acdbb4c
authored
Nov 19, 2020
by
Hannes Warnestad
Browse files
html fix again
parent
3449add0
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/webapp/WEB-INF/web.xml
View file @
6acdbb4c
...
...
@@ -5,6 +5,6 @@
<web-app>
<display-name>
RPLP Forms
</display-name>
<welcome-file-list>
<welcome-file>
index.html
</welcome-file>
Välkommen!
</welcome-file-list>
</web-app>
src/webapp/formBase.js
View file @
6acdbb4c
...
...
@@ -81,7 +81,9 @@ class formBase extends WC {
// var user = new package.com.rplp.mypackage.User;
user
.
id
=
1
;
console
.
log
(
user
.
id
)
return
"
Hello
"
;
}
}
...
...
target/ROOT.war
View file @
6acdbb4c
No preview for this file type
target/maven-archiver/pom.properties
View file @
6acdbb4c
#Generated by Maven
#Thu Nov 19 1
3:49:38
CET 2020
#Thu Nov 19 1
5:11:15
CET 2020
groupId
=
com.rplp.forms
artifactId
=
rplp-forms
version
=
1.0.0
target/rplp-forms-1.0.0/WEB-INF/web.xml
View file @
6acdbb4c
...
...
@@ -5,6 +5,6 @@
<web-app>
<display-name>
RPLP Forms
</display-name>
<welcome-file-list>
<welcome-file>
index.html
</welcome-file>
Välkommen!
</welcome-file-list>
</web-app>
Write
Preview
Supports
Markdown
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