same applies

-Igor


On 10/18/06, Manuel Alejandro de Brito Fontes <[EMAIL PROTECTED] > wrote:
I forget to mention that I'm using 2.0-SNAPSHOT

On 18-10-2006, at 13:25, Manuel Alejandro de Brito Fontes wrote:

> Thanks for the reply.
> You suggest that  "what you do is extend AbstractColumn and provide
> your own markup via either a panel or a fragment."
> Ok, i understand that, but the column don't  read my own markup in
> a panel.
> I only get Markup with path 'XXXX' not found in fragment: cell
>
> Can show me an example?
>
> Thanks in advice.
>
> On 18-10-2006, at 13:01, Igor Vaynberg wrote:
>
>> the problem is that the markup is <span wicket:id="item"></
>> span> ... you cannot attach an image to a span tag, you need
>> markup with an img tag.
>>
>> -Igor
>>
>>
>> On 10/18/06, Marc-Andre Houle <[EMAIL PROTECTED]> wrote:
>> Why not adding directly an Image or a NonCachableImage instead of
>> a Label?  Does it really need a panel or a fragment for that?
>>
>> Marc
>>
>>
>> On 10/18/06, Igor Vaynberg <[EMAIL PROTECTED] > wrote:
>> what you do is extend AbstractColumn and provide your own markup
>> via either a panel or a fragment.
>>
>> see how PropertyColumn works...but instead of a label you add your
>> panel that contains the image
>>
>> -Igor
>>
>>
>> On 10/18/06, Manuel Alejandro de Brito Fontes <
>> [EMAIL PROTECTED] > wrote:
>> Hi, Im trying to  create a table (AjaxFallbackDefaultDataTable)
>> with a column that display a modal window that permit modify the
>> row content. That works perfect, modify the data and the table
>> updates the table content.
>> My problem is that the column in question display a text "cell"
>> and i want to display an image. I don't find any example of this,
>> so i try to do it.
>> So extend the AjaxLink and add an Image instance, but the cell
>> only contains a MarkupFragment
>> [<td wicket:id="cells">, , [<span wicket:id="cell">, [cell], </
>> span>], , </td>]
>> obviously the html that i create in the component that extends
>> AjaxLink is useless.
>> Sorry if I'm complicating the things, I'm a newbie :)
>>
>> Thanks in advice.
>>
>> PS: Sorry for my bad english too.
>>
>> ---------------------------------------------------------------------
>> ----
>> 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
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> ----
>> 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
>
> Manuel Alejandro de Brito Fontes
> [EMAIL PROTECTED]
>
> Any fool can write code that a computer can understand.
> Good programmers write code that humans can understand."
>
>                   --- Martin Fowler, Refactoring: Improving the
> Design of Existing Code
>
>
>
>

Manuel Alejandro de Brito Fontes
[EMAIL PROTECTED]

Any fool can write code that a computer can understand.
Good programmers write code that humans can understand."

                   --- Martin Fowler, Refactoring: Improving the
Design of Existing Code





-------------------------------------------------------------------------
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