Search:

Type: Posts; User: spring.user; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    1,853

    Solved it

    I moved to JAXB instead of XMLBeans and XPath. It's working now.
  2. Replies
    1
    Views
    1,853

    Help with Spring-Webservice 1.5.4 and XMLBeans

    Hi,

    I am implementing the Web service using Spring ws 1.5.4. I am using XMLBeans as marshaller and Spring-ws annotations. I did one example and it worked fine. I am trying to implement Project...
  3. Replies
    2
    Views
    2,116

    I solved it

    Yeah. That' true. The problem was due to the fact that I was using AbstractWizardFormController and I was setting the Validator (Which I implemented using concrete class) to it. This is fine.

    The...
  4. Replies
    2
    Views
    2,116

    Problem with Spring MVC and AOP

    Hi,

    I am using Spring MVC with Spring AOP for logging.

    I have the pointCut like this
    <CODE>

    public class WebPointCuts {

    @Pointcut("execution(public * com.api..*(..))")
  5. Replies
    2
    Views
    2,609

    Problem With Spring MVC and jsfView

    Hi,

    I am using Spring MVC with JsfView (facelets). I am trying to submit a form with validation. It is doing validation and rendering the same page again if there are any validation errors. The...
  6. Replies
    1
    Views
    2,522

    Problem With Spring MVC and Facelets

    Hi,

    I am using Spring MVC with JsfView (facelets). I am trying to submit a form with validation. It is doing validation and rendering the same page again if there are any validation errors. The...
  7. Replies
    0
    Views
    516

    Executing new flow each time?

    Hi,

    We are trying to implement webflow in our current project. But the requirement to have short URL like context/home should display home page and should be bookmarkable and uri should not...
  8. Sorry Found the error.

    Sorry Found the error.
  9. How to do Model Validation in Subflow?

    I almost finished one sample projct implementing Spring webflow 2.0.3,Spring 2.5,Spring faces.

    I have two flows Main flow called Movie and a subflow called signup as shown below.
    ...
  10. Replies
    2
    Views
    1,143

    I am also getting same error. Did you find any...

    I am also getting same error.

    Did you find any answer?
  11. Replies
    2
    Views
    753

    It can be used to map request parameters to your...

    It can be used to map request parameters to your form/model object fields like below

    <transition on="search" to="movieResults">
    <set name="facesForm.genre" value="requestParameters.genre" />...
  12. Replies
    6
    Views
    1,084

    Thanks, It worked. But a small question,...

    Thanks, It worked.

    But a small question, Which one is better to use in view part with JSF, JSP or Facelets?

    Can we use tiles If we use JSP with JSF and webflow
  13. Replies
    6
    Views
    1,084

    Then, How should I resolve the Views for JSF with...

    Then, How should I resolve the Views for JSF with JSP as view?
    Do I need to provide complete path in the view of webflow?
    How Search page is Rendering?
  14. Replies
    6
    Views
    1,084

    Here are My configuration Files ...

    Here are My configuration Files

    ***********************
    webmvc-config.xml
  15. Replies
    6
    Views
    1,084

    Parsing exception with JSF and webflow

    Hi,

    I am implementing webflow with JSF and JSp (not faceletes). I am able to enter into webflow and able to search page. But when I click on 'Search' button it is giving following exception
    ...
  16. View Post

    <var name="nuevoUsuario"
    class="es.upm.fi.datsi.teledeteccion.gyrdir.entities.UsuarioEntity" />

    ________________________________________________________________

    instead declare it as input...
Results 1 to 16 of 16