What do you mean? Like recursively detect other pages?

    <ul wicket:id="menus">
      <li><a href="ControlCenter.html">ControlCenter</a> <br/>
          <ul>
          <li><a href="controlcenter/Users.html">Users</a></li>
          <li><a href="controlcenter/Departments.html">Departments</a></li>
        </ul>
      </li>
      <li><a href="Profile.html">Profile</a>
      <li><a href="../Home.html">Home</a>
    </ul>

Something that could parse this template?

-----Mensagem original-----
De: Nino Saturnino Martinez Vazquez Wael
[mailto:[EMAIL PROTECTED]
Enviada em: segunda-feira, 17 de novembro de 2008 17:25
Para: [email protected]
Assunto: Re: Drop wicket:link


And another thing it could make autolink parser able to look in other 
packages aswell for pages... Currently theres no support for autolinking 
to pages not in the same package..

Nino Saturnino Martinez Vazquez Wael wrote:
> Hi Bruno
>
> +1 one from my side, the more of those horrible tag things we can get 
> away the better, they dont feel very wicket like anyway..
>
> And the worst thing I've even begun to use them. I just dont feel that 
> they fit into the split logic strategy..
>
> Bruno Cesar Borges wrote:
>> This might sound crazy, but what about dropping the support for the 
>> tag <wicket:link> ? :-)
>>
>> People are starting to use it frequently, and because of that, 
>> features will be requested. And then we might end with a tag library. 
>> But, to not freak everybody out, I suggest develop a markup container 
>> to do that.
>>
>> Example:
>>    # Java
>>    AutoLinkMarkupContainer autolinks = new 
>> AutoLinkMarkupContainer("menus");
>>
>>    # HTML
>>    <ul wicket:id="menus">
>>      <li><a href="Users.html">Users</a></li>
>>      <li><a href="Departments.html">Departments</a></li>
>>    </ul>
>>
>> What do you guys think?
>>
>> Cheers,
>> Bruno
>> ***************************************************************************************************
>>  
>>
>> "Atenção: Esta mensagem foi enviada para uso exclusivo do(s) 
>> destinatários(s) acima identificado(s),
>> podendo conter informações e/ou documentos confidencias/privilegiados 
>> e seu sigilo é protegido por lei. Caso você tenha recebido por 
>> engano, por favor, informe o remetente e apague-a de seu sistema.
>> Notificamos que é proibido por lei a sua retenção, disseminação, 
>> distribuição, cópia ou uso sem expressa autorização do remetente. 
>> Opiniões pessoais do remetente não refletem, necessariamente, o ponto 
>> de vista da CETIP, o qual é divulgado somente por pessoas autorizadas."
>>
>>
>> "Warning: This message was sent for exclusive use of the addressees 
>> above identified, possibly containing information and or 
>> privileged/confidential documents whose content is protected by law. 
>> In case you have mistakenly received it, please notify the sender and 
>> delete it from your system. Be noticed that the law forbids the 
>> retention, dissemination, distribution, copy or use without express 
>> authorization from the sender. Personal opinions of the sender do not 
>> necessarily reflect CETIP's point of view, which is only divulged by 
>> authorized personnel."
>> ***************************************************************************************************
>>  
>>
>>
>>   
>

-- 
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684

***************************************************************************************************
"Atenção: Esta mensagem foi enviada para uso exclusivo do(s) destinatários(s) 
acima identificado(s),
podendo conter informações e/ou documentos confidencias/privilegiados e seu 
sigilo é protegido por 
lei. Caso você tenha recebido por engano, por favor, informe o remetente e 
apague-a de seu sistema.
Notificamos que é proibido por lei a sua retenção, disseminação, distribuição, 
cópia ou uso sem 
expressa autorização do remetente. Opiniões pessoais do remetente não refletem, 
necessariamente, 
o ponto de vista da CETIP, o qual é divulgado somente por pessoas autorizadas."


"Warning: This message was sent for exclusive use of the addressees above 
identified, possibly 
containing information and or privileged/confidential documents whose content 
is protected by law. 
In case you have mistakenly received it, please notify the sender and delete it 
from your system. 
Be noticed that the law forbids the retention, dissemination, distribution, 
copy or use without 
express authorization from the sender. Personal opinions of the sender do not 
necessarily reflect 
CETIP's point of view, which is only divulged by authorized personnel."
***************************************************************************************************

Reply via email to