[dbforms] Checkboxes

2004-08-10 Thread Neal Katz
Does anyone have an easy way to implement the following:   I have 3 tables users (user_name,user_pass)  ,  roles ( role_name )  and user_roles ( user_name , role_name ).   I want to have an input screen where I prompt for a user_name, and then show a set of checkboxes for each entry in

[dbforms] Interceptor changes

2004-08-03 Thread Neal Katz
it's old code - the methods will be called > through overriding. This would translate to public class DbEventInterceptorSupport2 implements DbEventInterceptor {}, Correct ? Then I wouldn't need to the DbiChooser anymore. I'll have to see if that's doable. Neal Katz =

[dbforms] Proposed changes to DbBaseHandlerTag and DbSelectTag

2004-07-22 Thread Neal Katz
Proposed changes to DbBaseHandlerTag and DbSelectTag. DbBaseHandlerTag overrideFormFieldName override the generated name for the html widget. Useful with custom controllers and field is used multiple times. DbSelectTag Attribute OverrideReadOnly[EXPERIMENTAL] override the re

[dbforms] new tags

2004-07-22 Thread Neal Katz
I have developed some new tags for dbforms as part of a project. I am submitting a description here for feedback before adding them to the code base. Usage: isError - execute the body if there is an error ( if value='false', then execute body is NO error ) redirectURL - generates a redirect to