strust2

amp is included in url struts tag

Hi, In my web application, I use strust2 url tag to pass parameters like id etc., For example, I use a link to delete an entity and I use param to pass the id of the entity to be deleted. And I follow this throughout my web app for adding, editing, deleting an entity. During run time, sometimes, I don't get the params to be stored in ...

AjaxFileUpload return download panel when data is json

I use AjaxFileUpload (http://www.phpletter.com/Our-Projects/AjaxFileUpload/ ) to upload a file and get json result type response in struts2 ( code.google.struts2jsonresult.JSONResult ) but browser always pop-up download pane, plz give me some suggestions, thanks in advance Here is my config in struts.xml : ...... <result-type name="j...

how to work with indexed properties in struts2?

I have Search Criteria, like seachOn dropdown, matchoption dropdown, seachcontent text box, then find button. In this if i click find these criteria is used to fetch the results from the database. Bu i need to add some more criteria by clicking addFilter link..It seems like adding multiple seach critera by dynamic. How could i achieve th...