yes

the biggest problem and i could solve this easy if i had catched it a bit
earlier
is that we have (or had i think eelco cleaned that up)

"org.apache.wicket:"

all those strings should be replaced with just "wicket:" because those where
the "wicket:panel" or "wicket:component"

johan


On 4/12/07, Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote:

* Johan Compagner:
> of course it should be on the javadoc.
> of course it should be on many properties files (wicket.properties, log
> properties)
> of course it should be on web.xml file
> of course it also should be on many html files (bookmarkable pages,
things
> like class="wicket.my.component", "resource/wicket.xxx")

Indeed, I understand.  And I guess it's pretty hard to guess if it
is a word or a Java class name?   Unless you do some regular
expression magic, to have at least a dot after "wicket" and then
another word.

So the only solution now is to do the reverse and search for
org.apache.wicket *not* followed by a dot and a word.
--
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

Reply via email to