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
pls send the stack trace Geoff On 8/25/05, Ryan Wynn <[EMAIL PROTECTED]> wrote: > 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 >

Re: Problem with Form component in portlet application

2005-08-25 Thread Ryan Wynn
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 Andriy <[EMAIL PROTECTED]> Sent by: news <[EMAIL PROTECTED]> 08/25/2005 11:27 AM Please respond to "Ta

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