You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by SudeepShakya <sh...@live.com> on 2012/04/05 09:16:14 UTC

Two wikcet id in one tag

Is it possible to specify two wicket ids in one place. 
for example:
<tr wicket:id="vote,contestant">

I have created two propertylistview and i want to display both list in same
table.


Is it possible ??
I am just asking.

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Two-wikcet-id-in-one-tag-tp4534128p4534128.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: Two wikcet id in one tag

Posted by SudeepShakya <sh...@live.com>.
Thanks.

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Two-wikcet-id-in-one-tag-tp4534128p4534135.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: Two wikcet id in one tag

Posted by Martin Grigorov <mg...@apache.org>.
No.

On Thu, Apr 5, 2012 at 9:16 AM, SudeepShakya <sh...@live.com> wrote:
> Is it possible to specify two wicket ids in one place.
> for example:
> <tr wicket:id="vote,contestant">
>
> I have created two propertylistview and i want to display both list in same
> table.
>
>
> Is it possible ??
> I am just asking.
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/Two-wikcet-id-in-one-tag-tp4534128p4534128.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
>



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

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


Re: Two wikcet id in one tag

Posted by Martin Makundi <ma...@koodaripalvelut.com>.
Why don't you simply add two tr's:

<tr wicket:id="vote">...</tr>
<tr wicket:id="contestant">...</tr>


?

**
Martin


2012/4/5 SudeepShakya <sh...@live.com>:
> Is it possible to specify two wicket ids in one place.
> for example:
> <tr wicket:id="vote,contestant">
>
> I have created two propertylistview and i want to display both list in same
> table.
>
>
> Is it possible ??
> I am just asking.
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/Two-wikcet-id-in-one-tag-tp4534128p4534128.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
>

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