help to solve Could not find property [theme],, etc

2008-04-17 Thread Eduardo Solanas
im using lastest struts 2.1 test release and pre test release and the problem is the same, im getting errors in console like : Could not find property [.freemarker.RequestParameters] Could not find property [templateDir] Could not find property [org.apache.catalina.jsp_file] etc my project starts a

Re: Page the waiting / Páginas de espera

2008-05-22 Thread Eduardo Solanas
Hi Giovanni i have proved the executeAndWaitStack interceptor, and it works well(aiting page works ok) but in my method (in an Action) in wich i have to access with getText to a key in a properties file, and it doesn't work if i quit the interfeptor it works again, maybe a bug? thanks El día

Re: Page the waiting / Páginas de espera

2008-05-23 Thread Eduardo Solanas
> 1000 > 1000 > > webui.simulationWait > webui.simulationReport > ${ type.equals('COVARIANT') ? > 'webui.formCovSimulation' : 'webui.formInvSimulation' } > webui.requestFailed > > > HTH > regards, > Giovanni &

[Struts2] Help please!!! how to map select tag with listkey and listvalue into a java object with his ids and names?

2008-06-06 Thread Eduardo Solanas
Hi, i have tried it, looking for the solution in books and google and i can't do this. i have a select tag in my jsp in my action i have List countries=new ArrayList(); with getCountries()/setCountries(List countries); I have a country.java with String idCountry=""; String nameCountry=""; wit