url in a tag
vatoz <[email protected]> Mon, 18 Apr 2005 02:31:02 CDT
| Newsgroups | gmane.comp.web.sitemesh.general |
|---|---|
| Message-ID | <15532483.1113809748158.JavaMail.os-j2ee@opensymphony01.contegix.com> |
Hi there people, I was wondering if someone could help me solve a littel problem I'm having
I don't know if it's my fault or if sitemesh isn't able to do what i want.
Here it is
I'm trying to decorate the page that is in
http://localhost/roller/page/menu/menu
so this is one of the things that i've tried:
<page:applyDecorator name="menu" page="/roller/page/menu/menu" />
I've also tried this:
<page:applyDecorator name="menu"
page="<%=request.getScheme()%><%=request.getServerName()%>/roller/page/menu/menu" />
I've even tried this:
<page:applyDecorator name="menu" page="a/../../roller/page/menu/menu" />
But none of these methods seem to work, I get this
org.apache.jasper.JasperException: /decorators/index.jsp(12,72) the atribute for %>" is not ended correctly
I know is not a life or death matter, but it will make the site easier to run, instead of writing something like:
page="http://mydomain/roller/page/menu/menu"
If someone could help me I'll be very gratefull
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=1652&messageID=5059#5059
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]