How to pass a value(or Parameter) from one dynamic content block to another dynamic content block?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2014 03:43 AM
Does any one have idea of how to pass value from one dynamic content block to another dynamic content block so that we can make use of that parameter value to perform any kind of action with that parameter value?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2014 04:31 AM
You need to update the call in function as below
<a href="ess/page_2.do?sysparam_abc"+gel("abc").value>Page 2</a>
Let me know the outcome
Regards,
Solutioner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2014 04:37 AM
can you be a bit brief with the code? please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2014 05:29 AM
HI Ranadip,
Below code only creates a href link with parameters 'sysparam_abc' along with value passed by the text field "abc" using gel function.
<a href="ess/page_2.do?sysparam_abc="+gel("abc").value>Page 2</a>
Please mark answer as correct/helpful, if it was really helpful 🙂
Regards,
Solutioner
Enhance Knowledge NOW@ www.solutioningnow.com
http://www.solutioningnow.com/