Re: tobago examples

2006-06-07 Thread Matthias Wessendorf

http://myfaces.apache.org/tobago/index.html


On 6/7/06, sumanta <[EMAIL PROTECTED]> wrote:


Can anyone please provide me with a link from where I can download a war file
of the tobago demo-example. Is there anyting for tobago like simple for
tomahawk??
--
View this message in context: 
http://www.nabble.com/tobago-examples-t776888.html#a4765975
Sent from the MyFaces - Users forum at Nabble.com.





--
Matthias Wessendorf
Aechterhoek 18
48282 Emsdetten
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com


Re: tobago examples

2006-06-07 Thread sumanta

Can anyone please provide me with a link from where I can download a war file
of the tobago demo-example. Is there anyting for tobago like simple for
tomahawk??
--
View this message in context: 
http://www.nabble.com/tobago-examples-t776888.html#a4765975
Sent from the MyFaces - Users forum at Nabble.com.



Re: tobago examples

2005-12-31 Thread Dennis Byrne
onnector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at 
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Caused by: javax.faces.FacesException: javax.servlet.jsp.JspException: null
at 
org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:421)
at 
org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
at 
org.apache.myfaces.tobago.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:116)
... 19 more
Caused by: javax.servlet.ServletException: javax.servlet.jsp.JspException: null
at 
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:844)
at 
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:781)
at 
org.apache.jsp.overview.tabControl_jsp._jspService(org.apache.jsp.overview.tabControl_jsp:126)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
at 
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
at 
org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)

>-Original Message-
>From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
>Sent: Saturday, December 31, 2005 07:22 AM
>To: 'MyFaces Discussion'
>Subject: Re: tobago examples
>
>I just tried the same in firefox... and again, can`t reproduce
>
>On 12/30/05, Dennis Byrne <[EMAIL PROTECTED]> wrote:
>> Hi Bernd,
>>
>> I am afraid I can still produce this one :(  I went to 
>> http://tobago.atanion.net/tobago-example-demo/ , clicked on "Tree Control", 
>> and then clicked on "ListBox".  This produced a 404 for the following page:
>>
>> http://tobago.atanion.net/tobago-example-demo/faces/overview/treeControl.jsp
>>
>> By the way, it seems to only mess things up for the current session.  In 
>> other words, you will get a 404 the whole app using the session in which the 
>> first 404 occurred.  Making a new browser window (and a new session), allows 
>> you to browse the site again.  After doing this, I was able to click back 
>> and forth between the "Listbox" and "Tree" tabs just fine.
>>
>> I also produced a 404 for the following URL in the "Tab Control" section.
>>
>> http://tobago.atanion.net/tobago-example-demo/faces/overview/tabControl.jsp
>>
>> It takes more time and clicking to make this one happen.  I cannot recognize 
>> any pattern.  I first saw this using the .war file you posted a link to a 
>> week or two ago.  I seem to remember seeing a NPE somewhere.  Sorry.
>>
>> >-Original Message-
>> >From: Bernd Bohmann [mailto:[EMAIL PROTECTED]
>> >Sent: Friday, December 30, 2005 02:15 PM
>> >To: 'MyFaces Discussion'
>> >Subject: Re: tobago examples
>> >
>> >Hello Dennis,
>> >
>> >can you test it again.
>> >I have fixed one error in the tree control.
>> >
>> >Best Regards
>> >
>> >Bernd Bohmann
>> >
>> >Dennis Byrne schrieb:
>> >> 1.) http://tobago.atanion.net/tobago-example-demo/
>> >> 2.) click on "Tree Control"
>> >> 3.) click on the second tab.
>> >> 4.) click on the first tab.

Re: tobago examples

2005-12-31 Thread Matthias Wessendorf
I just tried the same in firefox... and again, can`t reproduce

