Re: Questions and possible patch

Maciej Zawadzki <[email protected]> Fri, 10 Jan 2003 10:18:05 -0500
Newsgroups gmane.comp.java.anthill.devel
Message-ID <[email protected]>
Adding support for check boxes and radio buttons to the repository 
adapter screens will require some work.  The reason is that each RA does 
not have any UI specific code.  Each RA just has a file that provides 
the name, description, and default values of fields that can be used to 
configure the RA.  These files are located in the <anthill>/conf 
director and their naming convention is to use the same file name as the 
RA class name.

Adding support for check boxes and radio buttons would require that we 
add that functionality to the servlet that processes the requests from 
the RA edit screens.  This can definitely be done, but will require some 
work.

--Maciej



Kruger Jan-Petter wrote:
> I've also been trying to figure out how to include check boxes and/or radio
> buttons. I have some different changes I would like to do with the
> MKSRepositoryAdapter, that would benefit from the use of such controls.
> 
> Jan-Petter ::-Q
>