[symfony-users] ajax form

2009-08-13 Thread Nosok
Hello, I have a submit form which adds a message to the list under this form. It is an ajax form. But now I placed a new link near this form, called "blog". And I have to make to things: The first: if I click this link, the list of messages under the form must change to the list of blog posts. Thi

[symfony-users] Re: Component does not pass text to the action

2009-07-11 Thread Nosok
июл, 22:27, "Mariusz K. Sasinski" wrote: > On Friday 10 July 2009 12:42:47 pm Nosok wrote: > > > Hello, > > I have a problem. I wrote a component - it's template displays an ajax > > form. When I submit the text written in textarea (which has > > id="

[symfony-users] Component does not pass text to the action

2009-07-10 Thread Nosok
Hello, I have a problem. I wrote a component - it's template displays an ajax form. When I submit the text written in textarea (which has id="text"), the parameter "text" in the action(wich recieves the data from the form) is empty. What is the problem here? Thank you... --~--~-~--~~--

[symfony-users] A problem with tinemce editor

2009-06-13 Thread Nosok
Hello, I have a problem using tinymce editor inside the form on my page. When I put text into it and press submit, the sfValidatorString activates, i.e. it is displayed an error on the page - "field required". I use a form generated by the system(symfony). And set such a widget: sfWidgetFormTexta