Re: Problem with s:action

2007-07-22 Thread adailey14
Hi, I was having the same problem. The issue is for some reason the results are being searched for relative to the JSP rather than relative to the request context. To fix it, change your action in the struts.xml file to have a slash "/" at the beginning: /admin/sessao/glb_co

Problem with s:action

2007-07-04 Thread Ramon Andrade
Hy guys, I`m trying use the tag . The param 'name' of this tag contains the name of a action that I create. The result of this action redirect to a jsp that contains a combobox populated with a iterator. The problem is that, when the first page is loaded the content of the jsp that is loaded by