|
Home > Archive > WebSphere Application Server > September 2005 > There is a bug for extended JSF fileupload component
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 |
There is a bug for extended JSF fileupload component
|
|
|
| Hi,
The problem is as follows for extended fileupload component:
When you use the fileupload component with a specific size, eg. size=50, it works fine in Design & Preview in rational application developer, however it always shows with default szie of 20 characters in Runtime.
Is there anyway to fix this problem?
...
<hx:fileupload styleClass="fileupload" id="fileupload1" size="50" value="#{pc_Upload.new_rec.PHOTO}" accept="image/*">
<hx:fileProp name="fileName" value="{pc_Upload.new_rec.FILENAME}" />
<hx:fileProp name="contentType" value="{pc_Upload.new_rec.FILETYPE}" />
</hx:fileupload>
...
Thanks,
Jeff
| |
|
| Hi,
I found the solution. Thanks for your attention.
Thanks,
Jeff
|
|
|
|
|