File tree Expand file tree Collapse file tree 9 files changed +61
-66
lines changed
gwt-2.0/javaagent/src/testapp/webapp
jsf-jakarta-common/testing/src/main/resources/test-app
jsf-javax-common/testing/src/main/resources
jsp-2.3/javaagent/src/test/resources/webapps/jsptest/common
wicket-8.0/javaagent/src/test/resources/hello Expand file tree Collapse file tree 9 files changed +61
-66
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
- < head >
4
- < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
5
- < title > Example</ title >
3
+ < head >
4
+ < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " / >
5
+ < title > Example</ title >
6
6
7
- < script type ="text/javascript " language ="javascript " src ="greeting/greeting.nocache.js "> </ script >
8
- </ head >
9
- < body >
10
- < p id ="buttonContainer "> </ p >
11
- < p id ="messageContainer "> </ p >
12
- </ body >
13
- </ html >
7
+ < script
8
+ type ="text/javascript "
9
+ language ="javascript "
10
+ src ="greeting/greeting.nocache.js "
11
+ > </ script >
12
+ </ head >
13
+ < body >
14
+ < p id ="buttonContainer "> </ p >
15
+ < p id ="messageContainer "> </ p >
16
+ </ body >
17
+ </ html >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="en "
3
- xmlns ="http://www.w3.org/1999/xhtml "
4
- xmlns:h ="http://xmlns.jcp.org/jsf/html ">
2
+ < html lang ="en " xmlns ="http://www.w3.org/1999/xhtml " xmlns:h ="http://xmlns.jcp.org/jsf/html ">
5
3
< h:head >
6
4
< title > Hello, World!</ title >
7
5
</ h:head >
8
6
< h:body >
9
7
< h:form id ="app-form ">
10
8
< p >
11
- < h:outputLabel for ="name " value ="Enter your name " required ="true "/>
12
- < h:inputText id ="name " value ="#{greetingForm.name} "/>
13
- < h:message for ="name "/>
9
+ < h:outputLabel for ="name " value ="Enter your name " required ="true " />
10
+ < h:inputText id ="name " value ="#{greetingForm.name} " />
11
+ < h:message for ="name " />
14
12
</ p >
15
13
< p >
16
- < h:commandButton id ="submit " value ="Say hello " action ="#{greetingForm.submit()} "/>
14
+ < h:commandButton id ="submit " value ="Say hello " action ="#{greetingForm.submit()} " />
17
15
</ p >
18
16
< p >
19
- < h:outputText id ="output-message " value ="#{greetingForm.message} "/>
17
+ < h:outputText id ="output-message " value ="#{greetingForm.message} " />
20
18
</ p >
21
19
</ h:form >
22
20
</ h:body >
23
- </ html >
21
+ </ html >
Original file line number Diff line number Diff line change 1
- < f:view xmlns:ui =" http://xmlns.jcp.org/jsf/facelets "
2
- xmlns:f ="http://xmlns.jcp.org/jsf/core "
3
- contentType =" text/html "
4
- encoding =" UTF-8 " >
5
- < ui:composition >
6
- Hello
7
- </ ui:composition >
8
- </ f:view >
1
+ < f:view
2
+ xmlns:ui ="http://xmlns.jcp.org/jsf/facelets "
3
+ xmlns:f =" http://xmlns.jcp.org/jsf/core "
4
+ contentType =" text/html "
5
+ encoding =" UTF-8 "
6
+ >
7
+ < ui:composition > Hello < /ui:composition >
8
+ </ f:view >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="en "
3
- xmlns ="http://www.w3.org/1999/xhtml "
4
- xmlns:h ="http://java.sun.com/jsf/html ">
2
+ < html lang ="en " xmlns ="http://www.w3.org/1999/xhtml " xmlns:h ="http://java.sun.com/jsf/html ">
5
3
< head >
6
4
< title > Hello, World!</ title >
7
5
</ head >
8
6
< body >
9
7
< h:form id ="app-form ">
10
8
< p >
11
- < h:outputLabel for ="name " value ="Enter your name " required ="true "/>
12
- < h:inputText id ="name " value ="#{greetingForm.name} "/>
13
- < h:message for ="name "/>
9
+ < h:outputLabel for ="name " value ="Enter your name " required ="true " />
10
+ < h:inputText id ="name " value ="#{greetingForm.name} " />
11
+ < h:message for ="name " />
14
12
</ p >
15
13
< p >
16
14
< h:commandButton id ="submit " value ="Say hello " action ="#{greetingForm.submit()} ">
17
15
</ h:commandButton >
18
16
</ p >
19
17
< p >
20
- < h:outputText id ="output-message " value ="#{greetingForm.message} "/>
18
+ < h:outputText id ="output-message " value ="#{greetingForm.message} " />
21
19
</ p >
22
20
</ h:form >
23
21
</ body >
24
- </ html >
22
+ </ html >
Original file line number Diff line number Diff line change 1
- < f:view xmlns:f ="http://java.sun.com/jsf/core "
2
- xmlns:ui ="http://java.sun.com/jsf/facelets ">
3
- < ui:composition >
4
- Hello
5
- </ ui:composition >
1
+ < f:view xmlns:f ="http://java.sun.com/jsf/core " xmlns:ui ="http://java.sun.com/jsf/facelets ">
2
+ < ui:composition > Hello </ ui:composition >
6
3
</ f:view >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="en "
3
- xmlns ="http://www.w3.org/1999/xhtml "
4
- xmlns:h ="http://xmlns.jcp.org/jsf/html ">
2
+ < html lang ="en " xmlns ="http://www.w3.org/1999/xhtml " xmlns:h ="http://xmlns.jcp.org/jsf/html ">
5
3
< h:head >
6
4
< title > Hello, World!</ title >
7
5
</ h:head >
8
6
< h:body >
9
7
< h:form id ="app-form ">
10
8
< p >
11
- < h:outputLabel for ="name " value ="Enter your name " required ="true "/>
12
- < h:inputText id ="name " value ="#{greetingForm.name} "/>
13
- < h:message for ="name "/>
9
+ < h:outputLabel for ="name " value ="Enter your name " required ="true " />
10
+ < h:inputText id ="name " value ="#{greetingForm.name} " />
11
+ < h:message for ="name " />
14
12
</ p >
15
13
< p >
16
- < h:commandButton id ="submit " value ="Say hello " action ="#{greetingForm.submit()} "/>
14
+ < h:commandButton id ="submit " value ="Say hello " action ="#{greetingForm.submit()} " />
17
15
</ p >
18
16
< p >
19
- < h:outputText id ="output-message " value ="#{greetingForm.message} "/>
17
+ < h:outputText id ="output-message " value ="#{greetingForm.message} " />
20
18
</ p >
21
19
</ h:form >
22
20
</ h:body >
23
- </ html >
21
+ </ html >
Original file line number Diff line number Diff line change 1
- < f:view xmlns:ui =" http://xmlns.jcp.org/jsf/facelets "
2
- xmlns:f ="http://xmlns.jcp.org/jsf/core "
3
- contentType =" text/html "
4
- encoding =" UTF-8 " >
5
- < ui:composition >
6
- Hello
7
- </ ui:composition >
8
- </ f:view >
1
+ < f:view
2
+ xmlns:ui ="http://xmlns.jcp.org/jsf/facelets "
3
+ xmlns:f =" http://xmlns.jcp.org/jsf/core "
4
+ contentType =" text/html "
5
+ encoding =" UTF-8 "
6
+ >
7
+ < ui:composition > Hello < /ui:composition >
8
+ </ f:view >
Original file line number Diff line number Diff line change 1
1
< html >
2
- < head >
3
- < title > PLAIN HTML</ title >
4
- </ head >
2
+ < head >
3
+ < title > PLAIN HTML</ title >
4
+ </ head >
5
5
6
- < body >
7
- < h1 > HELLO!</ h1 >
8
- </ body >
6
+ < body >
7
+ < h1 > HELLO!</ h1 >
8
+ </ body >
9
9
</ html >
Original file line number Diff line number Diff line change 1
1
< ?xml version="1.0" encoding="UTF-8"?>
2
2
< html xmlns ="http://www.w3.org/1999/xhtml " xmlns:wicket ="http://wicket.apache.org ">
3
- < body >
4
- < span wicket:id ="message " id ="message "> Message goes here</ span >
5
- </ body >
3
+ < body >
4
+ < span wicket:id ="message " id ="message "> Message goes here</ span >
5
+ </ body >
6
6
</ html >
You can’t perform that action at this time.
0 commit comments