开发者

Can Resteasy fill in a multipart form?

I know that I can submit form information from a web page by using the @MultipartForm annotation to bind a POJO to a form. (See How do I do a multipart/form file upload with jax-rs?).

What I would like to do, however, is make a Restful call that returns a POJO containing values, and have those values fill in the appropriate form values, which can then be edited and submitted by the user. I know开发者_Go百科 I'd probably need to use JavaScript to first make the rest call, but at that point, is there a way I can use the result to fill in the form?

I could have my rest call return JSON representing the form and use those values to fill in the form with JavaScript, but it would be cool if this could happen automatically, similar to form posting.

Thanks!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