Hi,

Does anyone know why i get "Error 404--Not Found" when there is a small 
error in for example the query. I get no stacktrace either so it's 
hard/impossible to debug.

I have the same problem with i18n tags when a key is not found.

br,
mz

<database:connection id="connection" jndiName="somePool"/>
<database:statement id="statement" conn="connection">
    <database:query>
    SELECT * FROM logging
    </database:query>
    <database:resultSet id="result">
    <tr>
        <td><database:getColumn position="1"/></td>
        <td><database:getColumn position="2"/></td>
    </tr>
    </database:resultSet>
</database:statement>


_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to