Hi all,I find the following attribute-remove code will throw exception if the attribute not existed:
ModificationItem [] = new ModificationItem[1];
mod[0] = new...
Type: Posts; User: likebean; Keyword(s):
Hi all,I find the following attribute-remove code will throw exception if the attribute not existed:
ModificationItem [] = new ModificationItem[1];
mod[0] = new...
Hi all,I have a entry whose alias attribute already has 'aaaa' and 'bbbb' value.
and now I invoke:
...
context.addAttributeValue("alias", "aaaaa",false);
context.addAttributeValue("alias",...
Hi,I am waiting for long time,when will the final 1.0 release?
I have same question,any offical answer?
I use spring 3.0 in portlet 1.0 container,and when start portlet app,exception thrown:
java.lang.NoClassDefFoundError: javax/portlet/ResourceRequest
at...
Thanks,But can not find Widget in Spring RCP 1.0 release.
Hello all,I am newbie of spring rcp,I have a question:
I have a complex view Class named MyView extends AbstractView,there are many part need write independence Class(Many Inner class will make...
abstractly,any problem can be solved by coding,but some coding is unnecessary.
Class implemention switching is only the situation which can be solved by FactoryBean,but thinking the following situation:
<bean id="handlerMapping"...
Thanks! but wishing spring xml configration provide new schema to make my situation more easy.
any common idea?switch implement class is only one situation.
Hello all,
How can I config IOC basing condition,like following:
<if var='xxx'>
<bean id="beanid" class="com...Class1" ../>
<else if var ='yyy'>
<bean id="beanid"...
I had a similar problem when using sm-0.8,I debug the code and find the exception will easy occured when multi concurrency index write operation happen,It is familiar in web application,It's a...
Thanks very much!
Hi
In Struts's action, can forward to other action(the return ActionForward may indicate the other action),but how can do in spring?My meaning is how to forward to other controller in a...
First,Thanks for your reply,but I has searched all the classpath(include those of parent classloader),there are no any older version,I doubt the jdk version lead this issue(Websphere 5 use jdk1.3 )....
Hi
I use spring portlet framework in my portlet dev,It's ok running on tomat,but when runing on websphere 5,the NoSuchFieldError throwed,Following is the error message:
Nested Exception is...