Which ELResolver do you mean?
Type: Posts; User: tisch; Keyword(s):
Which ELResolver do you mean?
This post is related to to the following posts:
http://forum.springsource.org/showthread.php?t=78394#1
http://forum.springsource.org/showthread.php?t=51869#5
...
Thank you. This works - but unfortunately not completely as I expected.
If a messageSource is not explicitly imported into the flow spring automatically creates one with messages.properties in the...
A file named 'messages.properties' can be positioned inside the flow's working directory to provide flow-specific messages.
A ReloadableResourceBundleMessageSource is created for that internally.
...
Hi!
Roo generates the following merge() method in MyEntity_Roo_Entity.aj:
public void MyEntity.merge()
{
if (this.entityManager == null) this.entityManager = entityManager(); ...
hmm ... strange.
I am quite sure he did not find the command but now it is working. I don't know what I have made wrong before.
Sorry for that and thanks for helping.
Hi!
I have just installed Roo RC3 and run my old scripts.
I am now wondering where the "web flow" command is gone.
Cheers
Tim
I have just created two seperate bug reports:
https://jira.springsource.org/browse/ROO-290
https://jira.springsource.org/browse/ROO-291
I have tried the new RC2 feature "user-configured controller paths".
But it does not seem to work for paths with more than one element.
My commands are:
controller scaffold --name...