Well, bum deal no one know the answer to this? Can anyone at least speak to their experience testing? Am I testing improperly? Any suggestions you have are welcome.
Thanks,
Justen
Type: Posts; User: bobthemagicman; Keyword(s):
Well, bum deal no one know the answer to this? Can anyone at least speak to their experience testing? Am I testing improperly? Any suggestions you have are welcome.
Thanks,
Justen
One of the ways I learned a lot of the Spring stuff was to look for whatever small task I was trying to achieve in the Reference Manual and then if it wasn't detailed enough or I still didn't...
I am attempting to test a middle tear class I have written and am running into some difficulty and was hoping someone could help me make sure I am understanding correctly. When I set up my out of...
Hi,
I didn't know where else to put this so I apologize if its in the wrong place. Last week I downloaded and have been using the new Springsource Tool Suite for my development environment and I...
Hello all,
I wanted to put my two cents in here as well to bump the thread. Maybe if enough of us are looking for this functionality someone will stumble upon it on the net and post or the...
I believe I have solved my own question here, I didn't realize when I posted that both viewResolvers were subclasses of UrlBasedViewResolver. If I understand correctly and remember a different post...
Hello all,
I have a question, I have an InternalResourceViewResolver declared in my applicationContext.xml file which is responsible for rendering all of my JSPs and a secondary...
Hopefully this is what you are looking for:
Step 1: Make sure you have the "Spring Explorer" view up in Eclipse
Step 2: Right click on your project name and select properties int the Spring...
Hello all,
Hopefully someone can help me fix this problem. I have been experiencing it for nearly a year and haven't bothered to fix it because everything works correctly on my servers. The...
Hello my friend,
You question doesn't provide enough details really to help you so I will give you a few areas to inspect.
1: Have you registered a CustomEditor for converting the file so it...
Hello all,
I have a question and I am hoping this is the correct place for it. I am developing a Legacy Database Migration tool for an internal application we use and I am using Liferay with...
P.S. I forgot to mention that I have well over 20 flows and nearly 100 persisted objects and this problem is consistent across all of them.
Thanks,
Justen
Hello all,
I have what I hope is a simple question here. I have a Webflow that I am using for some forms in a wizard type scenario and I have a small problem. I discovered it when I was testing...
Marten,
Thank you for you reply. I will post on the LR forums and see if they have a fix.
Justen
Hello all,
This error is kinda bugging me because every time I hot deploy any of my webflow Action classes I get this exception when I try to nagivate on the web page. The only to get any of my...
Nevermind sorry, I discovered if you simply return showForm it will work perfect. Thanks anyway.
Justen
Hello all,
I have used the SimpleFormController class a number of different times before and have no problems, but my latest attempt requires that I do something a little different. I am writing...
Doesn't anyone have any recommendations??? I am willing to look for the answer if someone can just point me in the right direction.
Jon,
Thanks for getting back to me. I have debugged my flow with eclipse and seen that the objects being sent to the model are correct, which is why this baffled me for a while. Thats why I...
I agree with mdeinum, I have attached some code for you where I did the something similar. I needed to validate some fields on my object that couldn't be done when normal validation takes place so I...
Hello all,
I apologize if this is somewhere else but I was unable to find it. Here is my situation. I have an object called a Module and a Module is a self referencing object, meaning that it has...
Hey Trevor,
Thanks, that was the solution. I made the changes you recommended and it seems to be working. Thanks,
Hey all,
I have a question for you, and perhaps its due to my lack of understanding but it seems that the getAsText method in my CustomPropertyEditor class is not getting called when the JSP is...
Hey all,
This is odd and I have been fighting it for the last two days. I am building JSR-168 portlets using Spring 2.0 and Spring Webflow with a MySQL 5 DB and using JPA. I have stumbled across a...
There is an other option also that I forgot to mention because I was never able to get it running properly with Liferay. Its called ajaxanywhere and it supposedly uses the same servlet but uses...