Thanks!!, it works great.
Regards. Rodney
Type: Posts; User: rodney.gallart; Keyword(s):
Thanks!!, it works great.
Regards. Rodney
Hi:
In a view-state of a flow when press F5 and the page will be refresh the url get called again and if that url is the result of a previous event (from a previous state) the flow get crash...
Thanks it works
Rodney
hi:
How can i get a value or an http request parameter from a FormAction class method, in a phonebook example there is a solution in the sub flow definition using the attribute-mapper tag, but i...
hi
doing a example that use the jasper integration i get the following error
org.springframework.context.ApplicationContextException: Could not parse JasperReports report for URL...
Thanks, it works pretty good now, great work
Regards Rodney
Hi:
I runing the phonebook example in the preview3 and get the following error:
org.springframework.beans.NotReadablePropertyException: Invalid
property 'sourceEvent.parameters.id' of bean...
Sorry, but i don't understand your post, i'm relatively new with spring, if you can post a small example to illustrate that will be very useful.
Regards. Rodney
Hi, i have the same problem in our application we want to run a repetitive task and inside this task accessing via facade interface a method that load (using DAO) an object with a lazy list, we are...
Ben, I also have dudes about tha idea but maybe makes sense i the context of define new roles at runtime from existing actions, here i put the code that i wrote yesterday implementing the...
Rob,
We are using the functionality that you said about the detection of implementation of JRDataSource in the model, that's great, now i'm going to find the Spring JIRA and post the code (an...
ok, i'm going to check it
Thanks
cam is a utility instance created by us to managing uploaded files, here i put the code and maybe help to you a little, in the class exists another methods to process a specific kind o files usin in...
Ok Rob, is a pleasure contribute Spring, the idea is using a Controller that extends SimpleFormController that show
a View with the necessary parameters to run the report (there is one view for all...
Hi all
I have a project with a security idea like that (all from database that can be modified at runtime)
User -> List of roles
Role -> List of actions (Each action have a url)
Then each...
Thanks Omar, it works perfectly
Regards Rodney
Sorry, we just forget to put the line in the second code in the topic we send that set the url of the view object the error ocurs with this line included, the first approach is a good solution but us...
Hi,
We have a problem developing a example to use the view classes that spring have to handle Jasper Reports, we read the documentation on version 1.1.3 and with that our example run without...
Erwin i'm testing outside the application the uploading capabilities when it orks then i'm going to integrate it to the workflow that we talk yesterday, i will be preciated if you send me the example...
I define a multipartresolver in servlet config like you post, even i check the byte array in validator and have the file's bytes inside, the problem is when the controller try to show again the view ...
I have some problem that maybe is very simple the solution, i'm building a example of uploading a file using the spring file uploading capabilities, i create a Controller that extends...
The problem was the type of the table i configure all to use InnoDB and the test works perfectly.
Thanks sjivan
Rodney
public void testCanSaveUpdateObjectWithSameLogin() {
userDao = (UserDao) applicationContext.getBean("userDao");
User usr = new User();
FillUserObject(usr, null);
...
Here i put a test code that make that issue, but now i going to check about the table type "InnoDB" in mySQL to have transactional capabilities, maybe this is the problem, later i post again the...
Reading this forum and documentations i use AbstractTransactionalSpringContextTests to implement dao unit testing
hoping that the test didn't modify the database, this work perfectly in many cases,...