Hello Stefan,

i can't replicate your problem, could you explain a bit more what you
have done?

This is what i did trying to replicate this:

In the file webapp/WEB-INF/tags/layout/overview.tag from
tobago-example-demo  i removed all content between <tc:page..> and
</tc:page>.

this results in no error, i got the expected empty page.

I found an error in your page: the label must be #{appBundle.pageTitle},
but this can't be the reason of your exception.

regards
  Volker Weber

Stefan Hedtfeld wrote:
> Hi,
> 
> I tried to create my own web application using your example webapps as a
> template. I reduced the tag to
> 
> <%@ taglib uri="http://www.atanion.com/tobago/component"; prefix="tc" %>
> <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %>
> 
> <f:view locale="#{clientConfigController.locale}">
>  <tc:loadBundle basename="app" var="appBundle" />
>  <tc:page label="#{app.pageTitle}" id="page"
>      width="750px" height="600px">
>  </tc:page>
> </f:view>
> 
> but when accessing the page using the tag I get the following error (see
> below). Any ideas?
> 
> Best regards,
> 
> Stefan Hedtfeld.
> 
...

-- 
Don't answer to From: address!
Mail to this account are droped if not recieved via mailinglist.
To contact me direct create the mail address by
concatenating my forename to my senders domain.

Reply via email to