cancel
Showing results for 
Search instead for 
Did you mean: 

LinkToAction parameters

Former Member
0 Kudos

We are using NW04s, Java WD.

It appears that when trying to bind an action that has parameters to a LinkToAction element it doesn't like it (warning about incompatible action). I have several links that I would like to point to one action and just pass an integer as a parameter.

Is there a way of doing this?

Thanks,

Cindy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Cindy,

Also you solved it on your own already, here is a probable answer (or follow-up

This is just noisy warning that can be safely ignored, if you do parameters mapping in wdDoModifyView correctly.

Should be fixed as promised by WD team in further versions with support for declarative parameters mapping.

VS

Former Member
0 Kudos

Thanks.

Just after I posted the question (which was after lots of looking around) I finally just tried adding the parameter in the wdDoModifyView for the links. I hadn't realized I could add them there and then pull them out of the wdEvent in the action handler.

Thanks,

Cindy

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Cindy,

Could you give a code sample of how you fixed this issue(if you still remember).

I have a similar requirement and I am stuck.

Any help is appreciated.

Thanks