Hi,
I am using Smart GWT 2.4. I have the following code that sets a label,
Label loggedOn = new Label("Logged on as : " + UserSession.getInstance().getUserName());
UserSession is a POJO populated with XML coming back from the server. However, if I put some script for the user name, the Javascript is executed on the browser. I notice similar issues with ListGrid as well.
Is this expected to be handled transparently by SmartGwt?
I am using Smart GWT 2.4. I have the following code that sets a label,
Label loggedOn = new Label("Logged on as : " + UserSession.getInstance().getUserName());
UserSession is a POJO populated with XML coming back from the server. However, if I put some script for the user name, the Javascript is executed on the browser. I notice similar issues with ListGrid as well.
Is this expected to be handled transparently by SmartGwt?
Comment