Hi,
No exception, it's simply not doing anything. When inspecting the generated html code (id, name attributes), the value of $pathPrefix is not added at the begining of the constant string
eg ...
Type: Posts; User: sylbal; Keyword(s):
Hi,
No exception, it's simply not doing anything. When inspecting the generated html code (id, name attributes), the value of $pathPrefix is not added at the begining of the constant string
eg ...
Hi,
I'm using the spring & form taglibs and I'd like to set the 'path' attribute at runtime.
I want to use a same jsp fragment to bind on a object, lets say a 'user' but this object can be at...
Hi there,
The login form is basically included as a jsp fragment in the main navigation bar. I don't know jsf but I assume it's possible. My little experience with Tiles, Freemarker or Velolicy...
Hi,
I finally sorted this out by setting the sessionForm attribute to false to force to go by the formBackingObject method where I initialize the formview to the current page.
Hi,
I'd like to have a login form available on every page on the web site. I'm having troubles when configuring the SimpleFormController because formview & successview are not constant (I think...
Hi,
I don't know how to mark the post as solved, sorry.
Thank's a lot for help, Josh's method just work like a charm ! Definitely the ultimate info to integrate Spring MVC & DWR.
Regards,
-sb
Hi Josh,
Really interresting, as far as I understood this is exactly what I'd like to do (and I like your 'separation of concern' approach as I have the same kind of practice ;-) )
I'll try to...
Hi there,
I'm trying to make DWR 2.0 integration with Spring MVC 2.5. After reading doc from http://getahead.org/dwr/server/spring and a post from...