You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by gmparker2000 <gr...@brovada.com> on 2013/02/18 18:38:55 UTC

AutoComponentResolver gone?

We have been using AutoComponentResolver in  a proof of concept Wicket 1.4
application to create a visual wicket designer of sorts.  It relies on
AutoComponentResolver to expand composite controls that we have created. 
The approach looks extremely promising.  We intended on using
AutoComponentResolver at design time only.  However, before continuing we
took a look to make sure that this functionality exists in Wicket 1.5 and
beyond.  It appears that it has been removed or is implemented some other
way.  Can anyone shed some light on the topic?  Essentially we want to be
able to write something like this:

<html>
    <body>
        <wicket:component class="com.abc.MyTextBox" label="Label"
required="true ....... />
    </body>
<html>



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/AutoComponentResolver-gone-tp4656510.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: AutoComponentResolver gone?

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

This was experimental feature which didn't gain much popularity.
The discussion to remove it is : http://markmail.org/thread/emzrqxmp4hahzipx
The ticket is: https://issues.apache.org/jira/browse/WICKET-3687
The Git revision is: 41a7915606e0332711ee3b7fc85cb55aad246fae


There is no replacement for this functionality.
You can get the old code and apply it locally.


On Mon, Feb 18, 2013 at 7:38 PM, gmparker2000 <gr...@brovada.com>wrote:

> We have been using AutoComponentResolver in  a proof of concept Wicket 1.4
> application to create a visual wicket designer of sorts.  It relies on
> AutoComponentResolver to expand composite controls that we have created.
> The approach looks extremely promising.  We intended on using
> AutoComponentResolver at design time only.  However, before continuing we
> took a look to make sure that this functionality exists in Wicket 1.5 and
> beyond.  It appears that it has been removed or is implemented some other
> way.  Can anyone shed some light on the topic?  Essentially we want to be
> able to write something like this:
>
> <html>
>     <body>
>         <wicket:component class="com.abc.MyTextBox" label="Label"
> required="true ....... />
>     </body>
> <html>
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/AutoComponentResolver-gone-tp4656510.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 <http://jweekend.com/>