>
> So maybe we need some hook that gets called when properties are
> individually valid but no permutation exists for the set of values (that
> can only apply with conditional properties); e.g. (unrealistic example):
>
> <set-property name="user.agent" value="ie9,gecko1_8">
> <when-property-is name="locale" value="en" />
> </set-property>
> <set-property name="user.agent" value="ie9,safari">
> <when-property-is name="locale" value="fr" />
> </set-property>
>
> We need a hook called when you come with Firefox and a "fr" locale, or
> with Safari/Chrome/Opera15+ and a "en" locale.
>
Exactly.
It's probably as easy as adding if(selectedPermutationIsNull && hookExists)
{ callHook(); return; } to the bootstrap script somewhere after the
permutation selection code has been executed.
-- J.
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
---
You received this message because you are subscribed to the Google Groups "GWT
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.