Questions tagged [webmethods-caf]

Webmethods Composite Application Framework (Webmethods - CAF)

Webmethods Composite Application Framework (Webmethods - CAF) Webmethods is a BPM product of Software AG.

11 questions
4
votes
0 answers

How do you use a Content Provider within a content provider in a CAF?

The document response from a webservice contains a list of objects (documents) that contains a list of objects. eg. Name Surname List of Questions(Questions) Question Required QuestionID List of…
tread
  • 10,133
  • 17
  • 95
  • 170
2
votes
2 answers

Task with Save button throws validation errors

I have a webMethods CAF task that has a big form with a save button and a submit button. Many elements on the form have validation. The user needs to be able to hit Save and have the form submitted to the back end model so it can be saved as task…
Rob Grant
  • 7,239
  • 4
  • 41
  • 61
1
vote
1 answer

how to set an element to be required webmethods caf using javascript

I want to set required=true of an input in caf webmethods using javascript. this my code that I try to set required: if (CAF.model('#{activePageBean.clientIds['dropDowntypeFlux']}').getValue() == 'expo'){ …
M.SAM SIM
  • 85
  • 1
  • 5
1
vote
1 answer

Logging in webMethods CAF

Is it possible to log smartly in CAF application? What is not smart is to use log() method from com.webmethods.caf.faces.bean.BaseFacesBean, beause it logs as jsf logger, so it shares configuration for logging with other things in jsf - it's not…
Betlista
  • 10,327
  • 13
  • 69
  • 110
1
vote
1 answer

How do I create a table with a filter that filters on the server in webMethods CAF?

I have a web service that populates a table, using a SelectableListTableContentProvider, which works nicely. However if I add a Filter Input control to the table, all it does is filter on the current table contents on the client side, ie if I'm on…
Rob Grant
  • 7,239
  • 4
  • 41
  • 61
0
votes
1 answer

Refused to connect to ‘http://localhost:5555/’ because it violates the following Content Security Policy directive: “connect-src ‘self’ https:”

Issue I’m facing now is, one of our custom Portlet which trying to establish the connection from Portal to ESB server we’re getting error on the console as “Refused to connect to ‘http://localhost:5555/’ because it violates the following Content…
0
votes
2 answers

In webMethods, Apart from Global Variable feature, Is there any other option to configure desired values?

Example: Assume that there is a string variable called "passcode" . I have to fetch value for the variable passcode at runtime based on the environments Environments Value DEV abc123 SIT def321 QA S1O8F9 PROD 3a2b1c In webMethods,…
0
votes
1 answer

webMethods: Show/hide caf_h:panelBlock based on property value of backing bean

We have got two caf_h:panelBlock elements (id="panel1" and id="panel2") in a CAF portlet which are supposed to be rendered based on a property of the backing bean (rendered="#{ViewBean.property}" and rendered="#{not ViewBean.property}"). So the…
fuggi
  • 321
  • 5
  • 14
0
votes
2 answers

reverse of a string in web methods?

I want Reverse of a string in web methods development . If i give input string,i want reverse of that input string in web methods flow steps. ex: input is : web methods expecting output as : sdohtem bew
Ramnath Reddy
  • 21
  • 1
  • 1
  • 3
0
votes
2 answers

Find string length without using builtin string.length method in web methods?

I want to find length of given string with out using pub.string.length (built in function) in web methods . Ex:If we give name "abcdef" i want result like 6 .
Ramnath Reddy
  • 21
  • 1
  • 1
  • 3
0
votes
1 answer

Is there a way how to share code for CAF applications (webMethods)

I have several CAF applications, that are part of one SW project. The question is: "Is there a way to share common code, to prevent copy+paste into all applications?"
Betlista
  • 10,327
  • 13
  • 69
  • 110