nevermind. fixed this by including the spring-webflow-1.0.1.jar and spring-binding-1.0.1.jar in the library list.
Richard
Type: Posts; User: Ric.hard; Keyword(s):
nevermind. fixed this by including the spring-webflow-1.0.1.jar and spring-binding-1.0.1.jar in the library list.
Richard
http://img370.imageshack.us/img370/3373/tagerrorxg3.th.jpg
Hi All,
I have this error above with my IDE ( IntelliJ ). Any ideas why attr id is not supported?
The namespace declaration on the...
thanks jonnio.
to all, other comments are vry much welcome.
richard
hi guys,
may i ask your opinions on how to design a spring webapp?
right now i let my controllers access my dao which makes my controllers==business objects
dao factory will depend on the...
FYI, all
I found out about XOM...
http://www.xom.nu/
I beleive I can use this to navigate to the xml and replace the value.
case closed. i hope :)
Hi Guys,
I'm sorry if this is a bit off-topic. I'm not sure under which sub forums should I post this.
I have a fairly large xml file, its actually a config file for voip devices and I need to...
any suggestions?
Hi All,
I made a simple workaround by making all my command class attribute String.
Richard
For some reasons this is not working for me.
Thanks. I will try them and update this thread.
I think the error is thrown here...
protected final ServletRequestDataBinder bindAndValidate(HttpServletRequest request, Object command)
throws Exception {
ServletRequestDataBinder...
Hi Guys,
I have html form, now on its command object one of its field is a float datatype.
On loading of the form what the user will see on the browser, that column will have a default value of...
try href="#" onclick="document.getElementById('test').submit()"
richard
try adding id="test" in the <form > element.
hi
how about document.<form id>.submit()?
and may i ask why use link to submit? how about a submit button ?
richard
Hi Guys,
Is it possible to save an image file into a db as a blob perhaps?
then access and display that file into a webapp?
thanks
Richard
Hi Andreas,
Thanks for the reply.
I do not have a problem with the scenario, I thought it was an error although I am not sure it is. Now that you explained that its alright...then I guess I'll...
Hi Guys,
Any Idea how to fix this....
1. start tomcat - navigate to a form page
2. populate the form getting ready to save
3. restart tomcat
4. submit the form.
5. the record is saved even...
fixed this using javascript.
Hello Guys.
I need help in disabling this ddlb if the collection is empty.
TIA.
richard
<form:select path="phoneNumber" onchange="document.sc.submit()"
You mean this xfire...??
http://xfire.codehaus.org/
Thanks!
Hope someone can give any comments....thanks!
I seem to have got a better values wiring the web service.....
I now got this error....
INFO: Using service interface [UserManagementWebService_pkg.UserManagementWebServiceService] for...
Hi Guys.
I got confused trying to access a web service using spring....
Here is a working code...
Service service = new Service();
Call call = (Call)...
You mean I should override getTargetPage()?