Re: Action inheritance and value automatic injection failure

2012-05-29 Thread Łukasz Lenart
2012/5/29 Dionis Argiri : > In case, when I have some JSP, that's shared with different pages. I don't > want to make two copies of it. If some value is not set, then I get OGNL > error and observe it in logs, that "value was not injected". As a potential > workaround I tried to create public void

Portlet plugin and model driven

2012-05-29 Thread Chester Twomey
Hello, I am trying to implement a form within a portlet using the model driven interface, and the portlet plugin inside of a clustered environment.  Each time I submit the form I get this exception (truncated): SEVERE: Unable to serialize delta request for sessionid [0F246549355FD6749A5CF6EAE761F7

Re: Action inheritance and value automatic injection failure

2012-05-29 Thread Dionis Argiri
Hi! Yes, I'm using spring. But I use only spring's DI mechanism, to use it with Hibernate. I use it with struts-spring plugin. And also I use convention plugin. I use autowired dependencies by type. And they're injected perfectly well. 2012/5/29 J. Garcia > I guess you're using Spring. > > If y

Re: Action inheritance and value automatic injection failure

2012-05-29 Thread J. Garcia
I guess you're using Spring. If you use Spring injection via an xml file, you must use inheritance: Cheers, J. On Tue, May 29, 2012 at 2:31 PM, Dionis Argiri wrote: > Hi! > > I'm using struts 2.3.3. And I have marked following problem. When I have > so

Re: Dynamic Attributes can't be boolean? StrutsUtil.translateVariables exception

2012-05-29 Thread Łukasz Lenart
Done, please check the latest snapshot https://issues.apache.org/jira/browse/WW-3828 2012/5/28 Łukasz Lenart : > 2012/5/28 Łukasz Lenart : >> I've missed that out, need to check the code ... > > Ok, I was able to reproduce your problem and changed support for > Dynamic Attributes in Struts to sol

Re: conversion error repopulation not working

2012-05-29 Thread Łukasz Lenart
2012/5/29 J. Garcia : > Integer. Strange, should work. Could you post an example code ? Regards -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ - To unsubscri

Re: Action inheritance and value automatic injection failure

2012-05-29 Thread Łukasz Lenart
Are you sure ? Could you post the whole stack trace ? Maybe there is a conversion error... Regards -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ - To unsubs

Action inheritance and value automatic injection failure

2012-05-29 Thread Dionis Argiri
Hi! I'm using struts 2.3.3. And I have marked following problem. When I have some hierarchy of inheritance, then value is not automatically injected in inherited action. Example: abstract class BaseAction extends ActionSupport { ... } class NewItem extends BaseAction { ... } class ItemDetails e

Re: conversion error repopulation not working

2012-05-29 Thread J. Garcia
Integer. On Mon, May 28, 2012 at 10:04 AM, Łukasz Lenart < lukasz.len...@googlemail.com> wrote: > Is it int either Integer ? > > > Regards > -- > Łukasz > mobile +48 606 323 122 http://www.lenart.org.pl/ > Warszawa JUG conference - Confitura http://confitura.pl/ >