If you upgraded from tiles 1.x the error can be traced to the tiles definitions xml.
try upgrading to
<!DOCTYPE tiles-definitions PUBLIC
"-//Apache Software Foundation//DTD Tiles...
Type: Posts; User: merryploughboy; Keyword(s):
If you upgraded from tiles 1.x the error can be traced to the tiles definitions xml.
try upgrading to
<!DOCTYPE tiles-definitions PUBLIC
"-//Apache Software Foundation//DTD Tiles...
if you use jquery as base for extjs making an ajax request is as simple as
$.ajax(options). take a look at http://docs.jquery.com/Ajax/jQuery.ajax
greetz
mp
hm...
won't some sort of javascript library do? if so, check out http://jquery.com or http://extjs.com
greetz
mp
ok, nevermind. I'm dumb, it's working like a charm.
hi there naephaes and amin,
I'm also trying to integrate spring (2.5.2) and hibernate-search(3.0.0GA). I have the test cases up and running with spring's SpringJUnit4ClassRunner.class. In my...
If your intention is to use SpringMVC with Tiles, follow the steps from here:
http://static.springframework.org/spring/docs/2.0.x/reference/view.html#view-tiles-integrate
and in your controller...
Hi Eric,
did you resolve this issue?
I am facing something similar using the InternalResourceViewResolver with the TilesJstlView when trying to run some integration tests. (Spring 2.0)
I can...