On 12/30/05, Dennis Byrne <[EMAIL PROTECTED]> wrote:
> Hi Bernd,
>
> I am afraid I can still produce this one :(  I went to 
> http://tobago.atanion.net/tobago-example-demo/ , clicked on "Tree Control", 
> and then clicked on "ListBox".  This produced a 404 for the following page:
>
> http://tobago.atanion.net/tobago-example-demo/faces/overview/treeControl.jsp
>
> By the way, it seems to only mess things up for the current session.  In 
> other words, you will get a 404 the whole app using the session in which the 
> first 404 occurred.  Making a new browser window (and a new session), allows 
> you to browse the site again.  After doing this, I was able to click back and 
> forth between the "Listbox" and "Tree" tabs just fine.
>
> I also produced a 404 for the following URL in the "Tab Control" section.
>
> http://tobago.atanion.net/tobago-example-demo/faces/overview/tabControl.jsp
>
> It takes more time and clicking to make this one happen.  I cannot recognize 
> any pattern.  I first saw this using the .war file you posted a link to a 
> week or two ago.  I seem to remember seeing a NPE somewhere.  Sorry.
>
> >-Original Message-
> >From: Bernd Bohmann [mailto:[EMAIL PROTECTED]
> >Sent: Friday, December 30, 2005 02:15 PM
> >To: 'MyFaces Discussion'
> >Subject: Re: tobago examples
> >
> >Hello Dennis,
> >
> >can you test it again.
> >I have fixed one error in the tree control.
> >
> >Best Regards
> >
> >Bernd Bohmann
> >
> >Dennis Byrne schrieb:
> >> 1.) http://tobago.atanion.net/tobago-example-demo/
> >> 2.) click on "Tree Control"
> >> 3.) click on the second tab.
> >> 4.) click on the first tab.
> >> 5.) click on the second tab
> >> 6.) 404 for http://tobago.atanion.net/tobago-example-
> >> demo/faces/overview/treeControl.jsp
> >>
> >>  Original message 
> >>
> >>>Date: Tue, 20 Dec 2005 00:50:59 -0900
> >>>From: Dennis Byrne <[EMAIL PROTECTED]>
> >>>Subject: tobago examples
> >>>To: users@myfaces.apache.org
> >>>
> >>>http://tobago.atanion.net/tobago-example-demo/
> >>>
> >>>I believe I have accidently brought down the demo app for
> >>>tobago.  This is the second time I have clicked on one of
> >>
> >> the
> >>
> >>>tabs and received an error page, as well as a 404 whenever I
> >>>go any page of the app.
> >>>
> >>>I cannot remember the name of the tab I clicked on.  If
> >>>someone can tell me how to get a war file, it probably won't
> >>>take long for me to retrace my steps.
> >>>
> >>>Dennis Byrne
> >>
> >>
> >> Dennis Byrne
> >>
> >
> >--
> >Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
> >Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
> >phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333
> >
>
>
>


--
Matthias Wessendorf
Zülpicher Wall 12, 239
50674 Köln
http://www.wessendorf.net
mwessendorf-at-gmail-dot-com


Re: tobago examples

2005-12-30 Thread Dennis Byrne
Hi Bernd,

I am afraid I can still produce this one :(  I went to 
http://tobago.atanion.net/tobago-example-demo/ , clicked on "Tree Control", and 
then clicked on "ListBox".  This produced a 404 for the following page:

http://tobago.atanion.net/tobago-example-demo/faces/overview/treeControl.jsp

By the way, it seems to only mess things up for the current session.  In other 
words, you will get a 404 the whole app using the session in which the first 
404 occurred.  Making a new browser window (and a new session), allows you to 
browse the site again.  After doing this, I was able to click back and forth 
between the "Listbox" and "Tree" tabs just fine.

I also produced a 404 for the following URL in the "Tab Control" section.

http://tobago.atanion.net/tobago-example-demo/faces/overview/tabControl.jsp

It takes more time and clicking to make this one happen.  I cannot recognize 
any pattern.  I first saw this using the .war file you posted a link to a week 
or two ago.  I seem to remember seeing a NPE somewhere.  Sorry.

>-Original Message-
>From: Bernd Bohmann [mailto:[EMAIL PROTECTED]
>Sent: Friday, December 30, 2005 02:15 PM
>To: 'MyFaces Discussion'
>Subject: Re: tobago examples
>
>Hello Dennis,
>
>can you test it again.
>I have fixed one error in the tree control.
>
>Best Regards
>
>Bernd Bohmann
>
>Dennis Byrne schrieb:
>> 1.) http://tobago.atanion.net/tobago-example-demo/
>> 2.) click on "Tree Control"
>> 3.) click on the second tab.
>> 4.) click on the first tab.
>> 5.) click on the second tab
>> 6.) 404 for http://tobago.atanion.net/tobago-example-
>> demo/faces/overview/treeControl.jsp
>>
>>  Original message 
>>
>>>Date: Tue, 20 Dec 2005 00:50:59 -0900
>>>From: Dennis Byrne <[EMAIL PROTECTED]>
>>>Subject: tobago examples
>>>To: users@myfaces.apache.org
>>>
>>>http://tobago.atanion.net/tobago-example-demo/
>>>
>>>I believe I have accidently brought down the demo app for
>>>tobago.  This is the second time I have clicked on one of
>>
>> the
>>
>>>tabs and received an error page, as well as a 404 whenever I
>>>go any page of the app.
>>>
>>>I cannot remember the name of the tab I clicked on.  If
>>>someone can tell me how to get a war file, it probably won't
>>>take long for me to retrace my steps.
>>>
>>>Dennis Byrne
>>
>>
>> Dennis Byrne
>>
>
>--
>Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
>Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
>phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333
>




