In the code below, Orion automatically rewrites the URL, creating a
wrong link in the celphone. Is this rewriting default behaviour, and how
can i undo this?

                        <% if (checkBean.getContas() != null) { %>
                                <a href="#contas">contas encerradas</a><br/>
                        <% } else { %>
                sem contas encerradas<br/>
            <% } %>

                        <% if (checkBean.getTelefone() != null) { %>
                                <a href="#telefone">Informações do tel</a><br/>
                        <% }%>

Sven
-- 
======================================================================================
Sven E. van 't Veer                                          
http://www.cachoeiro.net
Java Developer                                                      [EMAIL PROTECTED]
======================================================================================

Reply via email to