Search:

Type: Posts; User: Ciccio17; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. How to modify and refresh context at runtime

    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...
  2. Replies
    4
    Views
    1,414

    Thanks for interesting.I'll try to use it....:)

    Thanks for interesting.I'll try to use it....:)
  3. Replies
    4
    Views
    1,414

    No, this is not what i need. :D I need a lot...

    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:
    ...
  4. Replies
    4
    Views
    1,414

    Managing files

    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....
  5. Replies
    1
    Views
    849

    I solved the problem. You can close if u want.

    I solved the problem.
    You can close if u want.
  6. Replies
    1
    Views
    849

    Problem with image bundle

    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...
  7. for english(and rest of world :) ): as you can...

    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...
  8. Look here: ...

    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...
  9. Replies
    1
    Views
    946

    Simple sample and AppEvent

    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...
  10. Replies
    0
    Views
    1,002

    Authentication/Authorization in SRC

    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...
  11. Replies
    3
    Views
    1,239

    You're right, i didn't see at the return of that...

    You're right, i didn't see at the return of that method :(

    Thx
  12. Replies
    3
    Views
    1,239

    Form default text

    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...
  13. Replies
    2
    Views
    980

    Ok, thx man, i was getting crazy! So the only...

    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
  14. Replies
    2
    Views
    980

    Problem with form binding

    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...
  15. Replies
    2
    Views
    944

    Try to use the String.trim() method on your db...

    Try to use the String.trim() method on your db strings to clean spaces, or change the column type.

    Regards
  16. Replies
    1
    Views
    1,219

    Can't find AbstractObjectTable

    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...
  17. Replies
    0
    Views
    819

    Displaying of SplashScreen

    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...
  18. Replies
    4
    Views
    972

    I didn't said before, but my presentation Layer...

    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...
  19. Replies
    4
    Views
    972

    Access to applicationContext

    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...
  20. Thread: Type Mismatch

    by Ciccio17
    Replies
    6
    Views
    1,142

    :cool: thanks 4 help

    :cool:

    thanks 4 help
  21. Thread: Type Mismatch

    by Ciccio17
    Replies
    6
    Views
    1,142

    this are getter/setter of facadeAvvisi: ...

    this are getter/setter of facadeAvvisi:



    public class FacadeAvvisi {

    private AvvisoDao aDao;
    ..
    public AvvisoDao getADao() {
    return aDao;
  22. Thread: Type Mismatch

    by Ciccio17
    Replies
    6
    Views
    1,142

    Type Mismatch

    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...
  23. Replies
    2
    Views
    754

    thank for replying, i'll give a look to Acegi and...

    thank for replying, i'll give a look to Acegi and try to integrate with my Spring project.:)
  24. Replies
    2
    Views
    754

    Authentication with Spring

    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...
  25. Replies
    4
    Views
    909

    Ok i manage to configure my DAOClass as you said....

    Ok i manage to configure my DAOClass as you said.
    I think it's easier in this way, thanks a lot everybody.
    :)
Results 1 to 25 of 27
Page 1 of 2 1 2