CVS: TapestryBook/examples-library/src/java/examples/library FormError.jwc,NONE,1.1 Examples.library,NONE,1.1 FormError.html,NONE,1.1 form-error.png,NONE,1.1
Howard Lewis Ship <[email protected]> Sun, 13 Jul 2003 15:42:16 -0700
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/TapestryBook/examples-library/src/java/examples/library
In directory sc8-pr-cvs1:/tmp/cvs-serv3466/examples-library/src/java/examples/library
Added Files:
FormError.jwc Examples.library FormError.html form-error.png
Log Message:
Move the examples and bannerads libraries into a new examples-library subproject.
--- NEW FILE: FormError.jwc ---
<?xml version="1.0"?>
<!-- $Id: FormError.jwc,v 1.1 2003/07/13 22:42:14 hship Exp $ -->
<!DOCTYPE component-specification PUBLIC
"-//Apache Software Foundation//Tapestry Specification 3.0//EN"
"http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
<component-specification
allow-body="no"
allow-informal-parameters="no">
<parameter name="delegate" direction="in" required="yes"
type="org.apache.tapestry.valid.IValidationDelegate"/>
<private-asset name="icon" resource-path="form-error.png"/>
</component-specification>
--- NEW FILE: Examples.library ---
<?xml version="1.0"?>
<!-- $Id: Examples.library,v 1.1 2003/07/13 22:42:14 hship Exp $ -->
<!DOCTYPE library-specification PUBLIC
"-//Apache Software Foundation//Tapestry Specification 3.0//EN"
"http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
<library-specification/>
--- NEW FILE: FormError.html ---
<span jwcid="@Conditional" condition="ognl:delegate.hasErrors">
<table style="{
border-style : solid;
color : Red;
font-weight : bold;
background-color : #FFFF40;
border-width : 1px;
border-color : Black;
padding : 2px;
}">
<tr valign="top">
<td>
<img jwcid="@Image" height="52" alt="[Error]" image="ognl:assets.icon" width="52"/>
</td>
<td>
<span jwcid="@Delegator" delegate="ognl:delegate.firstError">Error Message</span>
</td>
</tr>
</table>
</span>
--- NEW FILE: form-error.png ---
PNG
cùwÃRWêÀy¾`®hVÒkÛ¸óZaQM>Q£*
Z£Û§¶oðBj5$~G[$[¡ðZÐÞÄÃRvD|E¢Xñêá+ÜKõK©¶H¢B°!Új¯hùêòP)03äq¤¥QiÏôÒR9Ýo®Q&!&ÑQ9Ç×ò£\»
R.\ñ
¦Ñ5KäY\1±PÁgT7LTü ØaHQÁ¹Ôs£Ð }þ¸hgu<,ÊYÁe=#Öe¥+ yéNÚêùJ/>KG}Oàs¾eVà°¨}¼TÔ¢òù)(ºP·W
õ½%ð^h RÍGG:`µ9Àk¨Õº¼Þ$>#¿
á:TtA&
-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1