but there are more components like that "ListView" for example.

and what does it matter what it renders?? A Component is a component when it is in java a component.
And you could render a span or div tag so that it has a marker in the html (so that ajax also works on it..)


johan


On 5/18/06, Ittay Dror <[EMAIL PROTECTED]> wrote:
this is what the CompositeComponent i posted a while ago does.

what i don't like so much about it is that it is not a real component, in the sense it renders nothing. it is just a mediator between the actual model and other components.

anyways,

Johan Compagner wrote:
> Isn't youre controller just the Parent formcomponent that can have
> childs (form components)
>
> Then you can attach validators to the childs to make sure that input is
> right. (the partial input)
>
> And you can attach validators to the parent formcomponent and that
> parent component has the connection
> with the "real" model.  (the childs have there "inbetween model" from
> the parent formcomponent to get the data they want to display)
>
> Then with that parent formcomponent you override getInputAsArray and
> convertValue()
> And youre are done.
> When the value is converted youre parent validators run over that
> converted value and if that work that value is stored in the real model.
>
> johan
>
>
>
> On 5/18/06, *Ittay Dror* <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     i guess i should have kept my mouth shut ;-) (or my fingers away
>     from the keyboard)
>
>     ok, i'll try to kick start it. what code base to use? HEAD? do you
>     have some kind of design phase (documents)?
>
>     Igor Vaynberg wrote:
>      >      >
>      >      > It sounds interesting. If someone wants to create a poc
>     for this... I
>      >      > like to discuss with actual code ;)
>      >
>      >     i'd be interested, but i probably don't know enough about the
>     code,
>      >     or design rational. i also can't commit on the time i can
>     spend on this.
>      >
>      >
>      > its your idea and from this discussion it is clear you are the
>     only one
>      > with the understanding of what is required. so who better to
>     write the
>      > initial code?
>      >
>      > -Igor
>      >
>
>
>     --
>     ===================================
>     Ittay Dror,
>     Chief architect, openQRM TL,
>     R&D, Qlusters Inc.
>     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     +972-3-6081994 Fax: +972-3-6081841
>
>     http://www.openQRM.org
>     - Keeps your Data-Center Up and Running
>
>
>     -------------------------------------------------------
>     Using Tomcat but need to do more? Need to support web services,
>     security?
>     Get stuff done quickly with pre-integrated technology to make your
>     job easier
>     Download IBM WebSphere Application Server v.1.0.1 based on Apache
>     Geronimo
>     http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>     <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
>     _______________________________________________
>     Wicket-user mailing list
>     Wicket-user@lists.sourceforge.net
>     <mailto:Wicket-user@lists.sourceforge.net >
>     https://lists.sourceforge.net/lists/listinfo/wicket-user
>     < https://lists.sourceforge.net/lists/listinfo/wicket-user>
>
>


--
===================================
Ittay Dror,
Chief architect, openQRM TL,
R&D, Qlusters Inc.
[EMAIL PROTECTED]
+972-3-6081994 Fax: +972-3-6081841

http://www.openQRM.org
- Keeps your Data-Center Up and Running


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to