mysql - Restrict acces users and load data from database -
i have 2 questions:
1) need restrict access orbeon form , orbeon runner. read documentation, , it's possible configuration of tomcat, real? example of this?
2) need load data database (mysql) in dropdown (dynamica or normal) how can this?
thanks!.
- yes, can restrict access form runner using tomcat. more on this, see container-driven method, documented in page setting users access control.
- you can load data database dropdown creating, in form builder, database service, , action runs service, typically on form load, , uses values returned service populate dropdown. you'll find more information in pages documentation linked here.
Comments
Post a Comment