Re: Error in struts2-archetype-starter

2013-10-10 Thread Lukasz Lenart
2013/10/10 Antonio Sánchez : > Done. Thanks! > I'm having problems with some other archetypes. I'll probable be reporting > about that. > > Also, I'm missing a full CRUD archetype, actually a family of > CRUD+Spring/Guice+JPA/MyBatis... archetypes. If I get support and guidances > I can help with

Re: Re: Re: Url rewriting of .action to .jsp

2013-10-10 Thread Ken McWilliams
Sorry that was confusing. A new ModelDriven Interface would be better. ModelFacing from an Implementation perspective: - push the Model object to the top of the stack such that members can be set directly (same as model driven) - register a pre-result listener, which will revert the action class t

Re: Error in struts2-archetype-starter

2013-10-10 Thread Antonio Sánchez
Done. I'm having problems with some other archetypes. I'll probable be reporting about that. Also, I'm missing a full CRUD archetype, actually a family of CRUD+Spring/Guice+JPA/MyBatis... archetypes. If I get support and guidances I can help with that. Thanks. El Jueves, 10 de Octubre de

Re: Error in struts2-archetype-starter

2013-10-10 Thread Lukasz Lenart
2013/10/10 Antonio Sánchez : > I've selected it in the struts maven catalog: > > mvn archetype:generate -DarchetypeCatalog=http://struts.apache.org/ > > It seems using the catalog the replacement is not performed. Please create an issue for that, thanks in advance! Regards -- Łukasz + 48 606 32

Re: Error in struts2-archetype-starter

2013-10-10 Thread Antonio Sánchez
I've selected it in the struts maven catalog: mvn archetype:generate -DarchetypeCatalog=http://struts.apache.org/ It seems using the catalog the replacement is not performed. El Jueves, 10 de Octubre de 2013 12:10:15 a.m., Lukasz Lenart escribió: How did you use that archetype? mvn archetype:

Re: Set parameter for both params interceptors in paramsPrepareParamsStack

2013-10-10 Thread Lukasz Lenart
It should work as you reference the same instance (interceptors are instantiated per stack), maybe it is something else? Maybe try copy paramsPrepareParamsStack and redefine excludeParams? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/10/9 Dmytro Kostiuchenko : > Hi all. >