At 03:18 PM 2/19/2005, you wrote:
> xmlns="com.iterationtwo.components.*"
-- vs. --
> xmlns:i2="com.iterationtwo.components"
Spot the difference contest. :)
Hmm. Yes I tried that, still doesn't work.
If I simply cut and paste "i2" to change this:
xmlns="com.iterationtwo.components.*"
and
<EditableComboBox>......</EditableComboBox>
to this:
xmlns:i2="com.iterationtwo.components.*"
and
<i2:EditableComboBox>......</i2:EditableComboBox>
it goes from working to an error message ("URI is unknown").
What else could it be?
- Tom