hi, never mind, I fixed the problem, it is not relate to AOP. Thanks for your help
Type: Posts; User: wanronglin; Keyword(s):
hi, never mind, I fixed the problem, it is not relate to AOP. Thanks for your help
After I make the changing <aop:aspectj-autoproxy proxy-target-class="true"/>, I get the following Exception when deploying application because PublishDAO extends from HibernateDaoSupport which has no...
now compile is fine, but getting run time error
SEVERE: Error Rendering View[/face/publish/publish.xhtml]
javax.faces.FacesException:...
After I put the absolute package path of the argument, it still doesn't work with the following error:
Pointcut is malformed: error at ::0 can't find referenced pointcut publishDocument
look...
after the change I get the following error:
Severity and Description Path Resource Location Creation Time Id
Pointcut is malformed: warning no match for this type name: DocumentItem...
no it is not working, any more idea.
I am using Jboss 4.2.1, I create an aspect and have the followling exception when deploy in JBoss and compiled from Eclipse:
Pointcut is not well-formed: expecting 'name pattern' at character...
Have anyone tried to export data to excel using displaytag in spring portlet mvc 2.0?
All the excel data generated from displaytage's excel view class is written to the jsp view, and no popup...
you miss the form which is the command name you define in the form tag. you need to add object with the name form in your ModelAndView in your controller class.
mav.add("form",object);
return...
yeah, it is my enviroment problem, all I have to do is make sure spring.jar and jstl.jar in the same directory, before spring.jar was in my applib folder, and jstl.jar was in my webinf/lib folder.
I agree, but this is not the best or elegant way to do it.
can spring porlet mvc come up some thing better in their framework.
I want to declare a member variable in AbstractController sub class, and plan to set the member variable value in handleActionRequestInternal(), and use it in handleRenderRequestInternal().
Since...
I want to know how to add a key from message.properties in controller's onSubmitRender method, and display it in jsp page.
in Strut way:
Action class:
ActionMessages msgs = new...
I want to know how to add a key from message.properties in controller's onSubmitRender method, and display it in jsp page.
in Strut way:
Action class:
ActionMessages msgs = new...
actionResponse.setRenderParameter(..) only accept string as the value, I need to set a object in the value.
I want to know if it is ok to declare member variable in AbstractController sub class, I plan to set the member variable value in handleActionRequestInternal(), and use it in...
I have a very simple controller class and jsp page. I have a error that I have no idea what it is, and most likely originate from Spring. thanks for your help.
I have this in my web.xml...
in Chapter 16. Portlet MVC Framework, it mentions petportal samples in full Spring distribution, I downloaded spring-framework-2.0-m5, spring-framework-2.0-rc4, spring-framework-2.0, and couldn't...
it is in many to one relationship: many DocumentContent belong to one DocumentItem.
my java code is following:
getHibernateTemplate().findByNamedQueryAndNamedPara("searchDocumentContents",...
I noticed when I pass a select hibernate query statement like this:
from CarPart carPart when car.id in (:ids)
it return a list of CarPart objects but hibernate also call update statements on...