[Bese-devel] Re: user-login fixes
Marco Baringer
mb at bese.it
Tue Mar 7 16:46:07 UTC 2006
Alexey Antipov <door at lcpi.ru> writes:
> {
> hunk ./src/components/user-login.lisp 7
> - :size 10
> + :input-size 10
> hunk ./src/components/user-login.lisp 13
> - :size 10
> + :input-size 10
applied, thanks.
> hunk ./src/rerl/standard-component/standard-component.lisp 58
> - (not (null (slot-value comp slot-name))))
> + (not (null (slot-value comp slot-name)))
> + (typep (slot-value comp slot-name)
> + 'standard-component))
> }
this wolud allow you to put non-component objects (like form-fields)
into a slot using the :component slot parameter. i'm not sure we
should allow this, do we want non-component objects (widgets mainly)
to be used in the place of component objects?
--
-Marco
Ring the bells that still can ring.
Forget the perfect offering.
There is a crack in everything.
That's how the light gets in.
-Leonard Cohen
More information about the bese-devel
mailing list