Re: tobago examples

2005-12-30 Thread Bernd Bohmann

Hello Dennis,

can you test it again.
I have fixed one error in the tree control.

Best Regards

Bernd Bohmann

Dennis Byrne schrieb:

1.) http://tobago.atanion.net/tobago-example-demo/
2.) click on "Tree Control"
3.) click on the second tab.
4.) click on the first tab.
5.) click on the second tab
6.) 404 for http://tobago.atanion.net/tobago-example-
demo/faces/overview/treeControl.jsp

 Original message 


Date: Tue, 20 Dec 2005 00:50:59 -0900
From: Dennis Byrne <[EMAIL PROTECTED]>  
Subject: tobago examples  
To: users@myfaces.apache.org


http://tobago.atanion.net/tobago-example-demo/

I believe I have accidently brought down the demo app for 
tobago.  This is the second time I have clicked on one of 


the 

tabs and received an error page, as well as a 404 whenever I 
go any page of the app.  

I cannot remember the name of the tab I clicked on.  If 
someone can tell me how to get a war file, it probably won't 
take long for me to retrace my steps.


Dennis Byrne



Dennis Byrne



--
Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333


RE: tobago examples

2005-12-20 Thread Dennis Byrne
David, I think you are correct.  Previous example was using 
latest IE on XP.  From work, I can click around all over the 
place w/ Firefox and XP.  But also from work, I tried IE and 
got the exception the first time I clicked on the "ListBox" 
tab.

 Original message 
>Date: Tue, 20 Dec 2005 11:47:13 -0500
>From: "David G. Friedman" <[EMAIL PROTECTED]>  
>Subject: RE: tobago examples  
>To: "MyFaces Discussion" 
>
>No problems here in IE or Firefox.  What 
browser/version/platform are you using?  Can you use another 
one to check it's
>not your OS or Internet connection?
>
>-David
>
>-Original Message-
>From: Dennis Byrne [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, December 20, 2005 11:36 AM
>To: MyFaces Discussion
>Subject: Re: tobago examples
>
>
>That's weird.  I just went back there and only got a 404 on
>step 3 (the tab starting w/ "List").
>
> Original message 
>>Date: Tue, 20 Dec 2005 11:31:10 +0100
>>From: Matthias Wessendorf <[EMAIL PROTECTED]>
>>Subject: Re: tobago examples
>>To: MyFaces Discussion 
>>
>>can't reproduce ...
>>
>>
>>On 12/20/05, Dennis Byrne <[EMAIL PROTECTED]> wrote:
>>> 1.) http://tobago.atanion.net/tobago-example-demo/
>>> 2.) click on "Tree Control"
>>> 3.) click on the second tab.
>>> 4.) click on the first tab.
>>> 5.) click on the second tab
>>> 6.) 404 for http://tobago.atanion.net/tobago-example-
>>> demo/faces/overview/treeControl.jsp
>>>
>>>  Original message 
>>> >Date: Tue, 20 Dec 2005 00:50:59 -0900
>>> >From: Dennis Byrne <[EMAIL PROTECTED]>
>>> >Subject: tobago examples
>>> >To: users@myfaces.apache.org
>>> >
>>> >http://tobago.atanion.net/tobago-example-demo/
>>> >
>>> >I believe I have accidently brought down the demo app for
>>> >tobago.  This is the second time I have clicked on one of
>>> the
>>> >tabs and received an error page, as well as a 404
>whenever I
>>> >go any page of the app.
>>> >
>>> >I cannot remember the name of the tab I clicked on.  If
>>> >someone can tell me how to get a war file, it probably
>won't
>>> >take long for me to retrace my steps.
>>> >
>>> >Dennis Byrne
>>>
>>> Dennis Byrne
>>>
>>
>>
>>--
>>Matthias Wessendorf
>>Zülpicher Wall 12, 239
>>50674 Köln
>>http://www.wessendorf.net
>>mwessendorf-at-gmail-dot-com
>
>Dennis Byrne
>

Dennis Byrne


RE: tobago examples

2005-12-20 Thread David G. Friedman
No problems here in IE or Firefox.  What browser/version/platform are you 
using?  Can you use another one to check it's
not your OS or Internet connection?

-David

