Hi I wan to create two more buttons in the GreetingServer project, but these buttons should be visible only to a list of users kept in GreetingServiceImpl. These buttons are very secure and no one, other than trusted users, should even know that these buttons exist. That is, I don't even want the compiled .js files to contain code to generated these buttons. Is it possible in GWT without making a call to check if the user can view buttons or not?
I know how to selectively remove javascript from a jsp, this can be done by keeping the secure part within <c:if > tag or using scriptlets. I'm looking for similar solution in GWT. Please help. Thanks Amir Khanna -- 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.
