Hi,
I am using Spring Portlet MVC to create a portlet application, all is going along very nicely. However, I have come across a requirement to create a tabbed portlet and am not really sure how...
Type: Posts; User: mac_spring; Keyword(s):
Hi,
I am using Spring Portlet MVC to create a portlet application, all is going along very nicely. However, I have come across a requirement to create a tabbed portlet and am not really sure how...
Hey,
You seem to have configured the transaction for the method 'createRegion':
<property name="transactionAttributes">
<props>
<prop key="createRegion">
...
Well,
If you want to go about things properly, then thats up to you :D
All the best
Hey Mark,
That doesn't really fit with what I was looking for, which to be honest, is have my cake and eat it :D
I was hoping for the other way round. Use injection to build an important...
Hey,
Is there any reason you can't use setter injection for the additional property you want to inject on beanb? Just don't override the constrctor of beana?
so something like:
<bean...
Hey there,
I don't see how this would ever work.
I think you would need to explicitly use a <map> element in the property. You want a map but you are using the property like a normal string. ...
Hey, feeling a bit rough this morning, but I'm gonna reply anyway :D
Yeh, I suppose I haven't put forward a correct example. I think I was trying to illustrate a more behind the scenes, 'I...
Hey, thanks for the replies
I'm not suggesting not configuring anything, that would all stay the same. The point I was getting at is; with Hibernate, when in a session, I can say something like...
Hey,
Just new to using Spring and liked what I've seen so far. However, there is one thing that kind of annoys me. Although I like dependeny injection, i don't like the way I'm forced to chain...