How to create a file upload browser in spring roo?
I'm new in spring roo. I want to create a page with file upload. I used spring roo to create all pages and i try to use it to create a file browser button in file upload page. The problem is spring roo using spring form tag which doesn't have file browser. I solve this problem by using html input type="file" tag instead, but the spring roo showed the error like this "Failed to invoke handler method [public void egat.spring.roo.ptu.io.web.ImportExcelController.p ost(java.lang.Long,org.springframework.ui.ModelMap ,javax.servlet.http.HttpServletRequest,javax.servl et.http.HttpServletResponse)]; nested exception is java.lang.IllegalStateException: Could not find @PathVariable [id] in @RequestMapping "
How can i solve this problem?
Where are the Dojo CSS files?
I am trying to get the file upload styled nicely.
In the Dojo demo (http://demos.dojotoolkit.org/demos/u.../?forceNoFlash) they have styles like 'dijitFileInputReal' for the file upload but I don't see them in the included ROO Dojo CSS files, which I can't find anywhere.
If you leave the default ROO form styling with Spring.addDecoration the file upload field is not usable (at least on a Mac).