This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 127228 - client side rendering not working for file upload component
Summary: client side rendering not working for file upload component
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Dongmei Cao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-12 17:34 UTC by azizmithani
Modified: 2008-02-12 20:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
A simple application to reproduce the problem (24.05 KB, application/octet-stream)
2008-02-12 17:36 UTC, azizmithani
Details

Note You need to log in before you can comment on or make changes to this bug.
Description azizmithani 2008-02-12 17:34:44 UTC
I am trying to set the visibility of the file upload component using client side rendering. I am working on the lines of
the tutorial available at http://www.netbeans.org/kb/60/web/clientsiderendering.html.

The scenario is as follows:
I have a simple page with a listbox component and a file upload component. In the simplest
scenario, I am trying to toggle the visiblity of the file upload component on the client side. However, the file upload
component is not being refreshed. It remains visible all the time. Client side rendering works fine for other components
such as label, textArea, checkbox etc.
Comment 1 azizmithani 2008-02-12 17:36:41 UTC
Created attachment 56544 [details]
A simple application to reproduce the problem
Comment 2 Dongmei Cao 2008-02-12 20:06:27 UTC
Looks like the File Upload is not a client-side widget yet.

Please see the TLD docs below. This describes the public JavaScript functions
available for all Woodstock tags. 

http://webdev2.sun.com/woodstock-tlddocs
Comment 3 Dongmei Cao 2008-02-12 20:07:04 UTC
Please file a bug in https://woodstock.dev.java.net/issues/ to request the client-side rendering feature on the File
Upload componenet.