Re: Problem with action mapping

2010-12-16 Thread Dave Newton
Older Struts/Tiles was notorious (at least in my experience) for swallowing exceptions whole. My first guess is that something is broken in one of your JSPs used by the tile. That's one good reason not to use such old technology for new development: you lose the benefits of hundreds of thousands o

Re: Problem with action mapping

2010-12-16 Thread Anjib Mulepati
There was space at the beginning. That is solved. I'm getting something but not whole page just logo and header. I though name should be body in tiles def file. so I change all to bosy as tiles.jsp has attribute="body" Still same problem. Anjib On 12/16/2010 2:15 PM, Dave Newton wrote: A sta

Re: Problem with action mapping

2010-12-16 Thread Dave Newton
You'll probably want to turn your logging up to DEBUG. Dave On Thu, Dec 16, 2010 at 2:27 PM, Anjib Mulepati wrote: > Tomcat Log in Netbeans says > > Dec 16, 2010 2:26:03 PM org.apache.catalina.core.ApplicationDispatcher > invoke > WARNING: Servlet action is currently unavailable > > Anjib > > >

Re: Problem with action mapping

2010-12-16 Thread Anjib Mulepati
Tomcat Log in Netbeans says Dec 16, 2010 2:26:03 PM org.apache.catalina.core.ApplicationDispatcher invoke WARNING: Servlet action is currently unavailable Anjib On 12/16/2010 2:15 PM, Dave Newton wrote: A startup error. Check the logs. Dave On Thu, Dec 16, 2010 at 1:59 PM, Anjib Mulepati

Re: Problem with action mapping

2010-12-16 Thread Dave Newton
A startup error. Check the logs. Dave On Thu, Dec 16, 2010 at 1:59 PM, Anjib Mulepati wrote: > This is the problem I am facing everytime I am creating new project in > Netbeans and modify the default pages. Am I missing some sequence of action > or parameters. To make it clear I am including mo

Problem with action mapping

2010-12-16 Thread Anjib Mulepati
This is the problem I am facing everytime I am creating new project in Netbeans and modify the default pages. Am I missing some sequence of action or parameters. To make it clear I am including most of the code which I think are related. Can any one suggets me why I am getting following error w