84,85c84,86 < < UIOutput urlOutput = new UIOutput() { --- > UIOutput urlOutput = (UIOutput)form.findComponent(ENCODED_URL_ID); > if (urlOutput==null){ > urlOutput = new UIOutput() { 142a144 > }