I moved to JAXB instead of XMLBeans and XPath. It's working now.
Type: Posts; User: spring.user; Keyword(s):
I moved to JAXB instead of XMLBeans and XPath. It's working now.
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...
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...
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..*(..))")
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...
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...
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...
Sorry Found the error.
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.
...
I am also getting same error.
Did you find any answer?
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" />...
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
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?
Here are My configuration Files
***********************
webmvc-config.xml
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
...
<var name="nuevoUsuario"
class="es.upm.fi.datsi.teledeteccion.gyrdir.entities.UsuarioEntity" />
________________________________________________________________
instead declare it as input...