I have a file upload component and one button in a view.
I have created a binary type context element and mapped it with fileupload component.while clicking the submit button I am getting " Parse method is not possible for this type" exception.
help me out.
Request clarification before answering.
HI Sridhar,
U must add
IWDAttributeInfo file=wdContext.nodeUpolad().getNodeInfo().getAttribute(IPrivateHomeView.IContextElement.<UploadVariable>);
IWDModifiableBinaryType b=(IWDModifiableBinaryType)file.getModifiableSimpleType();
in the wdDoinit()
Regards
Fahad Hamsa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.