Hello everybody,
I'm having some troubles understanding the way I can modify and reload/refresh the context at runtime(without re-deploying my app).
I need to add some bean definition to the...
Type: Posts; User: Ciccio17; Keyword(s):
Hello everybody,
I'm having some troubles understanding the way I can modify and reload/refresh the context at runtime(without re-deploying my app).
I need to add some bean definition to the...
Thanks for interesting.I'll try to use it....:)
No, this is not what i need. :D
I need a lot less that "file upload", and furthermore i need it on a rich-client application, not on a web app.
This is, sort of, what i need:
...
Hi everybody,
i need suggest about managing file in Spring rc application.
A local upload(eg. /localhost/sample.pdf) will be enough,no server upload is needed, because is only a sample application....
I solved the problem.
You can close if u want.
Hello everybody, i have a problem with image loading, simple problem, but i don't manage to solve it.Maybe because of my few experience in app development.
Hope you can help me:
I have an app in...
for english(and rest of world :) ):
as you can see in your stacktrace, spring's looking for that property in bean com.comUtenti, so maybe there's a binding error.
Be sure that you create the Utenti...
Look here:
org.springframework.beans.NotReadablePropertyExcep tion: Invalid property 'codice' of bean class [com.com.Utenti]: Bean property 'codice' is not readable or has an invalid getter...
Hi everybody.
I'm developing a small app with Spring RC based on "simple" sample.
I'm looking at source code for simple sample, at ContactView and ContactTable classes.
I don't understand the...
Hi everybody, i'm developing a SRC application and i need to manage authentication/authorization.
At now i manage to login to app as "admin" role, using the same strategy as in...
You're right, i didn't see at the return of that method :(
Thx
Hi, don't know if u can help me.
I don't manage to access my form field and set some default text value.
I need a default text inserted in some of my form field, when i create it.
I looked for...
Ok, thx man, i was getting crazy!
So the only solution at now is to change the model bean turning the int field to a String field?
Or do you have any other idea?
Thx again
Hi everybody,
i have a class with a int field (and other fields..), and i have a form which i submit to create the class istances.
During the submit, i have a ClassCastException because the...
Try to use the String.trim() method on your db strings to clean spaces, or change the column type.
Regards
Hi everybody,
I'm working on the "simple" sample, but i don't manage to find the AbstractObjectTable class in package org.springframework.richclient.table.support (as import in ui.ContactTable.java...
Hi everybody,
i'm trying to revise petclinic rich client example.But i have a problem with displaying of splash-screen(the frog :))
When the license-window appears, s-screen should goes on...
I didn't said before, but my presentation Layer is based on Shale(with JSF) so i haven't access to ServletContext.
My presentation layer use my persistence/domain layer(based on Spring) that needs...
Hi everybody,
this is my problem:
i have configured my spring web app, when i take access my applicationContext(configured by WEB-INF/applicationContext.xml) from a local method(for example from...
:cool:
thanks 4 help
this are getter/setter of facadeAvvisi:
public class FacadeAvvisi {
private AvvisoDao aDao;
..
public AvvisoDao getADao() {
return aDao;
Do you see any mistake in this piece of code?
This is my netbeans error message:
Error creating bean with name 'facadeAvvisi' defined in file [...\web\WEB-INF\applicationContext.xml]: Error...
thank for replying, i'll give a look to Acegi and try to integrate with my Spring project.:)
Hi everybody.
I'm trying to protect some web pages(.jsp) with aspect.
I have a index.jsp with a form, the user compile the form, if user/pass are corrected he can go to the protected page, else...
Ok i manage to configure my DAOClass as you said.
I think it's easier in this way, thanks a lot everybody.
:)