RE: [Shale] Shale with Tiles web app example - was CSS not working with JSF

2005-08-26 Thread Walton, Kaleb \(ISS Southfield\)
Nope - downloaded and deployed. 

One note though - I'm using Resin 3.0.12 rather than Tomcat.

Don't worry about it not working for me - I realize it was a quick test
implementation. I'm just trying to learn like the rest of you :)

Regards,
Kaleb 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 26, 2005 1:08 PM
To: Struts Users Mailing List
Subject: RE: [Shale] Shale with Tiles web app example - was CSS not
working with JSF

"Walton, Kaleb \(ISS Southfield\)" <[EMAIL PROTECTED]> wrote on 08/26/2005
12:54:19 PM:

> javax.faces.FacesException: Assertion Failed
>at com.sun.faces.util.Util.doAssert(Util.java:1302)
>at
>
com.sun.faces.taglib.jsf_core.ViewTag.getComponentType(ViewTag.java:241)
>at
> javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:
> 10
> 13)
>at
>
javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1036)
>at
>
javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:749)
>at
> javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:429)
>at
> com.sun.faces.taglib.jsf_core.ViewTag.doStartTag(ViewTag.java:105)
>at _jsp._layout._layout__jsp._jspService(layout/layout.jsp:7)


Hmm.. Not that illuminating to me, it isn't!... My version of
layout/layout.jsp:7 just says " so I am not sure why that would
be a problem.. I have currently hosed my application entirely (:( so am
in a bit of a mess myself, so am not sure how I can help. Sorry!
Hopefully somebody will tell us what this error means..?

Btw, you didn't change anything in the war you downloaded, right? ..just
grasping for straws here..
Geeta 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [Shale] Shale with Tiles web app example - was CSS not working with JSF

2005-08-26 Thread gramani
"Walton, Kaleb \(ISS Southfield\)" <[EMAIL PROTECTED]> wrote on 08/26/2005 
12:54:19 PM:

> javax.faces.FacesException: Assertion Failed
>at com.sun.faces.util.Util.doAssert(Util.java:1302)
>at
> com.sun.faces.taglib.jsf_core.ViewTag.getComponentType(ViewTag.java:241)
>at
> javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:10
> 13)
>at
> javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1036)
>at
> javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:749)
>at
> javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:429)
>at
> com.sun.faces.taglib.jsf_core.ViewTag.doStartTag(ViewTag.java:105)
>at _jsp._layout._layout__jsp._jspService(layout/layout.jsp:7)


Hmm.. Not that illuminating to me, it isn't!... My version of 
layout/layout.jsp:7 just says " so I am not sure why that would be 
a problem.. I have currently hosed my application entirely (:( so am in a 
bit of a mess myself, so am not sure how I can help. Sorry! Hopefully 
somebody will tell us what this error means..?

Btw, you didn't change anything in the war you downloaded, right? ..just 
grasping for straws here..
Geeta 



RE: [Shale] Shale with Tiles web app example - was CSS not working with JSF

2005-08-26 Thread Walton, Kaleb \(ISS Southfield\)
)
at
com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
at
com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
at
javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
at
com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChai
n.java:99)
at
org.apache.shale.faces.ShaleApplicationFilter.doFilter(ShaleApplicationF
ilter.java:280)
at
com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.
java:70)
at
com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.ja
va:163)
at
com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.j
ava:208)
at
com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:388)
at
com.caucho.server.port.TcpConnection.run(TcpConnection.java:341)
at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:467)
at com.caucho.util.ThreadPool.run(ThreadPool.java:408)
at java.lang.Thread.run(Thread.java:595)
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 26, 2005 12:51 PM
To: Struts Users Mailing List
Subject: RE: [Shale] Shale with Tiles web app example - was CSS not
working with JSF

"Walton, Kaleb \(ISS Southfield\)" <[EMAIL PROTECTED]> wrote on 08/26/2005
12:48:16 PM:

> Geeta,
> 
> I'd like to get your app up and running, although, I'm having trouble.

> I keep getting "Assertion Failed" errors when trying to get to 
> index.faces or index.jsp. Any ideas? :)
> 

Could you post the stack trace? I know I hav eseen that error before,
but can't remeber how I solved it.

> Thanks!
> 
> Regards,
> Kaleb

Geeta

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [Shale] Shale with Tiles web app example - was CSS not working with JSF

2005-08-26 Thread gramani
"Walton, Kaleb \(ISS Southfield\)" <[EMAIL PROTECTED]> wrote on 08/26/2005 
12:48:16 PM:

> Geeta,
> 
> I'd like to get your app up and running, although, I'm having trouble. I
> keep getting "Assertion Failed" errors when trying to get to index.faces
> or index.jsp. Any ideas? :)
> 

Could you post the stack trace? I know I hav eseen that error before, but 
can't remeber how I solved it.

> Thanks!
> 
> Regards,
> Kaleb

Geeta


RE: [Shale] Shale with Tiles web app example - was CSS not working with JSF

2005-08-26 Thread Walton, Kaleb \(ISS Southfield\)
Geeta,

I'd like to get your app up and running, although, I'm having trouble. I
keep getting "Assertion Failed" errors when trying to get to index.faces
or index.jsp. Any ideas? :)

