|
Home > Archive > WebSphere Portal Server > July 2006 > Re: This is great stuff, but I am having problems implementing it
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: This is great stuff, but I am having problems implementing it
|
|
|
| Hi
Im sorry to hear that some of you are having problems - I have been there and I know how frustating it can be. I have supplied all the code I have on the subject. The only thing missing is the form from the jsp and it looks like this:
<h:form id="formFileUpload" enctype="multipart/form-data">
<INPUT name="notificationsXMLFile" type="file" size="70" accept="text/xml" />
<hx:commandExButton type="submit"
id="buttonUpload"
image="#{msg['image.upload']}"
action="#{pc_UploadBackingBean.doButtonUploadAction}"
></hx:commandExButton>
</h:form>
Once the pressure of my current deadline is over I might assemple it all in an example war-file.
Hope this helps...
|
|
|
|
|