gwt 2.1, xml. Document.getElementById() returns null

2010-12-06 Thread Roman Makurin
Hi All! I need to handle xml on client side, so Im using following scheme: Document xml = XMLParser.parse(xmlStr); Element el = xml.getElementById(id1); at this point getElementById() returns null, but im 100% sure that element with id=id1 presents in xml document. Why this happen ? And is

css background image usage with UiBinder

2010-11-18 Thread Roman Makurin
Hi All. First of all, i looked through mail archive, but subject still not clear for me. So, he is my code: Resources.java: public interface Resources extends ClientBundle { public static final Resources INSTANCE = GWT.create(Resources.class); interface Style extends

access ejb from gwt ServiceImpl

2010-03-10 Thread Roman Makurin
Hi All! Its my first post here :) my system is: linux x86_64, eclipse 3.5, gpe 1.2, gwt-2.0.3, jboss 5.1 I have a ear project which include war and ejb parts in it. Web part based on servlets, and im using constructions like public class MyServlet extends HttpServlet { @EJB