Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    876

    I have trying the same, but I found that in...

    I have trying the same, but I found that in Spring 2.5 it is posible using @Configurable annotation but I have got some problems with load-time-weaver configuration over glassfish
  2. Replies
    4
    Views
    3,283

    So I have read spring documentation, it said for...

    So I have read spring documentation, it said for a galssfish server using web application enviroment(not ear) we need to follow the same steps as in tomcat in order to run load time weaver. So I...
  3. Replies
    4
    Views
    3,283

    GlassFish and load-time aspectjweaver

    I´ve added -javaagent:"$anypath/aspectjweaver.jar" to glassfish using glashfish webadmin and when I start it I got the following Exception:

    java.lang.ClassNotFoundException:...
  4. On you example you register notification listener...

    On you example you register notification listener on a remote server, exists any form that you can inject beans obtained from a client connector to a local(POJO)bean?
  5. Replies
    1
    Views
    4,730

    Easy

    I think you are receibing data in your formControler with a method like this:



    public ModelAndView onSubmit(HttpServletRequest request, HttpServletResponse response, Object command,...
  6. Replies
    13
    Views
    2,672

    more

    This link could help you it has info for the 2.7 and 3.0
    http://wiki.apache.org/myfaces/JSF-Spring_and_JSF

    I have no info for the 4.0
  7. Replies
    13
    Views
    2,672

    I have tried too JSF-Springg but I can not run...

    I have tried too JSF-Springg but I can not run anything. there are no good support.

    I think your mistake It's be'acuse you add this line

    <application>...
  8. Replies
    13
    Views
    2,672

    Cotinues

    Other observation, you can not use UIcomponent.setRendered, but you could use JSTL <c:if > tag and sessioScope in order to manage what components will be rendered.
  9. Replies
    13
    Views
    2,672

    I got it

    I have read your post about Ice-Faces. I have been thinking and I guess I found a form to integrate it.

    try this:


    Fragment of JSFview.jsp



    <h:form id="form1">
  10. Replies
    13
    Views
    2,672

    But i will continue reseaching about integratind...

    But i will continue reseaching about integratind bouth frameworks
  11. Replies
    13
    Views
    2,672

    Not yet, Also I have tried to navigate...

    Not yet,

    Also I have tried to navigate between pages, but nothing hapens when i try redirect to another page whit navigation rules. I need to use externalContext to redirect to other pages.

    I...
  12. Thread: JSF+WebFlow

    by Isaac2001
    Replies
    7
    Views
    1,724

    Thank's. I will try it.

    Thank's. I will try it.
  13. Thread: JSF+WebFlow

    by Isaac2001
    Replies
    7
    Views
    1,724

    JSF+WebFlow

    I have tryed the example SellItem-jsf and I think SWF is very usefull when integrating JSF-Springframework, but I have a little problem. I expect that somebody could help me.

    My problem is : i...
  14. Replies
    13
    Views
    2,672

    Continue, from the prev post

    <------------------------------BackingBean for prev JSF------------------>



    /*
    * RegistrarComentariosControl.java
    *
    * Created on 28 de mayo de 2007, 05:07 PM
    *
    * To change this...
  15. Replies
    13
    Views
    2,672

    Here is my code

    Here is my code

    <-----------------------Part web.xml------------------------------->



    // Part of web.xml


    <listener>
  16. Replies
    13
    Views
    2,672

    Help!! JSF Spring Integration

    I have some problems, the value change listeners don't work properly, is there someone who has integrated this two technologies, pleas help.

    I'm using JSF Sun RI 1.1, Netbeans 5.5 ...
Results 1 to 16 of 16