Re: Re: struts2 and dojo

2009-03-10 Thread pascal . gehring
Support for dojo was not deprecated!! It was bundled to a plugin and is called struts2-dojo-plugin-2.1.6.jar. You can use this tags with: <%@ taglib prefix="sx" uri="/struts-dojo-tags"%> and then use the tags with the prefix "sx"! This tags render an element on the frontend depending on which

Problem with using tag for file upload

2009-02-19 Thread pascal . gehring
Hello at all, im a web-developer and we're using struts 2 for the web frontend. I've developed an application with does file upload handling and did it as following: