google and find
http://cwiki.apache.org/WICKET/how-to-modify-an-attribute-on-a-html-tag.html

On Wed, 27 Aug 2008 20:52:56 +0100, "Sami" <[EMAIL PROTECTED]> said:
> Hello,
> I have been trying to control the colspan in a table but no luck :(
> 
> any one has an example of how to do it?
> 
> code:
> -------------------------------------------------
> <tr>
>      <td colspan="2"><a href="#" wicket:id="categoryHref"><span 
> wicket:id="categoryName">[Category]</span></a></td>
>          <wicket:enclosure child="Info">
>                 <td align="center" nowrap><span 
> wicket:id="Info">[Info]</span></td>
>                 <td align="center"><span
>                 wicket:id="Type">[Type]</span></td>
>                 <td align="center"><span
>                 wicket:id="Date">[Date]</span></td>
>           </wicket:enclosure>
> </tr>
> -------------------------------------------------
> 
> I want to control the number in the colspan markup?
> I tried <td colspan="#" wicket:id="colNum"> but didnt work.
> 
> Many thanks
> Sami
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to