2008/11/28 aaaaa <[EMAIL PROTECTED]>:
>
>
>
> Antonio Petrelli-3 wrote:
>>
>> And how do you call the definition?
> that's all I did.
>...
> I use spring and I use
> org.springframework.web.servlet.view.tiles2.TilesConfigurer to configure
> tiles...
> and in controller I do:
>
> @Controller
> public class Index {
>
> @RequestMapping("/index.html")
> public String index(@RequestParam(value="q",required=false) String q,
> ModelMap model
>
> return "index";
I see, I don't know Spring MVC but you can do a fast check.
Does the HTML page render at all? Or is it only a problem with that
portion with Tiles tags?
In the first case probably you are calling Tiles definition in a wrong
way anf you must refer to the Spring docs.
In the second case, see which part of the page is not rendered and post it here.
Ciao
Antonio