Hi, In my generator, I need to create a unique implementation class name for each permutation. I was thinking using the permutation id, is there a way to access it inside the generator?
If I can't have access to this permutation id, what would be the best way to generate a unique class name? Using user.agent property won't work in my case because you can have the same user.agent value for several permutations (in case you add other binding properties like mobile.user.agent). Thanks, Pierre -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
