Re: ExternalLink not render as link AjaxFallbackDefaultDataTable

2013-04-12 Thread dhongyt
Thanks again, that's exactly what I need.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/ExternalLink-not-render-as-link-AjaxFallbackDefaultDataTable-tp4657935p4657943.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: ExternalLink not render as link AjaxFallbackDefaultDataTable

2013-04-12 Thread Ernesto Reinaldo Barreiro
Your welcome!

I would advise you to read a bit about wicket and what you can do with it
before you get into real development...

Andrea just released a free book a few days ago

https://code.google.com/p/wicket-guide/

There are also other excellent options in case you can and are willing to
pay for them

http://wicket.apache.org/learn/books/



On Fri, Apr 12, 2013 at 9:50 PM, dhongyt  wrote:

> Thanks again Ernesto.
>
> I didn't know that I needed to create my own Panel in java and html.
>
> I thought I could do it all in one java class.
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/ExternalLink-not-render-as-link-AjaxFallbackDefaultDataTable-tp4657935p4657939.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Regards - Ernesto Reinaldo Barreiro


Re: ExternalLink not render as link AjaxFallbackDefaultDataTable

2013-04-12 Thread dhongyt
How do I know when I need to implement a markup? And when I do not need to?



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/ExternalLink-not-render-as-link-AjaxFallbackDefaultDataTable-tp4657935p4657940.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: ExternalLink not render as link AjaxFallbackDefaultDataTable

2013-04-12 Thread dhongyt
Thanks again Ernesto.

I didn't know that I needed to create my own Panel in java and html.

I thought I could do it all in one java class.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/ExternalLink-not-render-as-link-AjaxFallbackDefaultDataTable-tp4657935p4657939.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: ExternalLink not render as link AjaxFallbackDefaultDataTable

2013-04-12 Thread Ernesto Reinaldo Barreiro
panels need to have markup associated e.g. read

https://cwiki.apache.org/WICKET/create-dynamic-markup-hierarchies-using-panels.html




On Fri, Apr 12, 2013 at 9:17 PM, dhongyt  wrote:

> Thanks for the quick reply.
> I'm kind of new at this so if you could clarify a bit more. Do you mean
> this?
>
>
>
> Doesn't seem like Panel has a populateItem so adding a ExternalLink is
> giving me issues.
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/ExternalLink-not-render-as-link-AjaxFallbackDefaultDataTable-tp4657935p4657937.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Regards - Ernesto Reinaldo Barreiro


Re: ExternalLink not render as link AjaxFallbackDefaultDataTable

2013-04-12 Thread dhongyt
Thanks for the quick reply.
I'm kind of new at this so if you could clarify a bit more. Do you mean
this?



Doesn't seem like Panel has a populateItem so adding a ExternalLink is
giving me issues.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/ExternalLink-not-render-as-link-AjaxFallbackDefaultDataTable-tp4657935p4657937.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: ExternalLink not render as link AjaxFallbackDefaultDataTable

2013-04-12 Thread Ernesto Reinaldo Barreiro
you need to create a panel and inside the panel put the link () and use
that panel as content of the column.


On Fri, Apr 12, 2013 at 8:53 PM, dhongyt  wrote:

> I have created a AjaxFallbackDefaultDataTable and created an abstract
> column
>
>
> For some reason on the website when the table is rendered it shows up as
> plain text but its a  link and not a  . I would like it to be a   link
> so the blue underline will show up. Why is it just showing up in plain
> text?
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/ExternalLink-not-render-as-link-AjaxFallbackDefaultDataTable-tp4657935.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Regards - Ernesto Reinaldo Barreiro


ExternalLink not render as link AjaxFallbackDefaultDataTable

2013-04-12 Thread dhongyt
I have created a AjaxFallbackDefaultDataTable and created an abstract column


For some reason on the website when the table is rendered it shows up as
plain text but its a  link and not a  . I would like it to be a   link
so the blue underline will show up. Why is it just showing up in plain text?



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/ExternalLink-not-render-as-link-AjaxFallbackDefaultDataTable-tp4657935.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org