[CONF] Apache Tapestry Test

2010-02-17 Thread confluence
Test Page added by Ulrich Stärk Change Notification Preferences View Online

[CONF] Apache Tapestry Content Type and Markup

2010-06-16 Thread confluence
Content Type and Markup Page added by Ulrich Stärk Content Type and Markup Output Tapestry reads well-formed XML template files and renders its output as XML, with minor caveats: The ?xml? XML declaration is omitted. Most element render

[CONF] Apache Tapestry CSS

2010-06-16 Thread confluence
CSS Page added by Ulrich Stärk Tapestry CSS Support Cascading Style Sheets (CSS) is an important technology, even with Tapestry. Tapestry works best when the rendered HTML is simple and semantic semantic meaning HTML that goes back to its

[CONF] Apache Tapestry Environmental Services

2010-06-16 Thread confluence
Environmental Services Page added by Ulrich Stärk Environmental Services Environmental services represent yet another, distinct form of injection. Unlike service injection (injection via a service implementation's constructor) or normal

[CONF] Apache Tapestry DOM

2010-06-16 Thread confluence
DOM Page added by Ulrich Stärk Document Object Model Tapestry 5 takes a very different approach to markup generation than Tapestry 4, or most other frameworks. Tapestry 4 Approach In Tapestry 4, markup generation was based on generating a

[CONF] Apache Tapestry HTTPS

2010-06-16 Thread confluence
HTTPS Page added by Ulrich Stärk Securing your application with HTTPS Tapestry assumes your application will be primarily deployed as a standard web application, using HTTP (not HTTPS) as the transport mechanism. However, many applications

[CONF] Apache Tapestry Input Validation

2010-06-16 Thread confluence
Input Validation Page added by Ulrich Stärk Form Input and Validation The life's blood of any application is form input; this is the most effective way to gather significant information from the user. Whether it's a search form, a login

[CONF] Apache Tapestry Layout Component

2010-06-16 Thread confluence
Layout Component Page added by Ulrich Stärk Layout Component You may see frequent reference to a Layout Component, but you won't find it in the component reference|../tapestry-core/ref/index.html. Layout isn't a component, it's a component

[CONF] Apache Tapestry Logging

2010-06-16 Thread confluence
Logging Page added by Ulrich Stärk Logging of Tapestry Components and Pages Tapestry makes extensive use of SLF4J to log details about the creation and operation of your page and component classes. The default configuration for logging

[CONF] Apache Tapestry Page Lifecycle

2010-06-16 Thread confluence
Page Lifecycle Page added by Ulrich Stärk Page Lifecycle In Tapestry, you are free to develop your presentation objects, page and components classes, as ordinary objects, complete with instance variables and so forth. This is somewhat

[CONF] Apache Tapestry Page Navigation

2010-06-16 Thread confluence
Page Navigation Page added by Ulrich Stärk Page Navigation In essense, a Tapestry application is a number of related pages, working together. To some degree, each page is like an application unto itself. Any individual request will be

[CONF] Apache Tapestry Persistent Page Data

2010-06-16 Thread confluence
Persistent Page Data Page added by Ulrich Stärk Persistent Page Data Most instance variables in Tapestry are automatically cleared at the end of each request. This is important, as it pertains to how Tapestry pages are pooled and shared,

[CONF] Apache Tapestry Persistent State

2010-06-16 Thread confluence
Persistent State Page added by Ulrich Stärk Persistent State Often, you will have a situation where you have a bit of data that is needed across multiple pages. Perhaps you are creating a multi-page wizard, or perhaps you have an object

[CONF] Apache Tapestry Project Layout

2010-06-16 Thread confluence
Project Layout Page added by Ulrich Stärk Project Layout This is the suggested layout for your Tapestry project; it is the layout of folders and files created by the Tapestry Quickstart Archetype|../../quickstart/. If you are creating your

[CONF] Apache Tapestry Project Layout

2010-06-16 Thread confluence
Project Layout Page edited by Ulrich Stärk Changes (3) ... !../images/projectlayout.png!Project Layouth2. Main source files

[CONF] Apache Tapestry Project Layout

2010-06-16 Thread confluence
Project Layout File attached by Ulrich Stärk projectlayout.png (50 kB image/png) Change Notification Preferences View Attachments

[CONF] Apache Tapestry Project Layout

2010-06-16 Thread confluence
Project Layout Page edited by Ulrich Stärk Changes (2) ... !../images/projectlayout.png!Project Layout

[CONF] Apache Tapestry Request Processing

2010-06-16 Thread confluence
Request Processing Page added by Ulrich Stärk Request Processing Understanding the request processing pipeline is very important, as it is one of the chief extension points for Tapestry. Much of the early stages of processing are in the

[CONF] Apache Tapestry Response Compression

2010-06-16 Thread confluence
Response Compression Page added by Ulrich Stärk Response Compression Starting in Tapestry 5.1, the framework automatically GZIP compresses content streamed to the client. This can signifcantly reduce the amount of network traffic for a

[CONF] Apache Tapestry Service Status

2010-06-16 Thread confluence
Service Status Page added by Ulrich Stärk IoC Services Status Using Tapestry there will often be a large number of services defined in the registry; a mix of the builtin services provided by the framework and your own. Built in to every

[CONF] Apache Tapestry Service Status

2010-06-16 Thread confluence
Service Status File attached by Ulrich Stärk servicestatus.png (142 kB image/png) Change Notification Preferences View Attachments

[CONF] Apache Tapestry Type Coercion

2010-06-16 Thread confluence
Type Coercion Page added by Ulrich Stärk Parameter Type Coercions Tapestry automatically handles type coercions for parameters. Type coercions occur when a value passed into a parameter (as bound in template or in an annoation) does not

[CONF] Apache Tapestry Unit testing pages or components

2010-06-16 Thread confluence
Unit testing pages or components Page added by Ulrich Stärk Unit testing pages or components You can easily unit test a certain page or a component. Follow the simple tasks below. Setting up a driving environment In order to unit test a

[CONF] Apache Tapestry URL rewriting

2010-06-16 Thread confluence
URL rewriting Page added by Ulrich Stärk Tapestry URL Rewriting Support Since 5.1.0.1, Tapestry has basic support for URL rewriting. Incoming requests and links generated by Tapestry can be rewritten using exactly the same API. It is based

[CONF] Apache Tapestry Input Validation

2010-06-16 Thread confluence
Input Validation File attached by Ulrich Stärk validation_errors.png (33 kB image/png) Change Notification Preferences View Attachments

[CONF] Apache Tapestry Input Validation

2010-06-16 Thread confluence
Input Validation File attached by Ulrich Stärk validation_initial.png (25 kB image/png) Change Notification Preferences View Attachments

[CONF] Apache Tapestry Input Validation

2010-06-16 Thread confluence
Input Validation File attached by Ulrich Stärk validation_minlength.png (32 kB image/png) Change Notification Preferences View Attachments

[CONF] Apache Tapestry Input Validation

2010-06-16 Thread confluence
Input Validation File attached by Ulrich Stärk validation_password.png (31 kB image/png) Change Notification Preferences View Attachments

[CONF] Apache Tapestry Input Validation

2010-06-16 Thread confluence
Input Validation Page edited by Ulrich Stärk Changes (12) ... Next, all the fields inside the form are activated to pull values out of the incoming

[CONF] Apache Tapestry Aliases

2010-06-28 Thread confluence
Aliases Page edited by Ulrich Stärk Changes (1) {deprecated:since=5.2}Use ServiceOverrides instead{deprecated} h1. Introduction ...

[CONF] Apache Tapestry Aliases

2010-06-28 Thread confluence
Aliases Page edited by Ulrich Stärk Changes (2) ... h1. Introduction {deprecated} Tapestry goes to great lengths so that you can

[CONF] Apache Tapestry Aliases

2010-06-29 Thread confluence
Aliases Page edited by Ulrich Stärk Changes (2) {deprecated:since=5.2}Use ServiceOverrides instead{deprecated} {deprecated} h1. Introduction

[CONF] Apache Tapestry Aliases

2010-06-29 Thread confluence
Aliases Page edited by Ulrich Stärk Changes (2) {deprecated:since=5.2}Use ServiceOverrides instead{deprecated} {deprecated:since=5.2}

[CONF] Apache Tapestry Aliases

2010-06-29 Thread confluence
Aliases Page edited by Ulrich Stärk Changes (2) {deprecated:since=5.2}Use ServiceOverrides instead{deprecated} {deprecated:since=5.2|title=Use

[CONF] Apache Tapestry Aliases

2010-06-29 Thread confluence
Aliases Page edited by Ulrich Stärk Changes (1) {deprecated:since=5.2|title=Use {deprecated:since=5.2|message=Use ServiceOverrides instead}{deprecated}

[CONF] Apache Tapestry Index

2010-06-29 Thread confluence
Index File attached by Ulrich Stärk forbidden.gif (0.6 kB image/gif) Change Notification Preferences View Attachments

[CONF] Apache Tapestry Component Parameters

2010-06-29 Thread confluence
Component Parameters Page edited by Ulrich Stärk Changes (1) ... | nullfieldstrategy | Used to locate a pre-defined

[CONF] Apache Tapestry Index

2010-07-08 Thread confluence
{html} h2. News [!Feed-icon.gif!|https://cwiki.apache.org/confluence/createrssfeed.action?types=blogpostspaces=TAPESTRYtitle=Apache+Tapestry+News+RSS+FeedlabelString%3Dsort=modifiedmaxResults=10timeSpan=5confirm=CreateshowContent=falseshowDiff=false] ... {html}/div{html

[CONF] Apache Tapestry New Website

2010-07-08 Thread confluence
New Website Blog post edited by Ulrich Stärk Changes (3) The Apache Tapestry project is pleased to announce the launch of its new website...

[CONF] Apache Tapestry Banner

2010-07-13 Thread confluence
Banner Page edited by Ulrich Stärk Changes (3) {html:output=html|noPanel=true} div id=banner img src="" alt=Tapestry Logo id=logo / h1

[CONF] Apache Tapestry Key Features

2010-07-13 Thread confluence
Key Features Page edited by Ulrich Stärk Changes (0) ... First key feature. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut consequat imperdiet

[CONF] Apache Tapestry Banner

2010-07-13 Thread confluence
Banner Page edited by Ulrich Stärk Changes (2) ... /h1 div id=asideComponent oriented framework for creating dynamic, robust, highly scalable web

[CONF] Apache Tapestry Key Features

2010-07-13 Thread confluence
Key Features Page edited by Ulrich Stärk Changes (0) ... Full Content Java power First key

[CONF] Apache Tapestry Banner

2010-07-14 Thread confluence
Banner Page edited by Ulrich Stärk Changes (1) {html:output=html|noPanel=true} div id=banner id=top h1 img src="" alt=Tapestry

[CONF] Apache Tapestry Small Banner

2010-07-14 Thread confluence
Small Banner File removed by Ulrich Stärk tapestry_s.png (9 kB image/png) Change Notification Preferences View Attachments

[CONF] Apache Tapestry Small Banner

2010-07-14 Thread confluence
Small Banner File attached by Ulrich Stärk tapestry_s.png (14 kB image/png) Change Notification Preferences View Attachments

[CONF] Apache Tapestry Navigation

2010-07-14 Thread confluence
Navigation Page edited by Ulrich Stärk Changes (1) ... - [About] - [Community Contributions] - [Apache|http://www.apache.org/] -

[CONF] Apache Tapestry Index

2010-07-14 Thread confluence
Index Page edited by Ulrich Stärk Changes (1) ... h2. News [!Feed-icon.gif!|https://cwiki.apache.org/confluence/createrssfeed.action?types=blogpostspaces

[CONF] Apache Tapestry Index

2010-07-26 Thread confluence
Index Page edited by Ulrich Stärk Changes (2) ... public class Login { @Persist @Property private String userId;

[CONF] Apache Tapestry Introduction

2010-07-29 Thread confluence
Introduction Page added by Ulrich Stärk What is Apache Tapestry? Apache Tapestry is an open-source framework for creating dynamic, robust, highly scalable web applications in Java. Tapestry complements and builds upon the standard Java

[CONF] Apache Tapestry Documentation

2010-07-29 Thread confluence
Documentation Page edited by Ulrich Stärk Changes (1) - [Introduction] - [Getting Started] - [Tutorial] ...

[CONF] Apache Tapestry Key Features

2010-08-04 Thread confluence
Key Features Page edited by Kalle Korhonen Changes (1) ... {html}div class=feature radied relief{html} Last key feature. Lorem ipsum dolor sit amet,

[CONF] Apache Tapestry Sandbox

2010-08-10 Thread confluence
Sandbox Page added by Christophe Cordenier Change Notification Preferences View Online

[CONF] Apache Tapestry Tapestry Reference Guide Plan (Draft)

2010-08-10 Thread confluence
Tapestry Reference Guide Plan (Draft) Page added by Christophe Cordenier Tapestry 5 Reference Guide (Draft) Overview What's Tapestry ? Brief History Design choices Tapestry IOC Introduction Design Terminology Overview IOC

[CONF] Apache Tapestry Documentation

2010-08-14 Thread confluence
Documentation Page edited by Howard M. Lewis Ship Changes (1) ... - [Getting Started] - [Tutorial] - [Frequently Asked Questions]

[CONF] Apache Tapestry Getting Started

2010-08-15 Thread confluence
Getting Started Page added by Howard M. Lewis Ship Having trouble? Try our Frequently Asked Questions. Change Notification Preferences View Online

[CONF] Apache Tapestry General Questions

2010-08-15 Thread confluence
General Questions Page added by Howard M. Lewis Ship Change Notification Preferences View Online

[CONF] Apache Tapestry Frequently Asked Questions

2010-08-15 Thread confluence
Frequently Asked Questions Page edited by Howard M. Lewis Ship Changes (2) ... h1. Limitations h2. How do I add

[CONF] Apache Tapestry Specific Errors

2010-08-15 Thread confluence
Specific Errors Page added by Howard M. Lewis Ship Why do I get a SAXParseException when I use an HTML entity, such as nbsp; in my template? Tapestry uses a standard SAX parser to read your templates. This means that your templates must be

[CONF] Apache Tapestry Frequently Asked Questions

2010-08-15 Thread confluence
Frequently Asked Questions Page edited by Howard M. Lewis Ship Changes (1) ... h1. General Questions h1. Specific Errors h2. Why do I get

[CONF] Apache Tapestry Specific Errors

2010-08-15 Thread confluence
Specific Errors Page edited by Howard M. Lewis Ship Changes (1) ... Only component classes should go in the Tapestry-controlled packages ({{pages}},

[CONF] Apache Tapestry Frequently Asked Questions

2010-08-15 Thread confluence
Frequently Asked Questions Page edited by Howard M. Lewis Ship Changes (3) {note}Break up these top level items into individual child pages.{note}

[CONF] Apache Tapestry Frequently Asked Questions

2010-08-15 Thread confluence
Frequently Asked Questions Page edited by Howard M. Lewis Ship Changes (2) {children:all=true} {children:all=true|excerpt=true}

[CONF] Apache Tapestry Templating and Markup

2010-08-15 Thread confluence
Templating and Markup Page added by Howard M. Lewis Ship Change Notification Preferences View Online

[CONF] Apache Tapestry Specific Errors

2010-08-15 Thread confluence
Specific Errors Page edited by Howard M. Lewis Ship Changes (1) h1. Why do I get a SAXParseException when I use an HTML entity, such as {{amp;nbsp;}} in my template?

[CONF] Apache Tapestry Ajax Components

2010-08-15 Thread confluence
Ajax Components Page added by Howard M. Lewis Ship Change Notification Preferences View Online

[CONF] Apache Tapestry Integration with existing applications

2010-08-15 Thread confluence
Integration with existing applications Page added by Howard M. Lewis Ship Change Notification Preferences View Online

[CONF] Apache Tapestry Ajax Components

2010-08-15 Thread confluence
Ajax Components Page edited by Howard M. Lewis Ship Changes (2) h1. Do I have to specify both {{id}} and {{t:id}} for Zone components? The

[CONF] Apache Tapestry Page And Component Classes

2010-08-15 Thread confluence
Page And Component Classes Page added by Howard M. Lewis Ship What's the difference between a page and a component? There's very little difference between the two. Pages clases must be in the root-package.pages package; components must be

[CONF] Apache Tapestry Tapestry Inversion of Control Container

2010-08-17 Thread confluence
Tapestry Inversion of Control Container Page added by Howard M. Lewis Ship Why do I need to define an interface for my services? Why can't I just use the class itself? First of all: you can do exactly this, but you lose some of the

[CONF] Apache Tapestry Page And Component Classes

2010-08-17 Thread confluence
Page And Component Classes File attached by Howard M. Lewis Ship Class Loaders (0.1 kB text/xml) - GLIFFY DIAGRAM, ONLY EDIT IN GLIFFY EDITOR! Change

[CONF] Apache Tapestry Page And Component Classes

2010-08-17 Thread confluence
Page And Component Classes Page edited by Howard M. Lewis Ship Changes (5) h1. Whats the difference between a page and a component? h1. Page And Component

[CONF] Apache Tapestry Page And Component Classes

2010-08-17 Thread confluence
Page And Component Classes File attached by Howard M. Lewis Ship Class Loaders (4 kB text/xml) - GLIFFY DIAGRAM, ONLY EDIT IN GLIFFY EDITOR! Change

[CONF] Apache Tapestry Page And Component Classes

2010-08-17 Thread confluence
Page And Component Classes File attached by Howard M. Lewis Ship Class Loaders.png (20 kB image/png) - GLIFFY DIAGRAM IMAGE Change Notification Preferences

[CONF] Apache Tapestry Page And Component Classes

2010-08-17 Thread confluence
Page And Component Classes Page edited by Howard M. Lewis Ship Changes (1) ... {gliffy:name=Class Loaders|align=center|size=L|version=12}

[CONF] Apache Tapestry Page And Component Classes

2010-08-17 Thread confluence
Page And Component Classes Page edited by Howard M. Lewis Ship Changes (4) ... h2. Why do I get ClassCastExceptions java.lang.LinkageError

[CONF] Apache Tapestry Page And Component Classes

2010-08-17 Thread confluence
Page And Component Classes File attached by Howard M. Lewis Ship Class Loaders.png (15 kB image/png) - GLIFFY DIAGRAM IMAGE Change Notification Preferences

[CONF] Apache Tapestry Page And Component Classes

2010-08-17 Thread confluence
Page And Component Classes Page edited by Howard M. Lewis Ship Changes (1) ... Although these two classes have the same fully qualified class name, they

[CONF] Apache Tapestry Page And Component Classes

2010-08-17 Thread confluence
Page And Component Classes File attached by Howard M. Lewis Ship Class Loaders (4 kB text/xml) - GLIFFY DIAGRAM, ONLY EDIT IN GLIFFY EDITOR! Change

[CONF] Apache Tapestry Frequently Asked Questions

2010-08-17 Thread confluence
Frequently Asked Questions Page edited by Howard M. Lewis Ship Changes (2) {children:all=true|excerpt=true} h1. Contents {toc} h1. Frequently Asked

[CONF] Apache Tapestry Frequently Asked Questions

2010-08-17 Thread confluence
Frequently Asked Questions Page edited by Howard M. Lewis Ship Changes (3) h1. Contents {toc} h1. Frequently Asked Questions

[CONF] Apache Tapestry Specific Errors

2010-08-17 Thread confluence
Specific Errors Page edited by Howard M. Lewis Ship Changes (2) h1. Why do I get the exception No service implements the interface

[CONF] Apache Tapestry Ajax Components

2010-08-17 Thread confluence
Ajax Components Page edited by Howard M. Lewis Ship Changes (3) h1. Do I have to specify both {{id}} and {{t:id}} for Zone components? h2. Ajax Components

[CONF] Apache Tapestry Tapestry Inversion of Control Container

2010-08-17 Thread confluence
Tapestry Inversion of Control Container Page edited by Howard M. Lewis Ship Changes (3) h1. Why do I need to define an interface for my services? Why cant I just use

[CONF] Apache Tapestry Frequently Asked Questions

2010-08-17 Thread confluence
Frequently Asked Questions Page edited by Howard M. Lewis Ship Changes (2) {toc} {include:Ajax Components} {include:General Questions}

[CONF] Apache Tapestry Frequently Asked Questions

2010-08-17 Thread confluence
Frequently Asked Questions Page edited by Howard M. Lewis Ship Changes (1) ... {include:Tapestry Inversion of Control Container} {include:Templating and

[CONF] Apache Tapestry Templating and Markup

2010-08-17 Thread confluence
Templating and Markup Page edited by Howard M. Lewis Ship Changes (1) ... In many components, the {{id}} attribute is an informal parameter; a value from

[CONF] Apache Tapestry Templating and Markup

2010-08-17 Thread confluence
Templating and Markup Page edited by Howard M. Lewis Ship Changes (1) ... In many components, the {{id}} attribute is an informal parameter; a value from

[CONF] Apache Tapestry Frequently Asked Questions

2010-08-17 Thread confluence
Frequently Asked Questions Page edited by Howard M. Lewis Ship Changes (6) ... {include:General Questions} {include:Ajax Components}

[CONF] Apache Tapestry Frequently Asked Questions

2010-08-17 Thread confluence
Frequently Asked Questions Page edited by Howard M. Lewis Ship Changes (1) ... {include:Templating and Markup} {include:Page And Component Classes}

[CONF] Apache Tapestry Forms and Form Components

2010-08-17 Thread confluence
Forms and Form Components Page added by Howard M. Lewis Ship Forms and Form Components What is the t:formdata hidden field for? In Tapestry, rendering a form can be a complicated process; inside the body of the Form component are many of

[CONF] Apache Tapestry Forms and Form Components

2010-08-17 Thread confluence
Forms and Form Components Page edited by Howard M. Lewis Ship Changes (1) ... h3. How do I change the label for a field on the fly?

[CONF] Apache Tapestry Frequently Asked Questions

2010-08-17 Thread confluence
Frequently Asked Questions Page edited by Howard M. Lewis Ship Changes (1) ... {include:Integration with existing applications} {include:Specific Errors}

[CONF] Apache Tapestry Frequently Asked Questions

2010-08-17 Thread confluence
Frequently Asked Questions Page edited by Howard M. Lewis Ship Changes (1) ... {include:Integration with existing applications} {include:Specific Errors}

[CONF] Apache Tapestry Injection FAQs

2010-08-17 Thread confluence
Injection FAQs Page added by Howard M. Lewis Ship Injection What's the difference between the Component and InjectComponent annotations? What's the difference between the InjectPage and InjectContainer annotations? I get an exception

[CONF] Apache Tapestry Injection FAQ

2010-08-17 Thread confluence
Injection FAQ Page added by Howard M. Lewis Ship Injection What's the difference between the Component and InjectComponent annotations? The Component annotation is used to define the type of component, and its parameter bindings. When

[CONF] Apache Tapestry Injection FAQ

2010-08-17 Thread confluence
Injection FAQ Page edited by Howard M. Lewis Ship Changes (2) ... {code} Again, were matching the field name to the component id, and you

[CONF] Apache Tapestry General Questions

2010-08-17 Thread confluence
General Questions Page edited by Howard M. Lewis Ship Changes (2) ... The easiest way to get started is to use [Apache Maven|http://maven.apache.org] to

[CONF] Apache Tapestry Ajax Components

2010-08-17 Thread confluence
Ajax Components Page edited by Howard M. Lewis Ship Changes (1) ... The point is, to be sure, specify the exact client id. This will be the value for the

[CONF] Apache Tapestry Injection FAQs

2010-08-17 Thread confluence
Injection FAQs Page removed by Howard M. Lewis Ship Injection What's the difference between the Component and InjectComponent annotations? What's the difference between the InjectPage and InjectContainer annotations? I get an exception

  1   2   3   4   5   6   7   8   9   10   >