struts1-3-8的官方发布源码

源代码在线查看: html-input.jsp

软件大小: 45089 K
上传用户: thor
关键词: struts 发布 源码
下载地址: 免注册下载 普通下载 VIP

相关代码

				
								    Licensed to the Apache Software Foundation (ASF) under one or more
				    contributor license agreements.  See the NOTICE file distributed with
				    this work for additional information regarding copyright ownership.
				    The ASF licenses this file to You under the Apache License, Version 2.0
				    (the "License"); you may not use this file except in compliance with
				    the License.  You may obtain a copy of the License at
				   
				         http://www.apache.org/licenses/LICENSE-2.0
				   
				    Unless required by applicable law or agreed to in writing, software
				    distributed under the License is distributed on an "AS IS" BASIS,
				    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
				    See the License for the specific language governing permissions and
				    limitations under the License.
				--%>
				
				
				
				
				
								    String thing = "thing";
				    pageContext.setAttribute("thing", thing);
				%>
				
				    
				        Test html-el input tags
				    
				
				    
				
				    
				        Test struts html-el input tags
				    
				
				    
				        
				            
				                
				                    				                                    write="${!empty pageScope}"/>
				                
				            
				            
				                
				                    				                                    write="${empty pageScope}"/>
				                
				            
				            
				                
				                    				                                    title="${thing}"/>
				                
				            
				            
				                
				                    
				                        				                                        indexed="${!empty pageScope}"/>
				                    
				                
				            
				            
				                
				                    
				                        				                                        property="stringProperty"
				                                        indexed="${!empty pageScope}"/>
				                    
				                
				            
				            
				                
				                    				                                      title="${thing}"/>
				                
				            
				            
				                
				                    				                                      title="${thing}"
				                                      disabled="${!empty pageScope}"/>
				                
				            
				            
				                
				                    				                                      title="${thing}"
				                                      maxlength="${3-1}"/>
				                
				            
				            
				                
				                    				                                      title="${thing}"
				                                      readonly="${!empty pageScope}"/>
				                
				            
				            
				                
				                    				                                      title="${thing}"
				                                      redisplay="${!empty pageScope}"/>
				                
				            
				            
				                 
				                
				                    
				                        Save
				                    Save
				                
				                
				                    Reset
				                    Cancel
				                
				                 
				            
				        
				    
				
				    
				        				        function showevent(evt) {
				            window.status = evt.type;
				        }
				        // -->
				    
				    
				
							

相关资源