Re: Problem with Form component in portlet application

2005-08-26 Thread Geoff Longman
It appears the portlet container is not happy with an url that the Tapestry Form component is trying to embed into the form as a hidden field. Thus, I believe this error is a bug in Tapestry portlet support and you should open an issue in JIRA (I'm not familliar with Tap Portlet support so I can'

Re: Problem with Form component in portlet application

2005-08-26 Thread Andriy
Thank for you attention, Geoff. I'm using uPortal 2.4.2. Stack tree, Hivemodule.xml and PortletT2.application are listed bellow. PortletT2.application - http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd";> Hivemodule.xml ---

Re: Problem with Form component in portlet application

2005-08-26 Thread Andriy
Ryan Wynn us.ibm.com> writes: > > Andriy, > > I think you need to make the following change in View.html. Everything > else looks good. > > > instead of > > > Not sure if that will fix your problem but it's worth a shot. > > Ryan > Hello, Ryan! Thank you for you reply. But

Re: Problem with Form component in portlet application

2005-08-25 Thread Geoff Longman
lem but it's worth a shot. > > Ryan > > > > > Andriy <[EMAIL PROTECTED]> > Sent by: news <[EMAIL PROTECTED]> > 08/25/2005 11:27 AM > Please respond to > "Tapestry users" > > > To > tapestry-user@jakarta.apache.org > cc &

Re: Problem with Form component in portlet application

2005-08-25 Thread Ryan Wynn
Please respond to "Tapestry users" To tapestry-user@jakarta.apache.org cc Subject Problem with Form component in portlet application Hello! I'm developing portlet application. But when I use any link or form component, I have exception "only absolute URLs or full path UR

Problem with Form component in portlet application

2005-08-25 Thread Andriy
Hello! I'm developing portlet application. But when I use any link or form component, I have exception "only absolute URLs or full path URIs are allowed". I'm using uPortal as portlet container. Thanks for any help View.java --- import org.apache.tapestry.IReque