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

Re: Problem with form component

2005-04-20 Thread Ivano
No need for apologies, I'm glad to be of any help. I had the same problem trying to extend the Form component myself. Have a nice day =) Ivano. Denis Souza wrote: Hi Ivano, I feel really stupid now. Looking again at the implementation in other form components, I found two lines at the bottom of eve

RE: Problem with form component

2005-04-19 Thread Denis Souza
ng my attention to this! Denis Souza -Original Message- From: Ivano Pagano [mailto:[EMAIL PROTECTED] Sent: terça-feira, 19 de abril de 2005 06:54 To: Tapestry users Subject: Re: Problem with form component Hi Denis, I guess the abstract getters/setters in the AbstractFormComponent are not int

RE: Problem with form component

2005-04-19 Thread Denis Souza
Hi Ivano, > I guess the abstract getters/setters in the AbstractFormComponent are > not intended as "Tapestry Properties" for the component. I understand that. Just to make things clear, I am NOT using using them as properties for the component. I'd prefer to ignore them, but when I get to the p

Re: Problem with form component

2005-04-19 Thread Ivano Pagano
Hi Denis, I guess the abstract getters/setters in the AbstractFormComponent are not intended as "Tapestry Properties" for the component. I think you need to implement them to make your form actually work consistently with your specific design. For the framework to generate abstract method "autom

Problem with form component

2005-04-18 Thread Denis Souza
Hello, I'm trying to write a new Foreach component that allows you to safely add/remove entries from the provided list of objects during the rewind cycle (to make it easier to create pages such as the todo listing show in "Tapestry in Action"). I do this by caching the list during t