Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 96970 invoked from network); 8 Nov 2006 13:46:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2006 13:46:45 -0000 Received: (qmail 83581 invoked by uid 500); 8 Nov 2006 13:46:49 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 83535 invoked by uid 500); 8 Nov 2006 13:46:48 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 83502 invoked by uid 99); 8 Nov 2006 13:46:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Nov 2006 05:46:48 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Nov 2006 05:46:31 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 4BAE41A984D; Wed, 8 Nov 2006 05:46:04 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r472491 [2/4] - in /struts/sandbox/trunk/tiles/tiles-documentation/src/webapp: ./ WEB-INF/ common/ doc/ doc/portal/ examples/ examples/rssFeed/ examples/tiles/ examples/tiles/portal/ layout/ layouts/ layouts/skin1/ test/ tutorial/ tutorial/... Date: Wed, 08 Nov 2006 13:45:55 -0000 To: commits@struts.apache.org From: apetrelli@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061108134604.4BAE41A984D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/rssFeed/rss-example.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/rssFeed/rss-example.xml?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/rssFeed/rss-example.xml (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/rssFeed/rss-example.xml Wed Nov 8 05:45:48 2006 @@ -1,4 +1,25 @@ + <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/summariesTabs.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/summariesTabs.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/summariesTabs.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/summariesTabs.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tabs.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tabs.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tabs.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tabs.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/adminSummary.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/adminSummary.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/adminSummary.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/adminSummary.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/body.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/body.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/body.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/body.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/componentsSummary.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/componentsSummary.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/componentsSummary.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/componentsSummary.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/footer.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/footer.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/footer.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/footer.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/header.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/header.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/header.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/header.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/i18nSummary.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/i18nSummary.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/i18nSummary.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/i18nSummary.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/menuSummary.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/menuSummary.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/menuSummary.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/menuSummary.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/multiChannelsSummary.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/multiChannelsSummary.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/multiChannelsSummary.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/multiChannelsSummary.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myLayoutSummary.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myLayoutSummary.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myLayoutSummary.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myLayoutSummary.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myMenuSettings.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myMenuSettings.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myMenuSettings.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myMenuSettings.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myMenuSummary.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myMenuSummary.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myMenuSummary.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myMenuSummary.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myPortalPrefs.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myPortalPrefs.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myPortalPrefs.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myPortalPrefs.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myPortalSettings.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myPortalSettings.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myPortalSettings.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myPortalSettings.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myPortalSummary.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myPortalSummary.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myPortalSummary.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myPortalSummary.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/mySkinSettings.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/mySkinSettings.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/mySkinSettings.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/mySkinSettings.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/advert1.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/advert1.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/advert1.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/advert1.jsp Wed Nov 8 05:45:48 2006 @@ -1 +1,22 @@ +<%-- +/* + * 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. + * + */ +--%> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/advert2.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/advert2.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/advert2.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/advert2.jsp Wed Nov 8 05:45:48 2006 @@ -1,2 +1,23 @@ +<%-- +/* + * 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. + * + */ +--%>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/advert3.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/advert3.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/advert3.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/advert3.jsp Wed Nov 8 05:45:48 2006 @@ -1 +1,22 @@ +<%-- +/* + * 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. + * + */ +--%> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/login.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/login.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/login.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/login.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/messages.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/messages.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/messages.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/messages.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/newsFeed.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/newsFeed.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/newsFeed.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/newsFeed.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/portalBody.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/portalBody.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/portalBody.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/portalBody.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/tiles.tld" prefix="tiles" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/stocks.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/stocks.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/stocks.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/stocks.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/whatsNew.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/whatsNew.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/whatsNew.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/whatsNew.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portalSummary.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portalSummary.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portalSummary.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portalSummary.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/rssChannelErrors.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/rssChannelErrors.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/rssChannelErrors.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/rssChannelErrors.jsp Wed Nov 8 05:45:48 2006 @@ -1,4 +1,25 @@ <%-- +/* + * 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. + * + */ +--%> +<%-- /** * Summarize channels errors as unadorned HTML. * Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/rssChannels.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/rssChannels.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/rssChannels.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/rssChannels.jsp Wed Nov 8 05:45:48 2006 @@ -1,4 +1,25 @@ <%-- +/* + * 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. + * + */ +--%> +<%-- /** * Summarize channels as unadorned HTML. * Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/rssChannelsSummary.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/rssChannelsSummary.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/rssChannelsSummary.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/rssChannelsSummary.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/tabsSummary.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/tabsSummary.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/tabsSummary.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/tabsSummary.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/index.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/index.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/index.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/index.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layout/classicLayout.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layout/classicLayout.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layout/classicLayout.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layout/classicLayout.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> <%-- Layout component Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layout/columnsLayout.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layout/columnsLayout.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layout/columnsLayout.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layout/columnsLayout.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ page import="org.apache.struts.tiles.ComponentContext"%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layout/vboxLayout.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layout/vboxLayout.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layout/vboxLayout.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layout/vboxLayout.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ page import="java.util.Iterator"%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/centerLayout.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/centerLayout.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/centerLayout.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/centerLayout.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> <%-- Centered Layout Tiles Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/classicLayout.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/classicLayout.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/classicLayout.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/classicLayout.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> <%-- Layout Tiles Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/columnsLayout.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/columnsLayout.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/columnsLayout.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/columnsLayout.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ page import="org.apache.struts.tiles.ComponentContext"%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/menu.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/menu.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/menu.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/menu.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/nestedTabsLayout.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/nestedTabsLayout.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/nestedTabsLayout.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/nestedTabsLayout.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/skin1/menuLeftLayout.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/skin1/menuLeftLayout.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/skin1/menuLeftLayout.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/skin1/menuLeftLayout.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> <%-- Layout Tiles Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/stylesheet.css URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/stylesheet.css?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/stylesheet.css (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/stylesheet.css Wed Nov 8 05:45:48 2006 @@ -1,4 +1,23 @@ /* CSS */ +/* + * 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. + * + */ /* base element inheritance formatting */ body { margin-left: 0px; margin-right: 0px; Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/tabsLayout.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/tabsLayout.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/tabsLayout.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/tabsLayout.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/vboxLayout.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/vboxLayout.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/vboxLayout.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/vboxLayout.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ page import="java.util.Iterator"%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/body.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/body.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/body.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/body.jsp Wed Nov 8 05:45:48 2006 @@ -1 +1,22 @@ +<%-- +/* + * 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. + * + */ +--%>
This is a body
Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/failpage.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/failpage.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/failpage.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/failpage.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> Error
<%=request.getAttribute( "actionError" )%> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/header.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/header.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/header.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/header.jsp Wed Nov 8 05:45:48 2006 @@ -1 +1,22 @@ +<%-- +/* + * 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. + * + */ +--%> This is the header Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/index.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/index.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/index.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/index.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%>

Tiles Simple Tests

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/layout.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/layout.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/layout.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/layout.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/layoutTestIgnore.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/layoutTestIgnore.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/layoutTestIgnore.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/layoutTestIgnore.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/menu.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/menu.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/menu.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/menu.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/quickOverview.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/quickOverview.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/quickOverview.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/quickOverview.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/showRequestUri.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/showRequestUri.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/showRequestUri.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/showRequestUri.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%>

RequestUri: <%=request.getRequestURI()%> ContextPath: <%=request.getContextPath()%> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testAll.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testAll.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testAll.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testAll.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testBackward.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testBackward.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testBackward.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testBackward.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> <%-- Test backward compatibility Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testBasic.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testBasic.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testBasic.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testBasic.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> <%-- Test tags basic behaviors Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testController.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testController.jsp?view=diff&rev=472491&r1=472490&r2=472491 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testController.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testController.jsp Wed Nov 8 05:45:48 2006 @@ -1,3 +1,24 @@ +<%-- +/* + * 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. + * + */ +--%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> <%-- Test tiles Controller call