0
votes

need some help about my xpage application not getting into read/edit mode. Here is the scenario. I created a view that contains a couple of entries in my landing page, the user clicks the link on the view and go to another page to open the document. In that page I've got set to edit, set to read mode buttons, just like the tutorial on the bootstrap4xpage. And here is where the error occur, I click the "set to edit" or "set to read" button and a pop up shows saying : " Problem submitting the page. The form does not contain an input:$$viewid" I'm new to both notes and xpage so I don't have the skills yet to identify this kind of error. Thank you in advance.

By the way I use bootstrap4xpage template.

1
Check the name of your partial refresh controlFredrik Norling
Did you mean the partial refresh in the view? Its default value is empty.Jayson Rondina
I mean behind the buttons. Try changing all places to full fresh, and if that work continue from that.Fredrik Norling
Nope, still not working. I don't know if this matters but the forms are in a tab.Jayson Rondina
Could you add the Code to the post?Fredrik Norling

1 Answers

2
votes

I found that using the <form> tag of bootstrap instead of <div> tag produces this kind of error.I think there is some issue about using that tag in xpage. What it is, well, that's something I don't know. But anyhow changing my <form> tags into divs did solved the error.