We have made dashlets using the wcm tld for handling the alfresco web forms controlling with the same dashlet using extjs and jsf.
While working with in built web forms ,it works nice..but if we try to open the same using our code it hangs in IE 6 and 7..It works fine with the mozilla firefox browser.
We are facing problem when xsd having any field using <xs:Anyurl> .
If we want to change the path using web form using our dashlet it hangs when changing the path using the image on the left.
after debugging we found that in both cases one difference we point out was the current path variable in dojo ajax was returning null if webform was open with our dashlet application.
Anyone please help me out with this.The call to filepickerbean.getfilepickerdata() was made.using ajax servet's invoke method.
the following is the XSD file and the problem occurs with the bold line.