留言板

ActionRequest suddenly ignoring form objects

Lee Chamberlain,修改在7 年前。

ActionRequest suddenly ignoring form objects

Junior Member 帖子: 92 加入日期: 16-5-5 最近的帖子
I've got a form which I'm using aui:inputs etc...

On one dropdown I had to use a normal html select.

Suddenly ActionRequest doesn't want to know about this form object (or it appears anything after that - I can't test until I sort out this one form object). I've system outputted the parameters in actionrequest and that select is no longer there.

The form submits with a jquery call and that select is available in the console if I output it there.

This was working perfectly, and still is on production.

All I have done is try to add Workflow into the portlet. However neither the jsp page nor the Java method is affected by workflow.

Has anybody seen this issue before? I'm completely baffled as to why it suddenly has stopped.
Lee Chamberlain,修改在7 年前。

RE: ActionRequest suddenly ignoring form objects

Junior Member 帖子: 92 加入日期: 16-5-5 最近的帖子
Looks like I accidentally removed something from lifreray-portlet.xml and didn't realise.

Fixed now.