-Original Message-
From: Dennis Byrne [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 20, 2005 11:36 AM
To: MyFaces Discussion
Subject: Re: tobago examples


That's weird.  I just went back there and only got a 404 on
step 3 (the tab starting w/ "List").

 Original message 
>Date: Tue, 20 Dec 2005 11:31:10 +0100
>From: Matthias Wessendorf <[EMAIL PROTECTED]>
>Subject: Re: tobago examples
>To: MyFaces Discussion 
>
>can't reproduce ...
>
>
>On 12/20/05, Dennis Byrne <[EMAIL PROTECTED]> wrote:
>> 1.) http://tobago.atanion.net/tobago-example-demo/
>> 2.) click on "Tree Control"
>> 3.) click on the second tab.
>> 4.) click on the first tab.
>> 5.) click on the second tab
>> 6.) 404 for http://tobago.atanion.net/tobago-example-
>> demo/faces/overview/treeControl.jsp
>>
>>  Original message 
>> >Date: Tue, 20 Dec 2005 00:50:59 -0900
>> >From: Dennis Byrne <[EMAIL PROTECTED]>
>> >Subject: tobago examples
>> >To: users@myfaces.apache.org
>> >
>> >http://tobago.atanion.net/tobago-example-demo/
>> >
>> >I believe I have accidently brought down the demo app for
>> >tobago.  This is the second time I have clicked on one of
>> the
>> >tabs and received an error page, as well as a 404
whenever I
>> >go any page of the app.
>> >
>> >I cannot remember the name of the tab I clicked on.  If
>> >someone can tell me how to get a war file, it probably
won't
>> >take long for me to retrace my steps.
>> >
>> >Dennis Byrne
>>
>> Dennis Byrne
>>
>
>
>--
>Matthias Wessendorf
>Zülpicher Wall 12, 239
>50674 Köln
>http://www.wessendorf.net
>mwessendorf-at-gmail-dot-com

Dennis Byrne



Re: tobago examples

2005-12-20 Thread Dennis Byrne
That's weird.  I just went back there and only got a 404 on 
step 3 (the tab starting w/ "List").

 Original message 
>Date: Tue, 20 Dec 2005 11:31:10 +0100
>From: Matthias Wessendorf <[EMAIL PROTECTED]>  
>Subject: Re: tobago examples  
>To: MyFaces Discussion 
>
>can't reproduce ...
>
>
>On 12/20/05, Dennis Byrne <[EMAIL PROTECTED]> wrote:
>> 1.) http://tobago.atanion.net/tobago-example-demo/
>> 2.) click on "Tree Control"
>> 3.) click on the second tab.
>> 4.) click on the first tab.
>> 5.) click on the second tab
>> 6.) 404 for http://tobago.atanion.net/tobago-example-
>> demo/faces/overview/treeControl.jsp
>>
>>  Original message 
>> >Date: Tue, 20 Dec 2005 00:50:59 -0900
>> >From: Dennis Byrne <[EMAIL PROTECTED]>
>> >Subject: tobago examples
>> >To: users@myfaces.apache.org
>> >
>> >http://tobago.atanion.net/tobago-example-demo/
>> >
>> >I believe I have accidently brought down the demo app for
>> >tobago.  This is the second time I have clicked on one of
>> the
>> >tabs and received an error page, as well as a 404 
whenever I
>> >go any page of the app.
>> >
>> >I cannot remember the name of the tab I clicked on.  If
>> >someone can tell me how to get a war file, it probably 
won't
>> >take long for me to retrace my steps.
>> >
>> >Dennis Byrne
>>
>> Dennis Byrne
>>
>
>
>--
>Matthias Wessendorf
>Zülpicher Wall 12, 239
>50674 Köln
>http://www.wessendorf.net
>mwessendorf-at-gmail-dot-com

Dennis Byrne


Re: tobago examples

2005-12-20 Thread Dudu

working fine
Dennis Byrne wrote:

1.) http://tobago.atanion.net/tobago-example-demo/
2.) click on "Tree Control"
3.) click on the second tab.
4.) click on the first tab.
5.) click on the second tab
6.) 404 for http://tobago.atanion.net/tobago-example-
demo/faces/overview/treeControl.jsp

 Original message 
  

Date: Tue, 20 Dec 2005 00:50:59 -0900
From: Dennis Byrne <[EMAIL PROTECTED]>  
Subject: tobago examples  
To: users@myfaces.apache.org


http://tobago.atanion.net/tobago-example-demo/

I believe I have accidently brought down the demo app for 
tobago.  This is the second time I have clicked on one of 

the 
  
tabs and received an error page, as well as a 404 whenever I 
go any page of the app.  

