CAF controls that need better documentation?

Hi Martin/sivaraman/All,

This http://www.ajax-softwareag.com/ no longer exists? Where can I find all examples listed in that site?. Plrase help me.

Regards,
Satish

All the latest documentation and samples are available here:

http://techcommunity.softwareag.com/ecosystem/communities/public/webmethods/products/caf/

I agree with some of the previous suggestions (e.g. content providers, script stuff) but hereā€™s one thatā€™s got me before:

Dependent dropdowns, where the values are prepopulated.

So say I wanted to pick a car, and I have three dropdowns: make, model and submodel.

I open a dialog, pick a car, a script control refreshes the next dropdown; I pick a model, a script control refreshes the last dropdown, I pick the submodel. I hit Okay on the dialog. I submit the task data (including what Iā€™ve just selected) and head off to lunch.

Coming back from lunch I log in again, open up my task and realise Iā€™ve selected the wrong submodel! So I open my dialog again, but the lazy developer has just set all three dropdowns to blank, because he couldnā€™t work out how to prepopulate the make, model and submodel dropdown options using the Software AG dependent dropdowns sample. So I have to click through all the dropdowns again - how annoying. I thought this new system was supposed to SAVE me time!

So there it is: how can I prefill the dropdowns based on the current values in my business data?

IMO the best documentation are examples, examples, examples. Why not providing a showcase page like

http://www.primefaces.org/showcase/ui/home.jsf

with a live demo and the source code?

-Bernhard

Agreed re: examples. What about a full example on how to create the correct provider for server-side filtering, including a simple web service in the example. Loads of stuff is skipped in that section of the documentation.

Also, the documentation often is just huge lists of identical stuff (e.g. do I really need to know what the Rendered property does for each control?)

Much more control-specific detail is needed.

Detailed documentation for charts could be very much helpful, and it would be good if we can have the API and use case documentation in HTML as we have for webMethods JAVA Api.

regardsā€¦
Abhishek Jain

Hi All and Thomas,

I have seen a document (8-0-SP1_Designer_CAF_Development_Help) where all the properties of a control is explained comprehensively. Specially those which can be configured by developer.

It briefly explains about the control and than list downs all the property of the control in tabular format.

This table contains the name of the property, default value, set of values allowed and comparative behavior of the control with different values.

It is very useful. But then this documents are not available in empower or http://techcommunity.softwareag.com/ecosystem/documentation

Moreover this documents should be available for all the version of the product.

One key point I want to highlight here is the tech forum search functionality is very poor. I am not sure only it Subject, Tag is part of search query. Thats why most of the search try result to Search Results: 0 records were found.

@Manoj Kumar, The documentation of the CAF controls and their properties was moved to the ā€œCAF Tag Library Referenceā€ starting with version 9.6 which is available from [url]http://techcommunity.softwareag.com/ecosystem/documentation[/url]

For OpenCAF, a showcase was provided on the community site that shows examples of each of the CAF controls. See: [url]http://techcommunity.softwareag.com/ecosystem/communities/public/webmethods/products/bpm_suite/codesamples/8ff47897-062c-11e6-b2c6-cd8d7ef22065/?title=OpenCAF+Component+Showcase+9.10[/url]

2 Likes