The server is currently using the Sbelt and the Spring is in use.
Move from the sbelt to the controller
Can I put the data in the map and go to the page I want?
- Press the Move button on the sbelt to go to the controller
<code>ex) funtionc clickGo(){
await Api.post('/controller/url',formData); //==>??
}
</code>
<code>ex) funtionc clickGo(){
await Api.post('/controller/url',formData); //==>??
}
</code>
ex) funtionc clickGo(){
await Api.post('/controller/url',formData); //==>??
}
- The controller uses a query to map data and move it to a specific swivel page
<code>@RequestMapping('/controller/url',formData')
public ~~~~~ (Model model){
return (which contains the page and data to be moved)
}
</code>
<code>@RequestMapping('/controller/url',formData')
public ~~~~~ (Model model){
return (which contains the page and data to be moved)
}
</code>
@RequestMapping('/controller/url',formData')
public ~~~~~ (Model model){
return (which contains the page and data to be moved)
}
Can you move your data this way?
Place the data in the controller and go to the desired page on the svelte