Thanks!

Regards,
Kaleb

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 26, 2005 11:54 AM
To: Rick Reumann
Cc: [EMAIL PROTECTED]; Struts Users Mailing List
Subject: Re: [Shale] Shale with Tiles web app example - was CSS not
working with JSF

Sure thing. I would love to work with you and come up with something
useful. I too am currently working on a web app which would demo Shark
(the open source workflow engine). I already had written it using
Struts, but now am attempting to rewrite that using Shale.  Not sure how
much success I will have plus may not be of that much interest to the
community at large.. I think a simple CRUD app like you are working on
will be more useful. So let me know if I can help..:)

Geeta

Rick Reumann <[EMAIL PROTECTED]> wrote on 08/26/2005 11:45:53 AM:

> Cool thanks so much! Probably together we can come up with some good 
> stuff. I'm going to work on a simple CRUD app for demo purposes and
I'll 

> end up using tiles also so your app will help me. Thanks again.
> 
> [EMAIL PROTECTED] wrote the following on 8/26/2005 11:33 AM:
> > 
> > Hi Rick, bjester, anyone else who's interested:
> > 
> > As promised, I have uploaded a very trivial app which integrates
Shale 

> > and Tiles using the new code which David Geary committed a couple of

> > days back (btw, I built the jars here using the source from a couple

of 
> > days back.. so am not sure if they are different from what's
available 

> > now..):
> > 
> > http://www.sightsoftware.com/shale/
> > 
> > Please note that I am a complete newbie at this whole Shale thing so

it 
> > is perhaps best not to learn any Shale using this app..:)
> > 
> > Also, you will doubtless find better ways of doing almost everything

> > I've done.  All comments and suggestions will be gratefully
received.
> > 
> > Thanks!
> > Geeta
> 
> 
> -- 
> Rick
> 
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
> 

> 
> CONFIDENTIALITY NOTICE:This email is intended solely for the person 
> or entity to which it is addressed and may contain confidential 
> and/or protected health information.  Any duplication, 
> dissemination, action taken in reliance upon, or other use of this 
> information by persons or entities other than the intended recipient
> is prohibited and may violate applicable laws.  If this email has 
> been received in error, please notify the sender and delete the 
> information from your system.  The views expressed in this email are
> those of the sender and may not necessarily represent the views of 
> IntelliCare.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Shale] Shale with Tiles web app example - was CSS not working with JSF

2005-08-26 Thread gramani
Sure thing. I would love to work with you and come up with something 
useful. I too am currently working on a web app which would demo Shark 
(the open source workflow engine). I already had written it using Struts, 
but now am attempting to rewrite that using Shale.  Not sure how much 
success I will have plus may not be of that much interest to the community 
at large.. I think a simple CRUD app like you are working on will be more 
useful. So let me know if I can help..:)

Geeta

Rick Reumann <[EMAIL PROTECTED]> wrote on 08/26/2005 11:45:53 AM:

> Cool thanks so much! Probably together we can come up with some good 
> stuff. I'm going to work on a simple CRUD app for demo purposes and I'll 

> end up using tiles also so your app will help me. Thanks again.
> 
> [EMAIL PROTECTED] wrote the following on 8/26/2005 11:33 AM:
> > 
> > Hi Rick, bjester, anyone else who's interested:
> > 
> > As promised, I have uploaded a very trivial app which integrates Shale 

> > and Tiles using the new code which David Geary committed a couple of 
> > days back (btw, I built the jars here using the source from a couple 
of 
> > days back.. so am not sure if they are different from what's available 

> > now..):
> > 
> > http://www.sightsoftware.com/shale/
> > 
> > Please note that I am a complete newbie at this whole Shale thing so 
it 
> > is perhaps best not to learn any Shale using this app..:)
> > 
> > Also, you will doubtless find better ways of doing almost everything 
> > I've done.  All comments and suggestions will be gratefully received.
> > 
> > Thanks!
> > Geeta
> 
> 
> -- 
> Rick
> 
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
> 

> 
> CONFIDENTIALITY NOTICE:This email is intended solely for the person 
> or entity to which it is addressed and may contain confidential 
> and/or protected health information.  Any duplication, 
> dissemination, action taken in reliance upon, or other use of this 
> information by persons or entities other than the intended recipient
> is prohibited and may violate applicable laws.  If this email has 
> been received in error, please notify the sender and delete the 
> information from your system.  The views expressed in this email are
> those of the sender and may not necessarily represent the views of 
> IntelliCare.

[Shale] Shale with Tiles web app example - was CSS not working with JSF

2005-08-26 Thread gramani
Hi Rick, bjester, anyone else who's interested:

As promised, I have uploaded a very trivial app which integrates Shale and 
Tiles using the new code which David Geary committed a couple of days back 
(btw, I built the jars here using the source from a couple of days back.. 
so am not sure if they are different from what's available now..):

http://www.sightsoftware.com/shale/

Please note that I am a complete newbie at this whole Shale thing so it is 
perhaps best not to learn any Shale using this app..:) 

Also, you will doubtless find better ways of doing almost everything I've 
done.  All comments and suggestions will be gratefully received.

Thanks!
Geeta