thank you very much for helping me ;)

<html t:type="layout" title="Prototype Index"
      t:sidebarTitle="Current Time"
      xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";
      xmlns:p="tapestry:parameter">
      <!-- Most of the page content, including <head>, <body>, etc. tags,
comes from Layout.tml -->
      <head>
        <meta name="HandheldFriendly" content="true" />
                <meta name="MobileOptimized" content="400" />
                <meta name="viewport" content="width=400; initial-scale=1.0;
maximum-scale=0.75; user-scalable=1;"/>
      </head>
        
<!-- Validierung ob Benutzer bereits angemeldet -->
        <!-- --> <t:if test="user"> 
                <table width="450" align="left" border="0">
                
                        <!-- Header -->
                        
                        <tr>
                                <td>
                                        <table  width="450" cellpadding="0" 
cellspacing="0" id="tabsolid"
align="left" border="0">
                                                <tr height="5">
                                                        <td></td>
                                                </tr>
                                                <tr>
                                                        <td align="center" 
id="header" >Prototyp Kennzeichensuche</td>
                                                </tr>
                                        </table>
                                </td>
                        </tr>
                        <tr>
                                <td>    
                                        <table width="450" cellpadding="0" 
cellspacing="0" id="tabhead"
align="left" border="0">
                                                <tr id="inputheader" 
height="30">
                                                        <td width="15"></td>
                                                        <td>Suche - 
Kennzeichen</td>
                                                        <td></td>
                                                        <td></td>
                                                        <td width="100"></td>
                                                </tr>
                                        </table>
                                </td>
                        </tr>
                        
                        <!-- Ende Header -->
                            
                        <!-- Oberere Tabelle --> 
                        <tr>
                                <td>
                                        <table width="450" cellpadding="2" 
cellspacing="2" id="tab"
align="left" border="0">
                                                
                                                <t:form 
t:id="kennzeichenSuchenForm" autofocus="null">
                                
                                                        <t:errors/>
                                                        
                                                        <tr id="input">
                                                                <td 
width="10"></td>
                                                                <td width="75" 
id="questionb">Kennzeichen</td>
                                                                <td></td>
                                                                <td 
width="300"><t:textfield t:id="carNumber"
t:validate="maxlength,regexp" size="12"/></td>
                                                                <td 
width="15"></td>
                                                        </tr>
                                                         
                                                        <tr><td colspan="6"> 
asset:context:pics/black.gif </td></tr>
                                                        
                                                        <tr id="input">
                                                                <td></td>
                                                                <td 
id="questionb">FIN</td>
                                                                <td></td>
                                                                
<td><t:textfield t:id="fin" t:validate="maxlength,regexp"
size="17"/></td>
                                                                <td></td>
                                                        </tr>
                                                         
                                                        <tr><td colspan="6"> 
asset:context:pics/black.gif </td></tr>
                                                        
                                                        <tr>
                                                                <td></td>
                                                                <td 
id="questionb">Suchkriterien</td>
                                                                <td></td>
                                                                <td 
id="resulttext">
                                                            <t:checkbox 
t:id="stolen" /> Gestohlen <br/><br/>
                                                            <t:checkbox 
t:id="taxes" /> Keine Steuern <br/><br/>
                                                            <t:checkbox 
t:id="tuev" /> XXX
                                                                </td>
                                                                <td></td>
                                                        </tr>
                                                        
                                                        <tr><td colspan="6"> 
asset:context:pics/black.gif </td></tr>
                                                        
                                                        <tr id="areaInput">
                                                                <td></td>
                                                                <td 
id="questionb">Suchgrund</td>
                                                                <td></td>
                                                                <td 
id="textarea">
                                                            <t:textarea 
t:id="reason" rows="4" cols="20"/>
                                                                </td>
                                                                <td></td>
                                                        </tr>
                                                        
                                                        <tr height="35">
                                                                <td 
width="15"></td>
                                                                <td></td>
                                                                <td></td>
                                                                <td>
                                                                        <input 
type="submit" value=" " class="searchimage"/>
                                                                </td>
                                                                <td></td>
                                                        </tr>
                                                        
                                                </t:form>
                                        </table>
                                </td>
                        </tr>
                        
                
                        <!-- Untere Tabelle -->
                
                        <t:if test="searchButtonPressed">
                                <tr>
                                        <td>
                                                <table width="450" 
cellpadding="0" cellspacing="0" id="tabhead"
align="left" border="0">
                                                        <tr id="inputheader" 
height="30">
                                                                <td 
width="15"></td>
                                                                <td>Ergebnis - 
Suche</td>
                                                                <td></td>
                                                                <td></td>
                                                                <td 
width="100"></td>
                                                        </tr>
                                                </table>
                                        </td>
                                </tr>
                                <tr>
                                        <td>
                                                <table width="450" 
cellpadding="2" cellspacing="2" id="tab"
align="left" border="0">
                                                        
                                                        <tr id="input">
                                                                <td colspan="5" 
class="input">                          
                                                                        <t:grid 
 t:source="fahrzeugList" row="fahrzeug" rowsPerPage="3"
exclude="IDFahrzeug, tuev, steuern, Gestohlen" empty="Es existiert kein
passendes Fahrzeug!">
                                                                                
<t:parameter name="kennzeichenNummerCell">
                                                                                
        <t:pagelink id="grid" t:page="ErgebnisDetails"
t:context="fahrzeug.kennzeichenNummer">${fahrzeug.kennzeichenNummer}</t:pagelink>
                                                                                
        <!--<t:pagelink id="grid" t:page="ErgebnisDetails"
t:context="fahrzeug.IDFahrzeug">${fahrzeug.kennzeichenNummer}</t:pagelink>-->
                                                                                
</t:parameter>
                                                                        
</t:grid>
                                                                </td>
                                                        </tr>
                                                </table>
                                        </td>
                                </tr>
                        </t:if>
                        <tr>
                                <td align="left">
                                <!-- [<t:pagelink 
t:page="Index">Refresh</t:pagelink>] -->
                                <!-- [<t:actionlink 
t:id="logout">Logout</t:actionlink>] -->
                                  ${logoutImage}  
                            </td>
                        </tr>
                </table>
<!-- Wenn der Benutzer noch nicht angemeldet ist -->
        <!-- -->        <t:parameter name="else">
                        <table width="450" align="left" border="0">
                        <tr>
                                <td>
                                        <table  width="450" cellpadding="0" 
cellspacing="0" id="tabsolid"
align="left" border="0">
                                                <tr height="5">
                                                        <td></td>
                                                </tr>
                                                <tr>
                                                        <td align="center" 
id="header" >Prototyp Kennzeichensuche</td>
                                                </tr>
                                        </table>
                                </td>
                        </tr>
                        <tr>
                                <td>    
                                        <table width="450" cellpadding="0" 
cellspacing="0" id="tabhead"
align="left"  border="0">
                                                <tr id="inputheader" 
height="30">
                                                        <td width="15"></td>
                                                        <td colspan="4">Sie 
sind im Moment nicht angemeldet!</td>
                                                </tr>
                                        </table>
                                </td>
                        </tr>
                        <tr height="35">
                                <td>
                                        <table width="450" cellpadding="2" 
cellspacing="2" id="tab"
align="left"  border="0">
                                                <tr height="40">
                                                        <td align="center">
                                                                  
${toLoginAreaImage}  
                                                        </td>
                                                </tr>
                                        </table>
                                </td>
                        </tr>
                        </table>
                </t:parameter>
        </t:if>
        <!-- -->
</html>

-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Grid-onAction-Problem-IEM6-tp3339635p3346172.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to