Hi, Yes, GWT application is embedded into html page(i.e. GWT compiler converts java file to js file). But after conversion, I can't use any of my custom taglibs(i.e. as I dont have any control on compiled code). I need to use the custom taglibs before converting to JS file. (i.e. Is there any way to use taglibs in Java file directly. if not any other alternate way).
Please suggest. On Oct 28, 10:10 am, Lothar Kimmeringer <[EMAIL PROTECTED]> wrote: > Krish schrieb: > > > Can we use taglibs in GWT page?. This is my requirement. Can any one > > please suggest me how to do this? > > A GWT-application is embedded into a regular HTML-page. This page > can also be a JSP-page containing taglibs, so I'm not sure where > exactly your problem is. > > Maybe you can be a bit more concrete with the explanation of your need. > > Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
