spring mvc - Removing an object from siteContext -


i new vaadin framework. have project based on spring, using vaadin on half of pages match url spring mvc pattern:

 sitecontext.putobject("url-prefix", request.getcontextpath() + "/ui/");  

i have remove ui url. how can that?

i new vaadin (in fact don't know is). try this:

sitecontext.putobject("url-prefix", request.getcontextpath() + "/"); 

Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -