I should think you would be able to set something in the event, and put
that event value name in your append attribute, like below.
However, without knowing a whole lot about your code, these redirecting
results look very granular and all point to the same page. Perhaps you
should be handling this in a different way besides the result? Like
rather than passing the name of the result, you should be passing that
into some model object to handle the work you need done.
DW
<results>
<result name="Bad" do="survey.studenttrackingduplicatequestion"
append="surveyid,ThingINeedToKnowAboutTheResultInTheNextPage"
redirect="true"/>
<result name="Duplicate"
append="surveyid,ThingINeedToKnowAboutTheResultInTheNextPage"
do="survey.instantsupport" redirect="true" />
<result name="Support"
append="surveyid,ThingINeedToKnowAboutTheResultInTheNextPage"
do="survey.instantsupport" redirect="true" />
<result name="Safety"
append="surveyid,ThingINeedToKnowAboutTheResultInTheNextPage"
do="survey.instantsupport" redirect="true" />
<result name="Good"
append="surveyid,ThingINeedToKnowAboutTheResultInTheNextPage"
do="survey.instantsupport" redirect="true" />
<result name="StudentAdd"
append="surveyid,ThingINeedToKnowAboutTheResultInTheNextPage"
do="survey.studenttrackingduplicatequestion" append="surveyid"
redirect="true"/>
<result name="SiteAssociation"
append="surveyid,ThingINeedToKnowAboutTheResultInTheNextPage"
do="survey.takesurveywithsiteassociation" append="surveyid"
redirect="false" />
</results>
Rejith R Krishnan <mailto:[email protected]>
Thursday, June 19, 2014 2:33 AM
<results>
<result name="Bad" do="survey.studenttrackingduplicatequestion"
append="surveyid" redirect="true"/>
<result name="Duplicate" do="survey.instantsupport" redirect="true" />
<result name="Support" do="survey.instantsupport" redirect="true" />
<result name="Safety" do="survey.instantsupport" redirect="true" />
<result name="Good" do="survey.instantsupport" redirect="true" />
<result name="StudentAdd"
do="survey.studenttrackingduplicatequestion" append="surveyid"
redirect="true"/>
<result name="SiteAssociation"
do="survey.takesurveywithsiteassociation" append="surveyid"
redirect="false" />
</results>
Here you can see I am doing redirects to same page for different
/result values/. After redirection is there any way I can Identify
value of the result?
--
--
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog
You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en
---
You received this message because you are subscribed to the Google
Groups "model-glue" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected]
<mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.
--
--
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog
You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en
---
You received this message because you are subscribed to the Google Groups "model-glue" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.