* BAEL-524 Building an MVC application using Struts 2 * BAEL-524 Building an MVC application using Struts 2 * BAEL-524 Building an MVC application using Struts 2
		
			
				
	
	
		
			12 lines
		
	
	
		
			261 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			261 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <%@ page contentType="text/html; charset=UTF-8" %>
 | |
| <%@ taglib prefix="s" uri="/struts-tags" %>
 | |
| <html>
 | |
| <head>
 | |
| <title>Hello World</title>
 | |
| </head>
 | |
| <body>
 | |
|   <p> Hello Baeldung User </p>
 | |
|   <p>You are a <s:property value="carMessage"/></p>
 | |
| </body>
 | |
| </html>
 |