instead of label add a webmarkupcontainer and call setvisible(false) on it

-Igor


On 10/26/06, Michael Welter < [EMAIL PROTECTED]> wrote:
I have an html table with several columns.  One column is an audio
recording:

         <tr wicket:id="responses" class="even">
           <td><embed wicket:id="recording" type="audio/x-wav" src="">height="50" width="100" autostart="false"/></td>
           <td><span wicket:id="title">Title</span></td>
           <td><span wicket:id="description">Description</span></td>
       <td><span wicket:id="text">Text</span></td>
         </tr>

In some instances there is no audio recording.  With no recording I send
Label("recording",""), and this results in the display of the QuickTime
logo with a question mark (the src tag is empty).

Is there some way to manipulate the html in the case of no recording?  I
would like to be able to remove the <embed /> tag altogether and just
have an empty <td/> cell.

Thanks



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to