You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Florian Sperber <fl...@sperber.info> on 2007/12/09 21:58:35 UTC

AjaxEditableChoiceLabel uses a MultilineLabel (instead of maybe a Label?)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

i found that the AjaxEditableChoiceLabel component uses
	
	MultiLineLabel label = new MultiLineLabel(componentId, model);

to create the static part.

Using a MultiLineLabel breaks my layout slightly, using <p>...</p> for
the selected value (this is not really a problem, i changed the
behaviour for myself already).

But I think that using just a Label would be better, since it uses
<span>..</span> tags.

Is there a special reason why a MultiLineLabel is used here?


Kind regards,
Florian Sperber
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)

iD8DBQFHXFb7TJfKjmvEjHwRAu8eAJ0YzlaXiTz7Wjqfms7/wScCszQVEgCglGX/
lUn1tBLOJ0YXqWad80Tvgoc=
=RbXq
-----END PGP SIGNATURE-----

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


Re: AjaxEditableChoiceLabel uses a MultilineLabel (instead of maybe a Label?)

Posted by Igor Vaynberg <ig...@gmail.com>.
On Dec 28, 2007 10:27 AM, Juan Gabriel Arias <ju...@gmail.com> wrote:
> The same to me.
>
> I also found a few issues with this component. How can i create bugs in
> JIRA?

go here https://issues.apache.org/jira/secure/Dashboard.jspa

create an account, login, and create bug reports...

-igor





>
> - The dropDown created doesnt use the IChoiceRenderer passed in the
> constructor (still finding why)
> - And the Javadoc is wrong... looks like copy&paste from
> AjaxEditableMultiLineLabel ;)
>
> Juan
>

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


Re: AjaxEditableChoiceLabel uses a MultilineLabel (instead of maybe a Label?)

Posted by Juan Gabriel Arias <ju...@gmail.com>.
The same to me.

I also found a few issues with this component. How can i create bugs in
JIRA?

- The dropDown created doesnt use the IChoiceRenderer passed in the
constructor (still finding why)
- And the Javadoc is wrong... looks like copy&paste from
AjaxEditableMultiLineLabel ;)

Juan