Hi,
I wonder if it is always necessary to import the full path for a component?
I have my components all organized each in a separate folder. Thus, if I want to include several of them, I always have to declare a specific namespace for each of them like:
xmlns:myHeader="urn:import:my.app.client.components.header"
xmlns:myFooter="urn:import:my.app.client.components.footer"
xmlns:myBar="urn:import:my.app.client.components.bar"
Can't I just somehow declare the following?
xmlns:my="urn:import:my.app.client.components"
and then use it like:
<my.bar:TheBarClass ... />
<my.footer:Footer />
Is that possible?
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment