<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-302</id>
	<title>Nabble - Tapestry</title>
	<updated>2008-11-18T18:23:20Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Tapestry-f302.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Tapestry-f302.html" />
	<subtitle type="html">Tapestry is a powerful, open-source, all-Java framework for creating leading edge web applications in Java. Jakarta Tapestry home is &lt;a href=&quot;http://jakarta.apache.org/tapestry/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-20572655</id>
	<title>T5: Zone + getClientId</title>
	<published>2008-11-18T18:23:20Z</published>
	<updated>2008-11-18T18:23:20Z</updated>
	<author>
		<name>Tuan-4</name>
	</author>
	<content type="html">&amp;nbsp; Hi all,
&lt;br&gt;&lt;br&gt;I have some problems when dealing with the Zone component.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; - We don't use prop binding in t:id parameter. However I see that 
&lt;br&gt;t:id parameter of the component is defined in source code like as other 
&lt;br&gt;parameters. so how to code &amp;nbsp;to get t:id (or any parameter field) is not 
&lt;br&gt;used with &amp;quot;prop&amp;quot; binding?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; - The getElementId method of Zone component alway return null (?) - 
&lt;br&gt;not same as other components (ex: actionlink)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Ex:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;+ Index.tml
&lt;br&gt;&amp;nbsp; &amp;lt;html xmlns:t=&amp;quot;&lt;a href=&quot;http://tapestry.apache.org/schema/tapestry_5_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tapestry.apache.org/schema/tapestry_5_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;head&amp;gt;&amp;lt;/head&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;t:zone t:id=&amp;quot;tZone&amp;quot;&amp;gt;&amp;lt;/t:zone&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/body&amp;gt;
&lt;br&gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;+ Hello.java
&lt;br&gt;public class Hello {
&lt;br&gt;&amp;nbsp; &amp;nbsp; @InjectComponent
&lt;br&gt;&amp;nbsp; &amp;nbsp; private Zone tZone;
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @AfterRender
&lt;br&gt;&amp;nbsp; &amp;nbsp; void afterRender() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; System.out.println(&amp;quot;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot; + tZone.getClientId());
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;output: &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; null
&lt;br&gt;&lt;br&gt;Please give me some info or reference links to solve my problems.
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/T5%3A-Zone-%2B-getClientId-tp20572655s302p20572655.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20571677</id>
	<title>Re: [T5] Providing new Asset type (filesystem)</title>
	<published>2008-11-18T16:40:02Z</published>
	<updated>2008-11-18T16:40:02Z</updated>
	<author>
		<name>Thiago H. de Paula Figueiredo</name>
	</author>
	<content type="html">Em Tue, 18 Nov 2008 21:27:52 -0300, aldana &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20571677&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aldana@...&lt;/a&gt;&amp;gt; escreveu:
&lt;br&gt;&lt;br&gt;&amp;gt; Thanks this worked. Am starting to like Tapestry way to build things &amp;nbsp;
&lt;br&gt;&amp;gt; (looking forwards to dig in deeper)...
&lt;br&gt;&lt;br&gt;You're welcome! Tapestry (the web framework) and Tapestry-IoC (the IoC &amp;nbsp;
&lt;br&gt;container) are very, very interesting. :) You've just implemented one &amp;nbsp;
&lt;br&gt;example of T-IoC's distributed configuration, something that Spring lacks &amp;nbsp;
&lt;br&gt;and its wonderful for really modular development.
&lt;br&gt;&lt;br&gt;&amp;gt; Just one last question. I noticed that when building Resource
&lt;br&gt;&amp;gt; implementations you pass in a path to Resource constructor and then &amp;nbsp;
&lt;br&gt;&amp;gt; another path to newResource(String), when creating the &amp;quot;real&amp;quot; asset. Why &amp;nbsp;
&lt;br&gt;&amp;gt; is that?
&lt;br&gt;&amp;gt; Maybe in constructor you provide kind of root and with newResource you &amp;nbsp;
&lt;br&gt;&amp;gt; pass relative path-information?
&lt;br&gt;&lt;br&gt;Taking a quick look at the AbstractResource (superclass of both &amp;nbsp;
&lt;br&gt;ClasspathResource and ContextResources) source code, I suppose you got it &amp;nbsp;
&lt;br&gt;right. :)
&lt;br&gt;&lt;br&gt;&amp;gt; For your curiosity: I am partly from Guatemala, but grew up in Berlin &amp;nbsp;
&lt;br&gt;&amp;gt; and am living here a happy life :)
&lt;br&gt;&lt;br&gt;Nice to know! :) I'm 100% from Brazil and living a happy life here. :D But &amp;nbsp;
&lt;br&gt;living abroad again (I lived in England once) would be a very nice &amp;nbsp;
&lt;br&gt;experience . . .
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Thiago H. de Paula Figueiredo
&lt;br&gt;Independent Java consultant, developer, and instructor
&lt;br&gt;&lt;a href=&quot;http://www.arsmachina.com.br/thiago&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.arsmachina.com.br/thiago&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20571677&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20571677&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-T5--Providing-new-Asset-type-%28filesystem%29-tp20568440s302p20571677.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20571654</id>
	<title>[T5] reference/binding field value to @Path</title>
	<published>2008-11-18T16:38:00Z</published>
	<updated>2008-11-18T16:38:00Z</updated>
	<author>
		<name>aldana</name>
	</author>
	<content type="html">Hi, 
&lt;br&gt;&lt;br&gt;is it possible to bind a field of a component to an Asset's path?
&lt;br&gt;&lt;br&gt;public class AnyPage{
&lt;br&gt;&amp;nbsp;//this should be part of the @Path value
&lt;br&gt;&amp;nbsp;private String imageName = &amp;quot;default.png&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp;@Inject
&lt;br&gt;&amp;nbsp;//would not work, is a symbol which is somewhat different to class member
&lt;br&gt;&amp;nbsp;@Path(&amp;quot;context:${imageName}&amp;quot;)
&lt;br&gt;&amp;nbsp;private Asset img;
&lt;br&gt;&lt;br&gt;&amp;nbsp;public getImageName(){...}
&lt;br&gt;&lt;br&gt;&amp;nbsp;//for rest style to pass image path info
&lt;br&gt;&amp;nbsp;public void onActivate(String...){...} 
&lt;br&gt;&amp;nbsp;public String onPassivate(){....}
&lt;br&gt;&lt;br&gt;}&lt;div class=&quot;signature&quot;&gt;manuel aldana
&lt;br&gt;aldana((at))gmx.de
&lt;br&gt;software-engineering blog: &lt;a href=&quot;http://www.aldana-online.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aldana-online.de&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-T5--reference-binding-field-value-to-%40Path-tp20571654s302p20571654.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20571556</id>
	<title>Re: [T5] Providing new Asset type (filesystem)</title>
	<published>2008-11-18T16:27:52Z</published>
	<updated>2008-11-18T16:27:52Z</updated>
	<author>
		<name>aldana</name>
	</author>
	<content type="html">Thanks this worked. Am starting to like Tapestry way to build things (looking forwards to dig in deeper)...
&lt;br&gt;&lt;br&gt;Just one last question. I noticed that when building Resource implementations you pass in a path to Resource constructor and then another path to newResource(String), when creating the &amp;quot;real&amp;quot; asset. Why is that? Maybe in constructor you provide kind of root and with newResource you pass relative path-information?
&lt;br&gt;&lt;br&gt;For your curiosity: I am partly from Guatemala, but grew up in Berlin and am living here a happy life :)
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Thiago H. de Paula Figueiredo wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Em Tue, 18 Nov 2008 18:19:24 -0300, aldana &amp;lt;aldana@gmx.de&amp;gt; escreveu:
&lt;br&gt;&lt;br&gt;&amp;gt; But I cannot find the last step to ad it to the viable AssetSource. By
&lt;br&gt;&amp;gt; default it seems that AssetSourceImpl is active which only supports &amp;nbsp;
&lt;br&gt;&amp;gt; context and classpath style. So how do I ad my new Asset type to the &amp;nbsp;
&lt;br&gt;&amp;gt; AssetSource and how do I register so I can use something like
&lt;br&gt;&amp;gt; @Path(&amp;quot;filesystem:/foo/bar.png&amp;quot;) annotation?
&lt;br&gt;&lt;br&gt;You do it through a contribution to the AssetSource service through &amp;nbsp;
&lt;br&gt;Tapestry-IoC. In a module class, add the following method:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public static void contributeAssetSource(MappedConfiguration&amp;lt;String, &amp;nbsp;
&lt;br&gt;AssetFactory&amp;gt; configuration) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;configuration.add(&amp;quot;filesystem&amp;quot;, yourFilesystemAssetFactory);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&lt;br&gt;To know how something in Tapestry is configured, take a look at the &amp;nbsp;
&lt;br&gt;TapestryModule class and search for the contribute[ServiceName]() methods. &amp;nbsp;
&lt;br&gt;For example, the AssetSource is configured exactly like this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public void contributeAssetSource(MappedConfiguration&amp;lt;String, &amp;nbsp;
&lt;br&gt;AssetFactory&amp;gt; configuration,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;@ContextProvider AssetFactory &amp;nbsp;
&lt;br&gt;contextAssetFactory,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;@ClasspathProvider AssetFactory &amp;nbsp;
&lt;br&gt;classpathAssetFactory)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;configuration.add(&amp;quot;context&amp;quot;, contextAssetFactory);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;configuration.add(&amp;quot;classpath&amp;quot;, classpathAssetFactory);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&lt;br&gt;&amp;gt; manuel aldana
&lt;br&gt;&amp;gt; software-engineering blog: &lt;a href=&quot;http://www.aldana-online.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aldana-online.de&lt;/a&gt;&lt;br&gt;&lt;br&gt;Just curious: your name is very Portuguese but your URL and university &amp;nbsp;
&lt;br&gt;information in your site is German . . . :)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Thiago H. de Paula Figueiredo
&lt;br&gt;Independent Java consultant, developer, and instructor
&lt;br&gt;&lt;a href=&quot;http://www.arsmachina.com.br/thiago&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.arsmachina.com.br/thiago&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
&lt;br&gt;For additional commands, e-mail: users-help@tapestry.apache.org
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;div class=&quot;signature&quot;&gt;manuel aldana
&lt;br&gt;aldana((at))gmx.de
&lt;br&gt;software-engineering blog: &lt;a href=&quot;http://www.aldana-online.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aldana-online.de&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-T5--Providing-new-Asset-type-%28filesystem%29-tp20568440s302p20571556.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20571544</id>
	<title>Re: [T5] form based j2ee authentication</title>
	<published>2008-11-18T16:25:50Z</published>
	<updated>2008-11-18T16:25:50Z</updated>
	<author>
		<name>Craig St. Jean-4</name>
	</author>
	<content type="html">Michal,
