I'm unable to reproduce your problem.  Are you using a 
proxy server, Apache forwarding, anything unusual?  Are 
you sure you've deploy the right versions of everything?

Try deleting your JBoss "tapestry" config and re-running 
the configure target.

--
[EMAIL PROTECTED]

http://tapestry.sf.net
> Hi Howard,
> 
> I don't think this the case. 
> 
> It appears that your Portlet example is exhibiting the
> same problem.
> 
> I had initially been running Tomcat 4.0.3, then tested
> on your preferred platform JBoss/Jetty.
> 
> This could be linked to the Jetty - Shell problem
> mentioned in another thread.
> 
> Cheers,
> Stavros.
> 
> --- [EMAIL PROTECTED] wrote:
> > Are you mapping your servlets correctly; they must
> > be 
> > mapped as
> > 
> > /servlet/*
> > 
> > So that the extra path info is properly passed to
> > the 
> > ApplicationServlet for processing.  Otherwise the
> > normal 
> > resource getting servlet (provided by the servlet 
> > container) gets the URL and chokes on it.
> > 
> > All my testing is for servlets with in a context;
> > looks 
> > like you're deploying a servlet without a context,
> > but 
> > it should still work fine.
> > 
> > --
> > [EMAIL PROTECTED]
> > 
> > http://tapestry.sf.net
> > > Hi,
> > > 
> > > from initial tests it appears that the generated
> > URL
> > > goes from:
> > > 
> > > /app1 (2.1.x)
> > > 
> > > to:
> > > 
> > > /app1/direct/Home/form (2.2.x - including hidden
> > > Tapestry data in URL)
> > > 
> > > It appears that the latter is not being properly
> > > interpreted by the Listener/Engine.
> > > 
> > > The problem only arises when the page
> > specification
> > > name is changed from eg: Home.jwc to Home.page
> > after
> > > upgrading to 2.2.x.
> > > 
> > > Unless I missed something :o/
> > > 
> > > Cheers,
> > > Stav.
> > > 
> > > 
> > > 
> > > __________________________________________________
> > > Do You Yahoo!?
> > > HotJobs - Search Thousands of New Jobs
> > > http://www.hotjobs.com
> > > 
> > > 
> > >
> >
> -------------------------------------------------------
> > > This sf.net email is sponsored by:ThinkGeek
> > > Welcome to geek heaven.
> > > http://thinkgeek.com/sf
> > > _______________________________________________
> > > Tapestry-developer mailing list
> > > [EMAIL PROTECTED]
> > >
> https://lists.sourceforge.net/lists/listinfo/tapestry-developer
> 
> 
> __________________________________________________
> Do You Yahoo!?
> HotJobs - Search Thousands of New Jobs
> http://www.hotjobs.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer

Reply via email to