Re: Tiles error (Help)

2002-09-25 Thread Dariusz Wojtas

Hi, I had the same problem.
That was the error I could see in the browser.
But in my app logs I found more details.
I just forgot to close some tag in my struts-config file.
I corrected that and it works nicely again.

Maybe that is your problem too?

Darek

Wednesday, September 25, 2002, 3:48:19 PM, you wrote:
HS> I am using Tiles and when I run my application
HS> I have the following error:

HS> javax.servlet.ServletException: Can't get definitions factory from
HS> context. 
HS> javax.servlet.ServletException: Can't get definitions factory from
HS> context.
HS> at
HS> org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
HS> l.java:471) 
HS> at org.apache.jsp.index$jsp._jspService(index$jsp.java:96)  
HS> at
HS> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)

HS> I work with Struts1.1b2, my config file is the following:

[snip]


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Tiles error (Help)

2002-09-25 Thread Alexandre Albert

Try to use
org.apache.struts.tiles.ActionComponentServlet for the
action servlet.

--- Heligon Sandra <[EMAIL PROTECTED]> wrote:
> 
>   I am using Tiles and when I run my application
>   I have the following error:
> 
>   javax.servlet.ServletException: Can't get
> definitions factory from
> context. 
>   javax.servlet.ServletException: Can't get
> definitions factory from
> context.  
>   at
>
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
> l.java:471)   
>   at
>
org.apache.jsp.index$jsp._jspService(index$jsp.java:96)
>   
>   at
>
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
> 
>   I work with Struts1.1b2, my config file is the
> following:
>   
>   
>   action
>  
>
org.apache.struts.action.ActionServlet
>   
>   definitions-config
>   
> /WEB-INF/tiles-defs.xml
>   
>   
>   
> definitions-parser-validate
>true
>   
>   
>validate
>   true
>   
>   
>   definitions-debug
>   1
>   
>   
>   debug
>   2
>   
>   
>config
>  
>
/WEB-INF/struts-config.xml
>   
>   2
>
> 
>   What does it mean ?
> 
>   Thanks,
>   Sandra
> 
> --
> To unsubscribe, e-mail:  
> 
> For additional commands, e-mail:
> 
> 


=
Alex

__
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Tiles error (Help)

2002-09-25 Thread Heligon Sandra


I am using Tiles and when I run my application
I have the following error:

javax.servlet.ServletException: Can't get definitions factory from
context. 
javax.servlet.ServletException: Can't get definitions factory from
context.
at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
l.java:471) 
at org.apache.jsp.index$jsp._jspService(index$jsp.java:96)  
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)

I work with Struts1.1b2, my config file is the following:


action
 
org.apache.struts.action.ActionServlet

definitions-config
/WEB-INF/tiles-defs.xml


definitions-parser-validate
 true


 validate
true


definitions-debug
1


debug
2


 config
 
/WEB-INF/struts-config.xml

2
 

What does it mean ?

Thanks,
Sandra

--
To unsubscribe, e-mail:   
For additional commands, e-mail: