Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi,
I need to show different control based on the input received to the service.
For this I am trying in following procedure.
1. I will have multiple child mashups for different controls.
mashup1---> textbox
mashup2 ---> checkbox
2. I will main mashup which will generate the output based on the user input.
If the user gives input as string I need to return mashup1
If the user gives input as booI need to return mashup2
For I am trying to write a service which takes input and return appropriate mashup.
Please help how to do this.
Hi, in order to know the source of data, I had a solution here I would like one button to add rows to a grid widget and another button to remove rows, not sure how to accomplish this
If you want to do it per row, you would need to use a Repeater and build a grid that way.
You can accomplish this using Contained Mashups
Thank You Pai, using I am able to load mashups dynamically.
I have another issue here.
In my example, I have a textbox in mashup1. I want to do some validation on this textbox. I want to check the textbox value is greater than other textbox value which is present in parent mashup. I got struck here. Please tell me how can I do this...
Thanks
You will have to use either Mashup Parameters or Session Parameters to get the values into the same 'space' so you can compare them to each other.
then you can use either a service or validation widget.