Hi all,

I am working on a different BeanEditForm, which takes layout parameters as a
String and creates a multicolumn layout for a form. A bit like the idea of
JGoodies forms. Now I go first for tables, since it is an internal
application and accessibility is not an issue, but regardless if I go for
tables or css layout it would be very handy to have different BeanEditBlocks
say per LayoutManager component. What I have works, but the styling is a
pile of ugly hacks, especially when a PropertyEditor spans more than one
table column.

Now all I could find is how to override BeanEditSouce for a certain datatype
and if I understand that correctly it is meant application wide. I would
need a different source of BeanEditBlocks per component though, but the
resolution of datatypes etc. should be the same aka the resolution to
"text", "password", "number" etc is done as in default but the actual
BeanEditBlock is taken from a page specified by the component.

Any ideas on how to accomplish that?

Regards,
Otho

Reply via email to