&lt;br&gt;Yes, it is (and not too difficult). &amp;nbsp;I was working on a tutorial for
&lt;br&gt;building applications using Glassfish with LDAP auth and Tapestry 4, but
&lt;br&gt;stopped when I switched to T5. &amp;nbsp;The Glassfish and LDAP pages are still valid
&lt;br&gt;on &lt;a href=&quot;http://home.earthlink.net/~valiantsoul/TapestryTutorial&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://home.earthlink.net/~valiantsoul/TapestryTutorial&lt;/a&gt;&amp;nbsp;.
&lt;br&gt;&lt;br&gt;From there, you just need to add the following to web.xml:
&lt;br&gt;&lt;br&gt;&amp;lt;security-constraint&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;web-resource-collection&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;web-resource-name&amp;gt;webapp_...&amp;lt;/web-resource-name&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;url-pattern&amp;gt;*insert url pattern here*&amp;lt;/url-pattern&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;http-method&amp;gt;GET&amp;lt;/http-method&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;http-method&amp;gt;POST&amp;lt;/http-method&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/web-resource-collection&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;auth-constraint&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;role-name&amp;gt;Protected&amp;lt;/role-name&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/auth-constraint&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/security-constraint&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;lt;login-config&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;auth-method&amp;gt;FORM&amp;lt;/auth-method&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;realm-name&amp;gt;LdapRealm&amp;lt;/realm-name&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;form-login-config&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;form-login-page&amp;gt;/jsp/login.html&amp;lt;/form-login-page&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;form-error-page&amp;gt;/jsp/loginError.html&amp;lt;/form-error-page&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/form-login-config&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/login-config&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;My sun-web.xml looks like:
&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;!DOCTYPE sun-web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Application
&lt;br&gt;Server 9.0 Servlet 2.5//EN'
&lt;br&gt;&lt;br&gt;'&lt;a href=&quot;http://www.sun.com/software/appserver/dtds/sun-web-app_2_5-0.dtd'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sun.com/software/appserver/dtds/sun-web-app_2_5-0.dtd'&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;sun-web-app&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;security-role-mapping&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;role-name&amp;gt;Protected&amp;lt;/role-name&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;group-name&amp;gt;*group name from ldap*&amp;lt;/group-name&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/security-role-mapping&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/sun-web-app&amp;gt;
&lt;br&gt;&lt;br&gt;Then in your login page, include:
&lt;br&gt;&lt;br&gt;&amp;lt;form method=&amp;quot;post&amp;quot; action=&amp;quot;j_security_check&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;&lt;br&gt;&amp;lt;input type=&amp;quot;text&amp;quot; id=&amp;quot;j_username&amp;quot; name=&amp;quot;j_username&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;&lt;br&gt;&amp;lt;input type=&amp;quot;password&amp;quot; id=&amp;quot;j_password&amp;quot; name=&amp;quot;j_password&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;&lt;br&gt;&amp;lt;input type=&amp;quot;submit&amp;quot; value=&amp;quot;Login&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;&lt;br&gt;&amp;lt;/form&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Nov 18, 2008 at 6:47 AM, Michal Hlavac &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20571544&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hlavki@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; it is possible to use form based authentication with tapestry login
&lt;br&gt;&amp;gt; template?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I tryied j2ee security with tapestry 5 and basic auth and it works:
&lt;br&gt;&amp;gt; web.xml
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;security-constraint&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;web-resource-collection&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;web-resource-name&amp;gt;Protected Area&amp;lt;/web-resource-name&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url-pattern&amp;gt;/secured/*&amp;lt;/url-pattern&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/web-resource-collection&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;auth-constraint&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;role-name&amp;gt;LW_USER&amp;lt;/role-name&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/auth-constraint&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;/security-constraint&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;login-config&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;auth-method&amp;gt;BASIC&amp;lt;/auth-method&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;realm-name&amp;gt;file&amp;lt;/realm-name&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;/login-config&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; but what I want is tapestry login template used with
&lt;br&gt;&amp;gt; &amp;lt;auth-method&amp;gt;FORM&amp;lt;/auth-method&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thanks, m.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20571544&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20571544&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-T5--form-based-j2ee-authentication-tp20558061s302p20571544.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20570444</id>
	<title>Re: Render Template as XML instead of HTML</title>
	<published>2008-11-18T15:05:13Z</published>
	<updated>2008-11-18T15:05:13Z</updated>
	<author>
		<name>Howard Lewis Ship</name>
	</author>
	<content type="html">You likely have a Form component in your page, and it's generating
&lt;br&gt;JavaScript to handle client-side validation. &amp;nbsp;Please search the list
&lt;br&gt;archive (at markmail.org), we were just discussing this issue.
&lt;br&gt;&lt;br&gt;On Tue, Nov 18, 2008 at 2:40 PM, Mark W. Shead &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20570444&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mwshead@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I tried that as well and got:
&lt;br&gt;&amp;gt; The root element of the rendered document was &amp;lt;smbxml&amp;gt;, not &amp;lt;html&amp;gt;. A root
&lt;br&gt;&amp;gt; element of &amp;lt;html&amp;gt; is needed when linking JavaScript and stylesheet
&lt;br&gt;&amp;gt; resources.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm &amp;nbsp;not trying to render any javascript or stylesheets--at least not on
&lt;br&gt;&amp;gt; purpose.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In my .java file I have:
&lt;br&gt;&amp;gt; @Meta(&amp;quot;tapestry.response-content-type=text/xml&amp;quot;)
&lt;br&gt;&amp;gt; public class EventXML {
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To try to tell it to use xml instead of html for the content type.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there a setting I'm missing somewhere?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for your help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Mark
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Nov 18, 2008, at 11:07 AM, Howard Lewis Ship wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;t:container&amp;gt; is intended for components that need to render more than
&lt;br&gt;&amp;gt;&amp;gt; one &amp;quot;root&amp;quot; element. &amp;nbsp;Try:
&lt;br&gt;&amp;gt;&amp;gt; -
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;!DOCTYPE smbxml SYSTEM &amp;quot;&lt;a href=&quot;http://www.netledger.com/xml/dtd/smb_4_11.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netledger.com/xml/dtd/smb_4_11.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;smbxml xmlns:t=&amp;quot;&lt;a href=&quot;http://tapestry.apache.org/schema/tapestry_5_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tapestry.apache.org/schema/tapestry_5_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;t:loop source=&amp;quot;sequenceList&amp;quot; value=&amp;quot;aSequence&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ...snip...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;/t:loop&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;/smbxml&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Tue, Nov 18, 2008 at 7:59 AM, Mark W. Shead &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20570444&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mwshead@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I have a page that needs to render as xml. &amp;nbsp;I see that there was a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; patch applied to do this, but I can't seem to bring in the tapestry
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; name space in order to get loop components, etc. to work. &amp;nbsp;Does anyone
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; have an example showing how this should work?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/TAPESTRY-1600&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/TAPESTRY-1600&lt;/a&gt;&amp;nbsp;being fixed seems
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to indicate that this should be possible, but I'm not seeing exactly
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; how to implement it.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Mark
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; More info:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Here is my xml template file:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;!DOCTYPE smbxml SYSTEM &amp;quot;&lt;a href=&quot;http://www.netledger.com/xml/dtd/smb_4_11.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netledger.com/xml/dtd/smb_4_11.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;t:container
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; xmlns:t=&amp;quot;&lt;a href=&quot;http://tapestry.apache.org/schema/tapestry_5_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tapestry.apache.org/schema/tapestry_5_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;smbxml&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;t:loop source=&amp;quot;sequenceList&amp;quot; value=&amp;quot;aSequence&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ...snip...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;/t:loop&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;/smbxml&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;/t:container&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; This doesn't work because it expects an html tag. &amp;nbsp;I'm guessing that
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; might be something that is coming from the t:container tag. I've tried
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; a bunch of other ways of getting the tapestry namespace in, but they
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; either don't work or it complains about not having an HTML element.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20570444&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20570444&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Howard M. Lewis Ship
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Creator Apache Tapestry and Apache HiveMind
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20570444&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20570444&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20570444&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20570444&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Howard M. Lewis Ship
&lt;br&gt;&lt;br&gt;Creator Apache Tapestry and Apache HiveMind
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20570444&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20570444&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Render-Template-as-XML-instead-of-HTML-tp20562425s302p20570444.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20570042</id>
	<title>Re: Render Template as XML instead of HTML</title>
	<published>2008-11-18T14:40:28Z</published>
	<updated>2008-11-18T14:40:28Z</updated>
	<author>
		<name>Mark W. Shead-2</name>
	</author>
	<content type="html">I tried that as well and got:
&lt;br&gt;The root element of the rendered document was &amp;lt;smbxml&amp;gt;, not &amp;lt;html&amp;gt;. A &amp;nbsp;
&lt;br&gt;root element of &amp;lt;html&amp;gt; is needed when linking JavaScript and &amp;nbsp;
&lt;br&gt;stylesheet resources.
&lt;br&gt;&lt;br&gt;I'm &amp;nbsp;not trying to render any javascript or stylesheets--at least not &amp;nbsp;
&lt;br&gt;on purpose.
&lt;br&gt;&lt;br&gt;In my .java file I have:
&lt;br&gt;@Meta(&amp;quot;tapestry.response-content-type=text/xml&amp;quot;)
&lt;br&gt;public class EventXML {
&lt;br&gt;&lt;br&gt;To try to tell it to use xml instead of html for the content type.
&lt;br&gt;&lt;br&gt;Is there a setting I'm missing somewhere?
&lt;br&gt;&lt;br&gt;Thanks for your help.
&lt;br&gt;&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;On Nov 18, 2008, at 11:07 AM, Howard Lewis Ship wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;lt;t:container&amp;gt; is intended for components that need to render more than
&lt;br&gt;&amp;gt; one &amp;quot;root&amp;quot; element. &amp;nbsp;Try:
&lt;br&gt;&amp;gt; -
&lt;br&gt;&amp;gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;!DOCTYPE smbxml SYSTEM &amp;quot;&lt;a href=&quot;http://www.netledger.com/xml/dtd/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netledger.com/xml/dtd/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; smb_4_11.dtd&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;smbxml xmlns:t=&amp;quot;&lt;a href=&quot;http://tapestry.apache.org/schema/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tapestry.apache.org/schema/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; tapestry_5_0_0.xsd&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;t:loop source=&amp;quot;sequenceList&amp;quot; value=&amp;quot;aSequence&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ...snip...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/t:loop&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/smbxml&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Tue, Nov 18, 2008 at 7:59 AM, Mark W. Shead &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20570042&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mwshead@...&lt;/a&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; I have a page that needs to render as xml. &amp;nbsp;I see that there was a
&lt;br&gt;&amp;gt;&amp;gt; patch applied to do this, but I can't seem to bring in the tapestry
&lt;br&gt;&amp;gt;&amp;gt; name space in order to get loop components, etc. to work. &amp;nbsp;Does &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; anyone
&lt;br&gt;&amp;gt;&amp;gt; have an example showing how this should work?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/TAPESTRY-1600&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/TAPESTRY-1600&lt;/a&gt;&amp;nbsp;being fixed seems
&lt;br&gt;&amp;gt;&amp;gt; to indicate that this should be possible, but I'm not seeing exactly
&lt;br&gt;&amp;gt;&amp;gt; how to implement it.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Mark
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; More info:
&lt;br&gt;&amp;gt;&amp;gt; Here is my xml template file:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;!DOCTYPE smbxml SYSTEM &amp;quot;&lt;a href=&quot;http://www.netledger.com/xml/dtd/smb_4_11.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netledger.com/xml/dtd/smb_4_11.dtd&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;t:container xmlns:t=&amp;quot;&lt;a href=&quot;http://tapestry.apache.org/schema/tapestry_5_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tapestry.apache.org/schema/tapestry_5_0_0.xsd&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;smbxml&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;t:loop source=&amp;quot;sequenceList&amp;quot; value=&amp;quot;aSequence&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ...snip...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;/t:loop&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;/smbxml&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;/t:container&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This doesn't work because it expects an html tag. &amp;nbsp;I'm guessing that
&lt;br&gt;&amp;gt;&amp;gt; might be something that is coming from the t:container tag. I've &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; tried
&lt;br&gt;&amp;gt;&amp;gt; a bunch of other ways of getting the tapestry namespace in, but they
&lt;br&gt;&amp;gt;&amp;gt; either don't work or it complains about not having an HTML element.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20570042&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20570042&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Howard M. Lewis Ship
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Creator Apache Tapestry and Apache HiveMind
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20570042&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20570042&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20570042&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20570042&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Render-Template-as-XML-instead-of-HTML-tp20562425s302p20570042.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20569758</id>
	<title>Re: Tapestry 5.0.16 (Release Candidate) now available</title>
	<published>2008-11-18T14:25:10Z</published>
	<updated>2008-11-18T14:25:10Z</updated>
	<author>
		<name>Howard Lewis Ship</name>
	</author>
	<content type="html">Then YES YOU SHOULD vote up this story at DZone:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.dzone.com/links/tapestry_5016_release_candidate_is_available_for.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.dzone.com/links/tapestry_5016_release_candidate_is_available_for.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;On Tue, Nov 18, 2008 at 12:00 PM, Sven Homburg &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20569758&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;homburgs@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; YES WE CAN ;-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2008/11/18 Daniel Jue &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20569758&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;teamphy6@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks to everyone involved in getting T5 to this point--
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; To Howard, for having the courage to break with tradition and making T5
&lt;br&gt;&amp;gt;&amp;gt; radically different;
&lt;br&gt;&amp;gt;&amp;gt; To all the participants on the Tapestry Users list who have helped others,
&lt;br&gt;&amp;gt;&amp;gt; submitted and fix bugs in JIRA.
&lt;br&gt;&amp;gt;&amp;gt; And to all the 3rd party libraries and frameworks T5 borrows from and
&lt;br&gt;&amp;gt;&amp;gt; builds
&lt;br&gt;&amp;gt;&amp;gt; on.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Tue, Nov 18, 2008 at 11:51 AM, Howard Lewis Ship &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20569758&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hlship@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;nbsp;The latest release of Tapestry, Tapestry 5.0.16 (Release Candidate),
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; is now available.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Tapestry 5.0.16 is the release candidate; we encourage users to
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; download this version. In about a month, the Tapestry PMC will run a
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; vote to grant it release status, barring any blocker bugs (critical
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; bugs with no workaround).
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; In the two months since the previous release, we've addressed over 80
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; issues, including many bugs and a few last minute improvements. New
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; features include a LinkSubmit component (dearly missed from Tapestry
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; 4), new support for reporting Ajax errors on the client side, smarter
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; client-side validation, support for several new locales, and much new
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; documentation.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; With a release candidate out, and a final release reasonably immanent
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; (that is, 5.0.16 will likely be the final release as well) it's time
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; to start publicizing Tapestry. &amp;nbsp;Any of you who blog should start
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; blogging about Tapestry 5. Anybody who has thought of speaking to a
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Java User's Group: now's a good time, and help in presenting is
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; available. Now that 5.0 is effectively a done deal, it's time to start
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; making the Java world more aware of what Tapestry has to offer!
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Howard M. Lewis Ship
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Creator Apache Tapestry and Apache HiveMind
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20569758&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20569758&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; with regards
&lt;br&gt;&amp;gt; Sven Homburg
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.chenillekit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.chenillekit.org&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://tapestry5-components.googlecode.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tapestry5-components.googlecode.com&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Howard M. Lewis Ship
&lt;br&gt;&lt;br&gt;Creator Apache Tapestry and Apache HiveMind
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20569758&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20569758&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Tapestry-5.0.16-%28Release-Candidate%29-now-available-tp20563532s302p20569758.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20569180</id>
	<title>Re: T5: Multiple File Upload</title>
	<published>2008-11-18T13:53:18Z</published>
	<updated>2008-11-18T13:53:18Z</updated>
	<author>
		<name>Henry Chen</name>
	</author>
	<content type="html">Michael Lake &amp;lt;mlake &amp;lt;at&amp;gt; netvue.com&amp;gt; writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Filip -
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You are exactly right. The session id wasn't being passed - and shame on 
&lt;br&gt;&amp;gt; me for not actually comparing the &amp;quot;t:formdata&amp;quot; values because they are 
&lt;br&gt;&amp;gt; indeed the same even when using the normal &amp;lt;t:form&amp;gt;&amp;lt;t:upload /&amp;gt;&amp;lt;/t:form&amp;gt; 
&lt;br&gt;&amp;gt; multiple times.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thank you and thanks to Francois Armand for showing me how to tease the 
&lt;br&gt;&amp;gt; session id out of tapestry.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;How did you manage to &amp;quot;tease the session id&amp;quot; out of tapestry? I had a similar
&lt;br&gt;JSessionID problem with the latest SWFUpload 2.2.0beta3. I'm using FF3. In the
&lt;br&gt;cookie it passed the wrong JSESSIONID(from IE). &amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20569180&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20569180&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/T5%3A-Multiple-File-Upload-tp15598726s302p20569180.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20569077</id>
	<title>Re: [T5] Providing new Asset type (filesystem)</title>
	<published>2008-11-18T13:52:27Z</published>
	<updated>2008-11-18T13:52:27Z</updated>
	<author>
		<name>Thiago H. de Paula Figueiredo</name>
	</author>
	<content type="html">Em Tue, 18 Nov 2008 18:19:24 -0300, aldana &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20569077&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aldana@...&lt;/a&gt;&amp;gt; escreveu:
&lt;br&gt;&lt;br&gt;&amp;gt; But I cannot find the last step to ad it to the viable AssetSource. By
&lt;br&gt;&amp;gt; default it seems that AssetSourceImpl is active which only supports &amp;nbsp;
&lt;br&gt;&amp;gt; context and classpath style. So how do I ad my new Asset type to the &amp;nbsp;
&lt;br&gt;&amp;gt; AssetSource and how do I register so I can use something like
&lt;br&gt;&amp;gt; @Path(&amp;quot;filesystem:/foo/bar.png&amp;quot;) annotation?
&lt;br&gt;&lt;br&gt;You do it through a contribution to the AssetSource service through &amp;nbsp;
&lt;br&gt;Tapestry-IoC. In a module class, add the following method:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public static void contributeAssetSource(MappedConfiguration&amp;lt;String, &amp;nbsp;
&lt;br&gt;AssetFactory&amp;gt; configuration) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;configuration.add(&amp;quot;filesystem&amp;quot;, yourFilesystemAssetFactory);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&lt;br&gt;To know how something in Tapestry is configured, take a look at the &amp;nbsp;
&lt;br&gt;TapestryModule class and search for the contribute[ServiceName]() methods. &amp;nbsp;
&lt;br&gt;For example, the AssetSource is configured exactly like this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public void contributeAssetSource(MappedConfiguration&amp;lt;String, &amp;nbsp;
&lt;br&gt;AssetFactory&amp;gt; configuration,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;@ContextProvider AssetFactory &amp;nbsp;
&lt;br&gt;contextAssetFactory,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;@ClasspathProvider AssetFactory &amp;nbsp;
&lt;br&gt;classpathAssetFactory)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;configuration.add(&amp;quot;context&amp;quot;, contextAssetFactory);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;configuration.add(&amp;quot;classpath&amp;quot;, classpathAssetFactory);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&lt;br&gt;&amp;gt; manuel aldana
&lt;br&gt;&amp;gt; software-engineering blog: &lt;a href=&quot;http://www.aldana-online.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aldana-online.de&lt;/a&gt;&lt;br&gt;&lt;br&gt;Just curious: your name is very Portuguese but your URL and university &amp;nbsp;
&lt;br&gt;information in your site is German . . . :)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Thiago H. de Paula Figueiredo
&lt;br&gt;Independent Java consultant, developer, and instructor
&lt;br&gt;&lt;a href=&quot;http://www.arsmachina.com.br/thiago&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.arsmachina.com.br/thiago&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20569077&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20569077&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-T5--Providing-new-Asset-type-%28filesystem%29-tp20568440s302p20569077.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20568440</id>
	<title>[T5] Providing new Asset type (filesystem)</title>
	<published>2008-11-18T13:19:24Z</published>
	<updated>2008-11-18T13:19:24Z</updated>
	<author>
		<name>aldana</name>
	</author>
	<content type="html">I read part &lt;a href=&quot;http://tapestry.apache.org/tapestry5/guide/assets.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tapestry.apache.org/tapestry5/guide/assets.html&lt;/a&gt;&amp;nbsp;where a new creation of an asset type was mentioned. I created a new asset type which gets its stuff from file system (wonder why this is not supported out of the box?).
&lt;br&gt;&lt;br&gt;So I did:
&lt;br&gt;-FileSystemResource extends AbstractResource
&lt;br&gt;-AssetFileSystem implements AssetFactory
&lt;br&gt;&lt;br&gt;But I cannot find the last step to ad it to the viable AssetSource. By default it seems that AssetSourceImpl is active which only supports context and classpath style. So how do I ad my new Asset type to the AssetSource and how do I register so I can use something like @Path(&amp;quot;filesystem:/foo/bar.png&amp;quot;) annotation?
&lt;br&gt;&lt;div class=&quot;signature&quot;&gt;manuel aldana
&lt;br&gt;aldana((at))gmx.de
&lt;br&gt;software-engineering blog: &lt;a href=&quot;http://www.aldana-online.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aldana-online.de&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-T5--Providing-new-Asset-type-%28filesystem%29-tp20568440s302p20568440.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20567558</id>
	<title>Re: (newbie) how to access tml in another project?</title>
	<published>2008-11-18T12:25:36Z</published>
	<updated>2008-11-18T12:25:36Z</updated>
	<author>
		<name>Howard Lewis Ship</name>
	</author>
	<content type="html">Also, this is a question for the user mailing list, not the developer
&lt;br&gt;mailing list. &amp;nbsp;No further responses here.
&lt;br&gt;&lt;br&gt;On Tue, Nov 18, 2008 at 12:25 PM, Howard Lewis Ship &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20567558&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hlship@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; This falls under the category of &amp;quot;packaging a component library&amp;quot;; see
&lt;br&gt;&amp;gt; the site documentation.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Sun, Nov 16, 2008 at 8:20 PM, akira &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20567558&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wilsonaikeda@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi, i have two projects in Eclipse (built it following instructions on the
&lt;br&gt;&amp;gt;&amp;gt; tapestry site using maven), named the projects test1 and test2, modified the
&lt;br&gt;&amp;gt;&amp;gt; web.xml filter from app to test1 and test2, linked the two projects in
&lt;br&gt;&amp;gt;&amp;gt; eclipse and modified index.tml and index.java on test2 to test2.tml and
&lt;br&gt;&amp;gt;&amp;gt; test2.java and modified the t:pagelink in index.tml to point to test2.tml
&lt;br&gt;&amp;gt;&amp;gt; but tapestry tells me that it could not find test2.tml (because its in
&lt;br&gt;&amp;gt;&amp;gt; another project). I think that i need to configure something to be able to
&lt;br&gt;&amp;gt;&amp;gt; get different projects linked but don't know what. Help is appreciated.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20567558&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20567558&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Howard M. Lewis Ship
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Creator Apache Tapestry and Apache HiveMind
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Howard M. Lewis Ship
&lt;br&gt;&lt;br&gt;Creator Apache Tapestry and Apache HiveMind
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20567558&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20567558&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---Dev-f339.html&quot; embed=&quot;fixTarget[339]&quot; target=&quot;_top&quot; &gt;Tapestry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%28newbie%29-how-to-access-tml-in-another-project--tp20534126s302p20567558.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20567555</id>
	<title>Re: (newbie) how to access tml in another project?</title>
	<published>2008-11-18T12:25:13Z</published>
	<updated>2008-11-18T12:25:13Z</updated>
	<author>
		<name>Howard Lewis Ship</name>
	</author>
	<content type="html">This falls under the category of &amp;quot;packaging a component library&amp;quot;; see
&lt;br&gt;the site documentation.
&lt;br&gt;&lt;br&gt;On Sun, Nov 16, 2008 at 8:20 PM, akira &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20567555&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wilsonaikeda@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi, i have two projects in Eclipse (built it following instructions on the
&lt;br&gt;&amp;gt; tapestry site using maven), named the projects test1 and test2, modified the
&lt;br&gt;&amp;gt; web.xml filter from app to test1 and test2, linked the two projects in
&lt;br&gt;&amp;gt; eclipse and modified index.tml and index.java on test2 to test2.tml and
&lt;br&gt;&amp;gt; test2.java and modified the t:pagelink in index.tml to point to test2.tml
&lt;br&gt;&amp;gt; but tapestry tells me that it could not find test2.tml (because its in
&lt;br&gt;&amp;gt; another project). I think that i need to configure something to be able to
&lt;br&gt;&amp;gt; get different projects linked but don't know what. Help is appreciated.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20567555&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20567555&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Howard M. Lewis Ship
&lt;br&gt;&lt;br&gt;Creator Apache Tapestry and Apache HiveMind
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20567555&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20567555&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---Dev-f339.html&quot; embed=&quot;fixTarget[339]&quot; target=&quot;_top&quot; &gt;Tapestry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%28newbie%29-how-to-access-tml-in-another-project--tp20534126s302p20567555.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20567112</id>
	<title>Re: Tapestry 5.0.16 (Release Candidate) now available</title>
	<published>2008-11-18T12:00:21Z</published>
	<updated>2008-11-18T12:00:21Z</updated>
	<author>
		<name>Sven Homburg</name>
	</author>
	<content type="html">YES WE CAN ;-)
&lt;br&gt;&lt;br&gt;2008/11/18 Daniel Jue &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20567112&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;teamphy6@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thanks to everyone involved in getting T5 to this point--
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To Howard, for having the courage to break with tradition and making T5
&lt;br&gt;&amp;gt; radically different;
&lt;br&gt;&amp;gt; To all the participants on the Tapestry Users list who have helped others,
&lt;br&gt;&amp;gt; submitted and fix bugs in JIRA.
&lt;br&gt;&amp;gt; And to all the 3rd party libraries and frameworks T5 borrows from and
&lt;br&gt;&amp;gt; builds
&lt;br&gt;&amp;gt; on.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Tue, Nov 18, 2008 at 11:51 AM, Howard Lewis Ship &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20567112&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hlship@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;The latest release of Tapestry, Tapestry 5.0.16 (Release Candidate),
&lt;br&gt;&amp;gt; &amp;gt; is now available.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Tapestry 5.0.16 is the release candidate; we encourage users to
&lt;br&gt;&amp;gt; &amp;gt; download this version. In about a month, the Tapestry PMC will run a
&lt;br&gt;&amp;gt; &amp;gt; vote to grant it release status, barring any blocker bugs (critical
&lt;br&gt;&amp;gt; &amp;gt; bugs with no workaround).
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; In the two months since the previous release, we've addressed over 80
&lt;br&gt;&amp;gt; &amp;gt; issues, including many bugs and a few last minute improvements. New
&lt;br&gt;&amp;gt; &amp;gt; features include a LinkSubmit component (dearly missed from Tapestry
&lt;br&gt;&amp;gt; &amp;gt; 4), new support for reporting Ajax errors on the client side, smarter
&lt;br&gt;&amp;gt; &amp;gt; client-side validation, support for several new locales, and much new
&lt;br&gt;&amp;gt; &amp;gt; documentation.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; With a release candidate out, and a final release reasonably immanent
&lt;br&gt;&amp;gt; &amp;gt; (that is, 5.0.16 will likely be the final release as well) it's time
&lt;br&gt;&amp;gt; &amp;gt; to start publicizing Tapestry. &amp;nbsp;Any of you who blog should start
&lt;br&gt;&amp;gt; &amp;gt; blogging about Tapestry 5. Anybody who has thought of speaking to a
&lt;br&gt;&amp;gt; &amp;gt; Java User's Group: now's a good time, and help in presenting is
&lt;br&gt;&amp;gt; &amp;gt; available. Now that 5.0 is effectively a done deal, it's time to start
&lt;br&gt;&amp;gt; &amp;gt; making the Java world more aware of what Tapestry has to offer!
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; Howard M. Lewis Ship
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Creator Apache Tapestry and Apache HiveMind
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20567112&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20567112&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;with regards
&lt;br&gt;Sven Homburg
&lt;br&gt;&lt;a href=&quot;http://www.chenillekit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.chenillekit.org&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://tapestry5-components.googlecode.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tapestry5-components.googlecode.com&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;signature&quot;&gt;best regards
&lt;br&gt;Sven&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Tapestry-5.0.16-%28Release-Candidate%29-now-available-tp20563532s302p20567112.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20565637</id>
	<title>Tapestry 4 in SpringSource DM server (OSGi)</title>
	<published>2008-11-18T10:37:54Z</published>
	<updated>2008-11-18T10:37:54Z</updated>
	<author>
		<name>Kieran Nichol</name>
	</author>
	<content type="html">I'm trying to write a web bundle for SpringSource DM server using tapestry 4, but seem to be having a lot of classloader issues with OSGi and hivemind. &amp;nbsp;I have found some bundles in springsource's bundle repository for tapestry 4.1.5, as well as hivemind 1.1.1 and hivemind-lib 1.1.1, but I when I run out of the box I get duplicated hivemind module errors. &amp;nbsp;Even getting past that with a wrapper around the classloader I still get odd errors where tapestry attempts to load the resource bundle TapestryStrings2, but it only looks inside hivemind-1.1.1.jar.
&lt;br&gt;&lt;br&gt;I suspect it all comes down to hivemind classloading vs. OSGi classloading. Any suggestions on a way to smoothly integrate the two?&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Tapestry-4-in-SpringSource-DM-server-%28OSGi%29-tp20565637s302p20565637.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20564715</id>
	<title>Re: Tapestry 5.0.16 (Release Candidate) now available</title>
	<published>2008-11-18T09:41:41Z</published>
	<updated>2008-11-18T09:41:41Z</updated>
	<author>
		<name>Daniel Jue</name>
	</author>
	<content type="html">Thanks to everyone involved in getting T5 to this point--
&lt;br&gt;&lt;br&gt;To Howard, for having the courage to break with tradition and making T5
&lt;br&gt;radically different;
&lt;br&gt;To all the participants on the Tapestry Users list who have helped others,
&lt;br&gt;submitted and fix bugs in JIRA.
&lt;br&gt;And to all the 3rd party libraries and frameworks T5 borrows from and builds
&lt;br&gt;on.
&lt;br&gt;&lt;br&gt;On Tue, Nov 18, 2008 at 11:51 AM, Howard Lewis Ship &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20564715&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hlship@...&lt;/a&gt;&amp;gt;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp;The latest release of Tapestry, Tapestry 5.0.16 (Release Candidate),
&lt;br&gt;&amp;gt; is now available.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Tapestry 5.0.16 is the release candidate; we encourage users to
&lt;br&gt;&amp;gt; download this version. In about a month, the Tapestry PMC will run a
&lt;br&gt;&amp;gt; vote to grant it release status, barring any blocker bugs (critical
&lt;br&gt;&amp;gt; bugs with no workaround).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In the two months since the previous release, we've addressed over 80
&lt;br&gt;&amp;gt; issues, including many bugs and a few last minute improvements. New
&lt;br&gt;&amp;gt; features include a LinkSubmit component (dearly missed from Tapestry
&lt;br&gt;&amp;gt; 4), new support for reporting Ajax errors on the client side, smarter
&lt;br&gt;&amp;gt; client-side validation, support for several new locales, and much new
&lt;br&gt;&amp;gt; documentation.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; With a release candidate out, and a final release reasonably immanent
&lt;br&gt;&amp;gt; (that is, 5.0.16 will likely be the final release as well) it's time
&lt;br&gt;&amp;gt; to start publicizing Tapestry. &amp;nbsp;Any of you who blog should start
&lt;br&gt;&amp;gt; blogging about Tapestry 5. Anybody who has thought of speaking to a
&lt;br&gt;&amp;gt; Java User's Group: now's a good time, and help in presenting is
&lt;br&gt;&amp;gt; available. Now that 5.0 is effectively a done deal, it's time to start
&lt;br&gt;&amp;gt; making the Java world more aware of what Tapestry has to offer!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Howard M. Lewis Ship
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Creator Apache Tapestry and Apache HiveMind
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20564715&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20564715&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Tapestry-5.0.16-%28Release-Candidate%29-now-available-tp20563532s302p20564715.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20564173</id>
	<title>[jira] Created: (TAP5-363) Cookbook: Using Tapestry to serve servlet-container error pages</title>
	<published>2008-11-18T09:17:44Z</published>
	<updated>2008-11-18T09:17:44Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">Cookbook: Using Tapestry to serve servlet-container error pages
&lt;br&gt;---------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: TAP5-363
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/TAP5-363&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/TAP5-363&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Tapestry 5
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Components: documentation
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 5.0.16
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Howard M. Lewis Ship
&lt;br&gt;&lt;br&gt;&lt;br&gt;Great Wiki article:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://wiki.apache.org/tapestry/Tapestry5HowToUseTapestryForCustomErrorPages&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/tapestry/Tapestry5HowToUseTapestryForCustomErrorPages&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20564173&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20564173&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---Dev-f339.html&quot; embed=&quot;fixTarget[339]&quot; target=&quot;_top&quot; &gt;Tapestry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-jira--Created%3A-%28TAP5-363%29-Cookbook%3A-Using-Tapestry-to-serve-servlet-container-error-pages-tp20564173s302p20564173.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20564066</id>
	<title>Re: T5 5.0.15 possible bug with forms with context on secure pages?</title>
	<published>2008-11-18T09:13:37Z</published>
	<updated>2008-11-18T09:13:37Z</updated>
	<author>
		<name>Howard Lewis Ship</name>
	</author>
	<content type="html">5.0.16 does not have the same problem with null/blank values and
&lt;br&gt;should handle this better. &amp;nbsp;Still, this sounds like a potential
&lt;br&gt;problem, because the page will not have been activated, so it's hard
&lt;br&gt;to expect it to passivate itself.
&lt;br&gt;&lt;br&gt;On Tue, Nov 18, 2008 at 8:20 AM, Russell Brown &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20564066&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Russell.Brown@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Again,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is this a bug or is it me? I have a page with the @Secure annotation. I
&lt;br&gt;&amp;gt; put a t:form with a context on the tml for the page.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Problem 1: The action url is
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://myhost:myport/MyPage.MyForm/MyContext&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myhost:myport/MyPage.MyForm/MyContext&lt;/a&gt;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Which leads to problem 2. The RequestSecurityManagerImpl method
&lt;br&gt;&amp;gt; checkForInsecureRequest(String) creates a page render link using the
&lt;br&gt;&amp;gt; page but then throws an exception java.lang.RuntimeException: Context
&lt;br&gt;&amp;gt; values (which are added to the request URL) may not be null or blank.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I guess this is because the onPassivate() method for the containing page
&lt;br&gt;&amp;gt; is called and by now it's properties are null since we are in a new
&lt;br&gt;&amp;gt; request...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What is the correct way to get around this? Shouldn't the form just
&lt;br&gt;&amp;gt; submit to https anyway since it is on an https page? And why does
&lt;br&gt;&amp;gt; createPageRenderLink cause the exception to be thrown, do I have to mark
&lt;br&gt;&amp;gt; ALL fields that are used in onPassivate as @Persist? And what happens to
&lt;br&gt;&amp;gt; the forms context?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any answers to any of the above would be greatly appreciated.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Russell
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Howard M. Lewis Ship
&lt;br&gt;&lt;br&gt;Creator Apache Tapestry and Apache HiveMind
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20564066&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20564066&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/T5-5.0.15-possible-bug-with-forms-with-context-on-secure-pages--tp20562900s302p20564066.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20563925</id>
	<title>Re: Render Template as XML instead of HTML</title>
	<published>2008-11-18T09:07:38Z</published>
	<updated>2008-11-18T09:07:38Z</updated>
	<author>
		<name>Howard Lewis Ship</name>
	</author>
	<content type="html">&amp;lt;t:container&amp;gt; is intended for components that need to render more than
&lt;br&gt;one &amp;quot;root&amp;quot; element. &amp;nbsp;Try:
&lt;br&gt;-
&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;!DOCTYPE smbxml SYSTEM &amp;quot;&lt;a href=&quot;http://www.netledger.com/xml/dtd/smb_4_11.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netledger.com/xml/dtd/smb_4_11.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;smbxml xmlns:t=&amp;quot;&lt;a href=&quot;http://tapestry.apache.org/schema/tapestry_5_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tapestry.apache.org/schema/tapestry_5_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;t:loop source=&amp;quot;sequenceList&amp;quot; value=&amp;quot;aSequence&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp;...snip...
&lt;br&gt;&lt;br&gt;&amp;lt;/t:loop&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/smbxml&amp;gt;
&lt;br&gt;&lt;br&gt;On Tue, Nov 18, 2008 at 7:59 AM, Mark W. Shead &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563925&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mwshead@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have a page that needs to render as xml. &amp;nbsp;I see that there was a
&lt;br&gt;&amp;gt; patch applied to do this, but I can't seem to bring in the tapestry
&lt;br&gt;&amp;gt; name space in order to get loop components, etc. to work. &amp;nbsp;Does anyone
&lt;br&gt;&amp;gt; have an example showing how this should work?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/TAPESTRY-1600&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/TAPESTRY-1600&lt;/a&gt;&amp;nbsp;being fixed seems
&lt;br&gt;&amp;gt; to indicate that this should be possible, but I'm not seeing exactly
&lt;br&gt;&amp;gt; how to implement it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Mark
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; More info:
&lt;br&gt;&amp;gt; Here is my xml template file:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;!DOCTYPE smbxml SYSTEM &amp;quot;&lt;a href=&quot;http://www.netledger.com/xml/dtd/smb_4_11.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netledger.com/xml/dtd/smb_4_11.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;t:container xmlns:t=&amp;quot;&lt;a href=&quot;http://tapestry.apache.org/schema/tapestry_5_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tapestry.apache.org/schema/tapestry_5_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;smbxml&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;t:loop source=&amp;quot;sequenceList&amp;quot; value=&amp;quot;aSequence&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;...snip...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/t:loop&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/smbxml&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/t:container&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This doesn't work because it expects an html tag. &amp;nbsp;I'm guessing that
&lt;br&gt;&amp;gt; might be something that is coming from the t:container tag. I've tried
&lt;br&gt;&amp;gt; a bunch of other ways of getting the tapestry namespace in, but they
&lt;br&gt;&amp;gt; either don't work or it complains about not having an HTML element.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563925&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563925&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Howard M. Lewis Ship
&lt;br&gt;&lt;br&gt;Creator Apache Tapestry and Apache HiveMind
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563925&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563925&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Render-Template-as-XML-instead-of-HTML-tp20562425s302p20563925.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20563570</id>
	<title>[Tapestry Wiki] Trivial Update of &quot;Tapestry5HowTos&quot; by Carl</title>
	<published>2008-11-18T08:53:12Z</published>
	<updated>2008-11-18T08:53:12Z</updated>
	<author>
		<name>Apache Wiki</name>
	</author>
	<content type="html">Dear Wiki user,
&lt;br&gt;&lt;br&gt;You have subscribed to a wiki page or wiki category on &amp;quot;Tapestry Wiki&amp;quot; for change notification.
&lt;br&gt;&lt;br&gt;The following page has been changed by Carl:
&lt;br&gt;&lt;a href=&quot;http://wiki.apache.org/tapestry/Tapestry5HowTos&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/tapestry/Tapestry5HowTos&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp;* [&amp;quot;Tapestry5HowToAddValidators&amp;quot;] - How to add your own validators to tapestry
&lt;br&gt;&amp;nbsp; &amp;nbsp;* [&amp;quot;Tapestry5HowToXhtml&amp;quot;] - How to override the default markup model to always use XHTML compliant tags
&lt;br&gt;&amp;nbsp; &amp;nbsp;* [&amp;quot;Tapestry5HowToReadSymbolsFromPropertiesFile&amp;quot;] - How to have symbols coming from a properties file and how to use them in your pages/components
&lt;br&gt;+ &amp;nbsp;* [&amp;quot;Tapestry5HowToUseTapestryForCustomErrorPages&amp;quot;] - How to serve a custom 404 page, or other error, using Tapestry
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; == Streaming Data ==
&lt;br&gt;&amp;nbsp; &amp;nbsp;* [&amp;quot;Tapestry5HowToCreatePieChartsInAPage&amp;quot;] - An example of dynamic charts inside a page (Using StreamResponse)
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563570&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563570&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---Dev-f339.html&quot; embed=&quot;fixTarget[339]&quot; target=&quot;_top&quot; &gt;Tapestry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Tapestry-Wiki--Trivial-Update-of-%22Tapestry5HowTos%22-by-Carl-tp20563570s302p20563570.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20563551</id>
	<title>[Tapestry Wiki] Trivial Update of &quot;Tapestry5HowToUseTapestryForCustomErrorPages&quot; by Carl</title>
	<published>2008-11-18T08:52:25Z</published>
	<updated>2008-11-18T08:52:25Z</updated>
	<author>
		<name>Apache Wiki</name>
	</author>
	<content type="html">Dear Wiki user,
&lt;br&gt;&lt;br&gt;You have subscribed to a wiki page or wiki category on &amp;quot;Tapestry Wiki&amp;quot; for change notification.
&lt;br&gt;&lt;br&gt;The following page has been changed by Carl:
&lt;br&gt;&lt;a href=&quot;http://wiki.apache.org/tapestry/Tapestry5HowToUseTapestryForCustomErrorPages&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/tapestry/Tapestry5HowToUseTapestryForCustomErrorPages&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; = How To Use Tapestry For Custom Error Pages =
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;- ''Note: This describes how to use a page in a Tapestry application to display custom 404 (and other) error messages. This is different to overriding the Exception report - for that, see [Tapestry5ExceptionPage].''
&lt;br&gt;+ ''Note: This describes how to use a page in a Tapestry application to display custom 404 (and other) error messages. This is different to overriding the Exception report - for that, see [&amp;quot;Tapestry5ExceptionPage&amp;quot;].''
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; You can add custom pages to your web.xml using the error-page element - see [&lt;a href=&quot;http://edocs.bea.com/wls/docs61/webapp/web_xml.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://edocs.bea.com/wls/docs61/webapp/web_xml.html&lt;/a&gt;]. For a given error code or exception, the server will display the page at a given path.
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563551&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563551&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---Dev-f339.html&quot; embed=&quot;fixTarget[339]&quot; target=&quot;_top&quot; &gt;Tapestry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Tapestry-Wiki--Trivial-Update-of-%22Tapestry5HowToUseTapestryForCustomErrorPages%22-by-Carl-tp20563551s302p20563551.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20563544</id>
	<title>[Tapestry Wiki] Update of &quot;Tapestry5HowToUseTapestryForCustomErrorPages&quot; by Carl</title>
	<published>2008-11-18T08:51:38Z</published>
	<updated>2008-11-18T08:51:38Z</updated>
	<author>
		<name>Apache Wiki</name>
	</author>
	<content type="html">Dear Wiki user,
&lt;br&gt;&lt;br&gt;You have subscribed to a wiki page or wiki category on &amp;quot;Tapestry Wiki&amp;quot; for change notification.
&lt;br&gt;&lt;br&gt;The following page has been changed by Carl:
&lt;br&gt;&lt;a href=&quot;http://wiki.apache.org/tapestry/Tapestry5HowToUseTapestryForCustomErrorPages&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/tapestry/Tapestry5HowToUseTapestryForCustomErrorPages&lt;/a&gt;&lt;br&gt;&lt;br&gt;New page:
&lt;br&gt;= How To Use Tapestry For Custom Error Pages =
&lt;br&gt;&lt;br&gt;''Note: This describes how to use a page in a Tapestry application to display custom 404 (and other) error messages. This is different to overriding the Exception report - for that, see [Tapestry5ExceptionPage].''
&lt;br&gt;&lt;br&gt;You can add custom pages to your web.xml using the error-page element - see [&lt;a href=&quot;http://edocs.bea.com/wls/docs61/webapp/web_xml.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://edocs.bea.com/wls/docs61/webapp/web_xml.html&lt;/a&gt;]. For a given error code or exception, the server will display the page at a given path.
&lt;br&gt;&lt;br&gt;For example, if you have a Tapestry page in your app called &amp;quot;Error404&amp;quot; you can add:
&lt;br&gt;&lt;br&gt;{{{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;error-page&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;error-code&amp;gt;404&amp;lt;/error-code&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;location&amp;gt;/error404&amp;lt;/location&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/error-page&amp;gt; 
&lt;br&gt;}}}
&lt;br&gt;&lt;br&gt;(This assumes that your application is served as the root context.)
&lt;br&gt;&lt;br&gt;However, Tapestry5 is implemented as a servlet filter, which means that when this error page is served you actually get another 404 for your error page! By default, error pages aren't passed through the servlet filters.
&lt;br&gt;&lt;br&gt;In order to make this happen, you need to use a Servlet 2.4 spec container and web.xml file (the examples use 2.3). You also need to add dispatcher configuration to the filter definition to sent errors as well as request through the filter.
&lt;br&gt;&lt;br&gt;Here is the updated web.xml which will enable you to use a Tapestry5 page for your error page:
&lt;br&gt;&lt;br&gt;{{{
&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;web-app xmlns=&amp;quot;&lt;a href=&quot;http://java.sun.com/xml/ns/j2ee&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/xml/ns/j2ee&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://java.sun.com/xml/ns/j2ee&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/xml/ns/j2ee&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; version=&amp;quot;2.4&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;display-name&amp;gt;MyApp&amp;lt;/display-name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;context-param&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;param-name&amp;gt;tapestry.app-package&amp;lt;/param-name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;param-value&amp;gt;com.something.myapp&amp;lt;/param-value&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/context-param&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;filter&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;filter-name&amp;gt;app&amp;lt;/filter-name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;filter-class&amp;gt;org.apache.tapestry5.TapestryFilter&amp;lt;/filter-class&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/filter&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;filter-mapping&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;filter-name&amp;gt;app&amp;lt;/filter-name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;url-pattern&amp;gt;*&amp;lt;/url-pattern&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dispatcher&amp;gt;REQUEST&amp;lt;/dispatcher&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dispatcher&amp;gt;ERROR&amp;lt;/dispatcher&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/filter-mapping&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;error-page&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;error-code&amp;gt;404&amp;lt;/error-code&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;location&amp;gt;/error404&amp;lt;/location&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/error-page&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;lt;/web-app&amp;gt;
&lt;br&gt;&lt;br&gt;}}}
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563544&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563544&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---Dev-f339.html&quot; embed=&quot;fixTarget[339]&quot; target=&quot;_top&quot; &gt;Tapestry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Tapestry-Wiki--Update-of-%22Tapestry5HowToUseTapestryForCustomErrorPages%22-by-Carl-tp20563544s302p20563544.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20563532</id>
	<title>Tapestry 5.0.16 (Release Candidate) now available</title>
	<published>2008-11-18T08:51:29Z</published>
	<updated>2008-11-18T08:51:29Z</updated>
	<author>
		<name>Howard Lewis Ship</name>
	</author>
	<content type="html">&amp;nbsp;The latest release of Tapestry, Tapestry 5.0.16 (Release Candidate),
&lt;br&gt;is now available.
&lt;br&gt;&lt;br&gt;Tapestry 5.0.16 is the release candidate; we encourage users to
&lt;br&gt;download this version. In about a month, the Tapestry PMC will run a
&lt;br&gt;vote to grant it release status, barring any blocker bugs (critical
&lt;br&gt;bugs with no workaround).
&lt;br&gt;&lt;br&gt;In the two months since the previous release, we've addressed over 80
&lt;br&gt;issues, including many bugs and a few last minute improvements. New
&lt;br&gt;features include a LinkSubmit component (dearly missed from Tapestry
&lt;br&gt;4), new support for reporting Ajax errors on the client side, smarter
&lt;br&gt;client-side validation, support for several new locales, and much new
&lt;br&gt;documentation.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;With a release candidate out, and a final release reasonably immanent
&lt;br&gt;(that is, 5.0.16 will likely be the final release as well) it's time
&lt;br&gt;to start publicizing Tapestry. &amp;nbsp;Any of you who blog should start
&lt;br&gt;blogging about Tapestry 5. Anybody who has thought of speaking to a
&lt;br&gt;Java User's Group: now's a good time, and help in presenting is
&lt;br&gt;available. Now that 5.0 is effectively a done deal, it's time to start
&lt;br&gt;making the Java world more aware of what Tapestry has to offer!
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Howard M. Lewis Ship
&lt;br&gt;&lt;br&gt;Creator Apache Tapestry and Apache HiveMind
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563532&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563532&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Tapestry-5.0.16-%28Release-Candidate%29-now-available-tp20563532s302p20563532.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20563234</id>
	<title>Re: unique ids for a select boxes</title>
	<published>2008-11-18T08:36:29Z</published>
	<updated>2008-11-18T08:36:29Z</updated>
	<author>
		<name>Steven Woolley</name>
	</author>
	<content type="html">On Mon, Nov 17, 2008 at 10:24 AM, Peter Stavrinides &amp;lt;
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563234&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;P.Stavrinides@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; This should be as straightforward as this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;t:select t:id=&amp;quot;addTo&amp;quot; id=&amp;quot;addSelect&amp;quot; model=&amp;quot;playlistNames&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp;blankOption=&amp;quot;NEVER&amp;quot; value=&amp;quot;selectedPlaylist&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; //gets the object on the client
&lt;br&gt;&amp;gt; var selectList = document.getElementById(&amp;quot;addSelect&amp;quot;);
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;I ran into this same problem a while back. &amp;nbsp;It was very frustrating, I
&lt;br&gt;believe it's because you are updating using a zone or another XHR call, so
&lt;br&gt;even though your component is only rendered once, it's rendered multiple
&lt;br&gt;times without a full page refresh, which is why tapestry adds the uniquifier
&lt;br&gt;(not a real word). &amp;nbsp;There were two workaround proposed at the time (search
&lt;br&gt;the list), one is a modified getElementById which searches for the prefix
&lt;br&gt;(your original id), but this was too slow for my tastes, I instead now use
&lt;br&gt;getElementbyId on something outside of the ajax updated stuff, then get the
&lt;br&gt;appropriate select by type (this isn't very refactor friendly but worked
&lt;br&gt;well enough for me). &amp;nbsp;If the above code works (can't test it myself right
&lt;br&gt;now, but I think I tried that before and it didn't work as I wanted) then it
&lt;br&gt;would be much more elegant. &amp;nbsp;IIRC it instead overwrites your id=&amp;quot;&amp;quot; with the
&lt;br&gt;unique t:id
&lt;br&gt;Steve
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----- Original Message -----
&lt;br&gt;&amp;gt; From: &amp;quot;Gabriel Rodriguez&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563234&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gabriel.Rodriguez@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; To: &amp;quot;Tapestry users&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563234&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sent: Monday, 17 November, 2008 6:00:50 PM GMT +02:00 Athens, Beirut,
&lt;br&gt;&amp;gt; Bucharest, Istanbul
&lt;br&gt;&amp;gt; Subject: RE: unique ids for a select boxes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If I remember correctly, this will happen if you're creating more than
&lt;br&gt;&amp;gt; one instance of it per page. Any id should be unique and Tapestry will
&lt;br&gt;&amp;gt; help you achieve this whether you want it to or not. Anything else is
&lt;br&gt;&amp;gt; bad form.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Chris Hannam [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563234&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bassdread@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: Monday, November 17, 2008 8:58 AM
&lt;br&gt;&amp;gt; To: Tapestry users
&lt;br&gt;&amp;gt; Subject: Re: unique ids for a select boxes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; Its gets stranger. That works for the first time I visit the page. The
&lt;br&gt;&amp;gt; select box has the correct name. When I revisit the page the id has
&lt;br&gt;&amp;gt; changed
&lt;br&gt;&amp;gt; to :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;select id=&amp;quot;addTo:11dab2a7236&amp;quot; name=&amp;quot;addTo&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; From:
&lt;br&gt;&amp;gt; &amp;lt;select id=&amp;quot;addTo&amp;quot; name=&amp;quot;addTo&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any ideas why?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; CH
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Nov 17, 2008 at 3:31 PM, Gabriel Rodriguez &amp;lt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563234&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gabriel.Rodriguez@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Try this:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;t:select id=&amp;quot;addTo&amp;quot; clientId=&amp;quot;addTo&amp;quot; model=&amp;quot;playlistNames&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; blankOption=&amp;quot;NEVER&amp;quot; value=&amp;quot;selectedPlaylist&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; &amp;gt; From: Chris Hannam [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563234&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bassdread@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; &amp;gt; Sent: Monday, November 17, 2008 8:26 AM
&lt;br&gt;&amp;gt; &amp;gt; To: Tapestry users
&lt;br&gt;&amp;gt; &amp;gt; Subject: Re: unique ids for a select boxes
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Yes, it sets a unique id on the name e.g. select:12o34nkasi98
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I need to know the id to access the select box.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; CH
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Mon, Nov 17, 2008 at 3:21 PM, Gabriel Rodriguez &amp;lt;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563234&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gabriel.Rodriguez@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Have you tried setting the clientId property?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; From: Chris Hannam [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563234&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bassdread@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Sent: Monday, November 17, 2008 8:11 AM
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563234&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Subject: unique ids for a select boxes
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I`m trying to find the id of a select component from the following
&lt;br&gt;&amp;gt; &amp;gt; .tml
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; file:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;lt;t:select id=&amp;quot;addTo&amp;quot; model=&amp;quot;playlistNames&amp;quot; blankOption=&amp;quot;NEVER&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; value=&amp;quot;selectedPlaylist&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; The tapestry generated id when rendered in the browser has a unique
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; identifier e.g. select:11daaf3019f &amp;nbsp;when means I cant access the
&lt;br&gt;&amp;gt; &amp;gt; select
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; box
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; from my javascript.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Can anyone point me in the right direction?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; CH
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563234&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563234&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563234&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563234&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563234&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563234&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563234&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563234&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/unique-ids-for-a-select-boxes-tp20541240s302p20563234.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20562900</id>
	<title>T5 5.0.15 possible bug with forms with context on secure pages?</title>
	<published>2008-11-18T08:20:48Z</published>
	<updated>2008-11-18T08:20:48Z</updated>
	<author>
		<name>Russell Brown-6</name>
	</author>
	<content type="html">Hi Again,
&lt;br&gt;&lt;br&gt;Is this a bug or is it me? I have a page with the @Secure annotation. I
&lt;br&gt;put a t:form with a context on the tml for the page.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Problem 1: The action url is
&lt;br&gt;&lt;a href=&quot;http://myhost:myport/MyPage.MyForm/MyContext&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myhost:myport/MyPage.MyForm/MyContext&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Which leads to problem 2. The RequestSecurityManagerImpl method
&lt;br&gt;checkForInsecureRequest(String) creates a page render link using the
&lt;br&gt;page but then throws an exception java.lang.RuntimeException: Context
&lt;br&gt;values (which are added to the request URL) may not be null or blank.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I guess this is because the onPassivate() method for the containing page
&lt;br&gt;is called and by now it's properties are null since we are in a new
&lt;br&gt;request...
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;What is the correct way to get around this? Shouldn't the form just
&lt;br&gt;submit to https anyway since it is on an https page? And why does
&lt;br&gt;createPageRenderLink cause the exception to be thrown, do I have to mark
&lt;br&gt;ALL fields that are used in onPassivate as @Persist? And what happens to
&lt;br&gt;the forms context? 
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Any answers to any of the above would be greatly appreciated.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;Russell
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/T5-5.0.15-possible-bug-with-forms-with-context-on-secure-pages--tp20562900s302p20562900.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20562425</id>
	<title>Render Template as XML instead of HTML</title>
	<published>2008-11-18T07:59:48Z</published>
	<updated>2008-11-18T07:59:48Z</updated>
	<author>
		<name>Mark W. Shead-2</name>
	</author>
	<content type="html">I have a page that needs to render as xml. &amp;nbsp;I see that there was a
&lt;br&gt;patch applied to do this, but I can't seem to bring in the tapestry
&lt;br&gt;name space in order to get loop components, etc. to work. &amp;nbsp;Does anyone
&lt;br&gt;have an example showing how this should work?
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/TAPESTRY-1600&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/TAPESTRY-1600&lt;/a&gt;&amp;nbsp;being fixed seems
&lt;br&gt;to indicate that this should be possible, but I'm not seeing exactly
&lt;br&gt;how to implement it.
&lt;br&gt;&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;More info:
&lt;br&gt;Here is my xml template file:
&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;!DOCTYPE smbxml SYSTEM &amp;quot;&lt;a href=&quot;http://www.netledger.com/xml/dtd/smb_4_11.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netledger.com/xml/dtd/smb_4_11.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;t:container xmlns:t=&amp;quot;&lt;a href=&quot;http://tapestry.apache.org/schema/tapestry_5_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tapestry.apache.org/schema/tapestry_5_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;smbxml&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;t:loop source=&amp;quot;sequenceList&amp;quot; value=&amp;quot;aSequence&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp;...snip...
&lt;br&gt;&lt;br&gt;&amp;lt;/t:loop&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/smbxml&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/t:container&amp;gt;
&lt;br&gt;&lt;br&gt;This doesn't work because it expects an html tag. &amp;nbsp;I'm guessing that
&lt;br&gt;might be something that is coming from the t:container tag. I've tried
&lt;br&gt;a bunch of other ways of getting the tapestry namespace in, but they
&lt;br&gt;either don't work or it complains about not having an HTML element.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20562425&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20562425&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Render-Template-as-XML-instead-of-HTML-tp20562425s302p20562425.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20561524</id>
	<title>T5 5.0.14 change format Datefield</title>
	<published>2008-11-18T07:15:40Z</published>
	<updated>2008-11-18T07:15:40Z</updated>
	<author>
		<name>peibel</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I have two problem with component DateField:
&lt;br&gt;&lt;br&gt;1-In the tml file I write in the DateField tag &amp;quot; t:format=&amp;quot;%d/%m/%y&amp;quot; &amp;quot; but the format in the page remains mm/dd/yyyy
&lt;br&gt;&lt;br&gt;2-I was change dateField.js file in the tapestry library to change the format, but now the format in the page goes well, but in the java file not.
&lt;br&gt;&lt;br&gt;I don´t know to do
&lt;br&gt;&lt;br&gt;sorry for my english, thanks
&lt;br&gt;&amp;nbsp; &lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/T5-5.0.14-change-format-Datefield-tp20561524s302p20561524.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20558647</id>
	<title>[T5] using BigDecimal as values in TextField</title>
	<published>2008-11-18T04:28:49Z</published>
	<updated>2008-11-18T04:28:49Z</updated>
	<author>
		<name>Andy Pahne-6</name>
	</author>
	<content type="html">&lt;br&gt;What do I have to do in order to use BigDecimal values as the values of 
&lt;br&gt;TextField components? I don't get it...
&lt;br&gt;&lt;br&gt;Andy
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20558647&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20558647&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-T5--using-BigDecimal-as-values-in-TextField-tp20558647s302p20558647.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20558418</id>
	<title>Re: T5 5.0.16 @Paramerter and @Property on same field</title>
	<published>2008-11-18T04:12:15Z</published>
	<updated>2008-11-18T04:12:15Z</updated>
	<author>
		<name>Francois Armand</name>
	</author>
	<content type="html">&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;[...]
&lt;br&gt;&amp;gt; The odd thing is that now we are getting an exception. Does @Parameter
&lt;br&gt;&amp;gt; transform a field into a final field now? I don't see any reference to
&lt;br&gt;&amp;gt; same in the release notes.
&lt;br&gt;[..]
&lt;br&gt;&lt;br&gt;I think that a @parameter field is read-only from the component point of
&lt;br&gt;view, it's read/write only for the parent component (page and/or the
&lt;br&gt;component which use it). It's not clearly explained in
&lt;br&gt;&lt;a href=&quot;http://tapestry.apache.org/tapestry5/guide/parameters.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tapestry.apache.org/tapestry5/guide/parameters.html&lt;/a&gt;, but it's the
&lt;br&gt;way I understand it...
&lt;br&gt;&lt;br&gt;Perhaps other people have more insight on that point ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20558418&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20558418&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/T5-5.0.16-%40Paramerter-and-%40Property-on-same-field-tp20556624s302p20558418.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20558139</id>
	<title>[jira] Created: (TAP5-362) anchor empty href anchor will be generated by Pagelink component</title>
	<published>2008-11-18T03:53:44Z</published>
	<updated>2008-11-18T03:53:44Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">anchor empty href anchor will be generated by Pagelink component
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: TAP5-362
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/TAP5-362&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/TAP5-362&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Tapestry 5
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Components: tapestry-core
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 5.0.16
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Stellit Woo
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: Critical
&lt;br&gt;&lt;br&gt;&lt;br&gt;which is describt here: &lt;a href=&quot;http://www.nabble.com/-T5--Pagelink-bug-in-Tapestry-5.0.16--td20545079.html#a20545079&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/-T5--Pagelink-bug-in-Tapestry-5.0.16--td20545079.html#a20545079&lt;/a&gt;&lt;br&gt;&lt;br&gt;If a layout has a page link like this: &amp;lt;t:pagelink t:page=&amp;quot;Index&amp;quot; &amp;gt;Link to start page&amp;lt;/t:pagelink&amp;gt;
&lt;br&gt;&lt;br&gt;will generate a anchor with empty href like this: &amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;Link to start page &amp;lt;/a&amp;gt;
&lt;br&gt;&lt;br&gt;this works fine under T5.0.15
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20558139&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20558139&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---Dev-f339.html&quot; embed=&quot;fixTarget[339]&quot; target=&quot;_top&quot; &gt;Tapestry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-jira--Created%3A-%28TAP5-362%29-anchor-empty-href-anchor-will-be-generated-by-Pagelink-component-tp20558139s302p20558139.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20558061</id>
	<title>[T5] form based j2ee authentication</title>
	<published>2008-11-18T03:47:24Z</published>
	<updated>2008-11-18T03:47:24Z</updated>
	<author>
		<name>Michal Hlavac-6</name>
	</author>
	<content type="html">hello,
&lt;br&gt;&lt;br&gt;it is possible to use form based authentication with tapestry login template?
&lt;br&gt;&lt;br&gt;I tryied j2ee security with tapestry 5 and basic auth and it works:
&lt;br&gt;web.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;security-constraint&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;web-resource-collection&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;web-resource-name&amp;gt;Protected Area&amp;lt;/web-resource-name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;url-pattern&amp;gt;/secured/*&amp;lt;/url-pattern&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/web-resource-collection&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;auth-constraint&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;role-name&amp;gt;LW_USER&amp;lt;/role-name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/auth-constraint&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/security-constraint&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;login-config&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;auth-method&amp;gt;BASIC&amp;lt;/auth-method&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;realm-name&amp;gt;file&amp;lt;/realm-name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/login-config&amp;gt;
&lt;br&gt;&lt;br&gt;but what I want is tapestry login template used with 
&lt;br&gt;&amp;lt;auth-method&amp;gt;FORM&amp;lt;/auth-method&amp;gt;
&lt;br&gt;&lt;br&gt;thanks, m.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20558061&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20558061&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-T5--form-based-j2ee-authentication-tp20558061s302p20558061.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20557735</id>
	<title>Strange behaviour with Application State Object</title>
	<published>2008-11-18T03:23:56Z</published>
	<updated>2008-11-18T03:23:56Z</updated>
	<author>
		<name>Argo Vilberg</name>
	</author>
	<content type="html">hi,
&lt;br&gt;&lt;br&gt;&lt;br&gt;If i create Application State Object wich include another java class as
&lt;br&gt;property
&lt;br&gt;&lt;br&gt;public class User {
&lt;br&gt;&amp;nbsp; &amp;nbsp; private int id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String firstname;
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String lastname;
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String password;
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String idcode;
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String contact; // im, etc.
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String email;
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String homepage;
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String lastPage;
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String lastLastPage;
&lt;br&gt;&amp;nbsp; &amp;nbsp; private Role role; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;---- Here is another CLASS
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Then sometimes class ROLE has lost after 1-2 minut idle time sometimes, but
&lt;br&gt;not all times.
&lt;br&gt;role has null value.
&lt;br&gt;But class User still excists.
&lt;br&gt;&lt;br&gt;Class User has marked as application State Object. Class Role has not.
&lt;br&gt;But class Role is as variable in class User.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Any commentary?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Argo
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Tapestry---User-f340.html&quot; embed=&quot;fixTarget[340]&quot; target=&quot;_top&quot; &gt;Tapestry - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Strange-behaviour-with-Application-State-Object-tp20557735s302p20557735.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20556624</id>
	<title>T5 5.0.16 @Paramerter and @Property on same field</title>
	<published>2008-11-18T02:04:00Z</published>
	<updated>2008-11-18T02:04:00Z</updated>
	<author>
		<name>Russell Brown-6</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;With the change in 5.0.16 that means it fails fast if you have both
&lt;br&gt;@Property and getter and setter for a field we have removed quite a few
&lt;br&gt;@Property annotations as we realize some fields were silently ignoring
&lt;br&gt;the existing getters and setters (which sometimes have a tiny bit of
&lt;br&gt;logic in).
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;The odd thing is that now we are getting an exception. Does @Parameter
&lt;br&gt;transform a field into a final field now? I don't see any reference to
&lt;br&gt;same in the release notes.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;The exception has at its root:
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;quot;Caused by: org.apache.tapestry5.ioc.internal.util.TapestryException:
&lt;br&gt;Binding LiteralBinding[cssClassName: slotCta] is read-only. &amp;nbsp;
&lt;br&gt;&lt;br&gt;at
&lt;br&gt;org.apache.tapestry5.internal.bindings.AbstractBinding.set(AbstractBindi
&lt;br&gt;ng.java:45) 
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;at
&lt;br&gt;org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl.w
&lt;br&gt;riteParameter(InternalComponentResourcesImpl.java:329)&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I am was advising the team in general not to use @Property any more due
&lt;br&gt;to the nature of the gotchas but this would rather put a hole in that. I
&lt;br&gt;prefer handcoded getters and setters to simplify unit testing...
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Any ideas?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Many thanks is advance
&lt;br&gt;&lt;br&gt;&amp;nbs