I cannot remember the name of the tab I clicked on.  If 
someone can tell me how to get a war file, it probably won't 
take long for me to retrace my steps.


Dennis Byrne



Dennis Byrne

  







___ 
Yahoo! doce lar. Faça do Yahoo! sua homepage. 
http://br.yahoo.com/homepageset.html 



Re: tobago examples

2005-12-20 Thread Volker Weber
Hi Dennis,

i also can't reproduce this, but i found the 404 in the server logs.
I have no idea how this could happen, the tomcat is still running and no
exceptions in the logs there.

Anaway, we have updated the example application to current svn state
now. There were some bugs fixed.

You can get the actually deployed war from this link:
  http://tobago.atanion.net/tobago-example-demo.war

Regards

  Volker Weber

Dennis Byrne wrote:
> 1.) http://tobago.atanion.net/tobago-example-demo/
> 2.) click on "Tree Control"
> 3.) click on the second tab.
> 4.) click on the first tab.
> 5.) click on the second tab
> 6.) 404 for http://tobago.atanion.net/tobago-example-
> demo/faces/overview/treeControl.jsp
> 
>  Original message 
> 
>>Date: Tue, 20 Dec 2005 00:50:59 -0900
>>From: Dennis Byrne <[EMAIL PROTECTED]>  
>>Subject: tobago examples  
>>To: users@myfaces.apache.org
>>
>>http://tobago.atanion.net/tobago-example-demo/
>>
>>I believe I have accidently brought down the demo app for 
>>tobago.  This is the second time I have clicked on one of 
> 
> the 
> 
>>tabs and received an error page, as well as a 404 whenever I 
>>go any page of the app.  
>>
>>I cannot remember the name of the tab I clicked on.  If 
>>someone can tell me how to get a war file, it probably won't 
>>take long for me to retrace my steps.
>>
>>Dennis Byrne
> 
> 
> Dennis Byrne
> 

-- 
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.


Re: tobago examples

2005-12-20 Thread Matthias Wessendorf
can't reproduce ...


On 12/20/05, Dennis Byrne <[EMAIL PROTECTED]> wrote:
> 1.) http://tobago.atanion.net/tobago-example-demo/
> 2.) click on "Tree Control"
> 3.) click on the second tab.
> 4.) click on the first tab.
> 5.) click on the second tab
> 6.) 404 for http://tobago.atanion.net/tobago-example-
> demo/faces/overview/treeControl.jsp
>
>  Original message 
> >Date: Tue, 20 Dec 2005 00:50:59 -0900
> >From: Dennis Byrne <[EMAIL PROTECTED]>
> >Subject: tobago examples
> >To: users@myfaces.apache.org
> >
> >http://tobago.atanion.net/tobago-example-demo/
> >
> >I believe I have accidently brought down the demo app for
> >tobago.  This is the second time I have clicked on one of
> the
> >tabs and received an error page, as well as a 404 whenever I
> >go any page of the app.
> >
> >I cannot remember the name of the tab I clicked on.  If
> >someone can tell me how to get a war file, it probably won't
> >take long for me to retrace my steps.
> >
> >Dennis Byrne
>
> Dennis Byrne
>


--
Matthias Wessendorf
Zülpicher Wall 12, 239
50674 Köln
http://www.wessendorf.net
mwessendorf-at-gmail-dot-com


Re: tobago examples

2005-12-20 Thread Dennis Byrne
1.) http://tobago.atanion.net/tobago-example-demo/
2.) click on "Tree Control"
3.) click on the second tab.
4.) click on the first tab.
5.) click on the second tab
6.) 404 for http://tobago.atanion.net/tobago-example-
demo/faces/overview/treeControl.jsp

 Original message 
>Date: Tue, 20 Dec 2005 00:50:59 -0900
>From: Dennis Byrne <[EMAIL PROTECTED]>  
>Subject: tobago examples  
>To: users@myfaces.apache.org
>
>http://tobago.atanion.net/tobago-example-demo/
>
>I believe I have accidently brought down the demo app for 
>tobago.  This is the second time I have clicked on one of 
the 
>tabs and received an error page, as well as a 404 whenever I 
>go any page of the app.  
>
>I cannot remember the name of the tab I clicked on.  If 
>someone can tell me how to get a war file, it probably won't 
>take long for me to retrace my steps.
>
>Dennis Byrne

Dennis Byrne


Re: tobago examples down ;(

2005-12-13 Thread Bernd Bohmann

Sorry,

just updated the site :-)

Best Regards

Bernd



Dennis Byrne schrieb:
http://tobago.atanion.net/site/demo.html 


Dennis Byrne



--
Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333