You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by lc991 <lo...@live.it> on 2013/09/27 13:56:36 UTC

Auto add component

hi

I add a component without wicket:id in html page. is this possible?


bye



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Auto-add-component-tp4661566.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: Auto add component

Posted by lc991 <lo...@live.it>.
??? I add a wicket component like Label, texfield ecc not html element. 

if i write " getResponse.write("")  " and after i add(new
Label("componentName"))


work?



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Auto-add-component-tp4661566p4661570.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: Auto add component

Posted by Martin Grigorov <mg...@apache.org>.
On Fri, Sep 27, 2013 at 2:05 PM, lc991 <lo...@live.it> wrote:

> could I have a mini example? I've used wicket for only 2 months
>

getResponse().write("<some>element</some>");


>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Auto-add-component-tp4661566p4661568.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Auto add component

Posted by lc991 <lo...@live.it>.
could I have a mini example? I've used wicket for only 2 months



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Auto-add-component-tp4661566p4661568.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: Auto add component

Posted by Martin Grigorov <mg...@apache.org>.
On Fri, Sep 27, 2013 at 1:56 PM, lc991 <lo...@live.it> wrote:

> hi
>
> I add a component without wicket:id in html page. is this possible?
>
yes

>
>
> bye
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Auto-add-component-tp4661566.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>