In this case you may need to implement
org.apache.wicket.markup.IMarkupResourceStreamProvider to be able to
provide dynamic markup.

On Thu, Mar 8, 2012 at 1:04 PM, karthik
<[email protected]> wrote:
> Hi Martin ,
>
> "Reload the Table with New Columns" .
>
> How would i add the new column markup in my html page for this newly added
> Column in the table ?
>
> "Will that be added dynamically" ?
>
> In the code below , the first column here is a check box, and the second one
> is a input field.
>
> Thanks in advance
>
> Karthik
>
>
> My html file excerpt:
>
>
>
> <thead>
>     <tr>
>        <th>   <wicket:message  key="abc"/>  </th>
>        <th>   <wicket:message key="xyz"/>  </th>
>                </tr>
> </thead>
>
>
> <tbody wicket:id="TestTable" >
>
>          <tr wicket:id="wmc" >
>                       <td><input wicket:id="abc" value="abcValue" 
> type="checkbox"
> name=cbAbc></td>
>                       <td><input wicket:id="xyz" </td>
>             </tr>
> </tbody>
>
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Adding-Columns-on-Button-Click-in-Wicket-tp4455701p4456140.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to