Chenille Kit OnEvent Mixin

2009-08-26 Thread Pedro Januário
quest is send to the server and the response arrives into client machine but not into browser (Mozilla Firefox 3.5.2). I know that i can change kaspersky rules, but this rules aren't manage by our company. Anyone has some similar problem? Regards, *Pedr

Creating multipart responses

2009-08-11 Thread Pedro Januário
mm.toString().getBytes()); This is a legacy code that i need to reproduce to the new environment built with tapestry. Regards, *Pedro Januário* -- *Delivering Innovation and Technology*

Re: Switch from Prototype to jQuery?

2009-06-16 Thread Pedro Januário
considerer the effort of it's implementation against the really bennefit. Althought keep the excelent work... Regards, *Pedro Januário* -- *Delivering Innovation and Technology* 2009/6/16 Onno Scheffers > > > > I actually think you're doing

Re: Problem with javascript form submit

2009-05-26 Thread Pedro Januário
lement, that is overriding the function submit. 2009/5/26 Pedro Januário > Hi, > > I'm stuck with strange behaviour of tapestry (i think so). > I have a simple tapestry form and when i try to execute the form submit > under javascript ( using $('formId').submit ), the

Problem with javascript form submit

2009-05-26 Thread Pedro Januário
Hi, I'm stuck with strange behaviour of tapestry (i think so). I have a simple tapestry form and when i try to execute the form submit under javascript ( using $('formId').submit ), the form isn't submitted. Anyone have a clue on it? Regar

Re: T5: What is NOT beautiful about Tapestry?

2009-04-30 Thread Pedro Januário
gt; out > >> > there? Why is T5 NOT beautiful? > >> > > >> > Hope I'm not insulting anyone, I'm a big fan too, I just think this > >> actually > >> > could lead to significant insight :) > >> > > >> > Regards > >> > > >> > Inge > >> > > >> > >> - > >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > >> For additional commands, e-mail: users-h...@tapestry.apache.org > >> > > > > > > > > - > > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > > For additional commands, e-mail: users-h...@tapestry.apache.org > > > > > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Cumprimentos... Pedro Januário

Input validation issue

2009-04-29 Thread Pedro Januário
hout a new deploy. Anyone would like to have this improvement? -- Cumprimentos... Pedro Januário

Re: T5: What is NOT beautiful about Tapestry?

2009-04-29 Thread Pedro Januário
ious and dificult problems to solve. 2009/4/30 Christian Edward Gruber > I'm interested about this - can you elaborate what you mean by this? What > about the structure is too static, and what dynamism are you looking for? > > Christian. > > On 29-Apr-09, at 19:16 , Pedro

Re: T5: What is NOT beautiful about Tapestry?

2009-04-29 Thread Pedro Januário
-- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Cumprimentos... Pedro Januário

Re: [t:5.0.18] tapestry component id attribute value format

2009-04-29 Thread Pedro Januário
e-mail: users-unsubscr...@tapestry.apache.org > > For additional commands, e-mail: users-h...@tapestry.apache.org > > > > > > > > -- > Howard M. Lewis Ship > > Creator of Apache Tapestry > Director of Open Source Technology at Formos > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Cumprimentos... Pedro Januário

Component server side identifiers

2009-04-20 Thread Pedro Januário
erver side unique identifier, it's possible to make some workaround about this. The component have to be a constant field. -- Regards, Pedro Januário

Re: Form submit with bypass to required validation

2009-04-06 Thread Pedro Januário
lient side validation. 2009/4/6 Tapestry Infodea > You are right! > Using the client side validation the follows method is not called: > > void onValidateForm() { >if (saveMode) form.clearErrors(); > } > > If you use ... the above workaround works. > >

Re: Form submit with bypass to required validation

2009-04-06 Thread Pedro Januário
Hi Roberto, I suppose that you are talking about server side code, Form.clearError(), isn't it? The main problem is on client side. 2009/4/6 Tapestry Infodea > Hi, > you can use Form.clearErrors() when you save. > > Roberto. > > Pedro Januário ha scritto: > >

Form submit with bypass to required validation

2009-04-06 Thread Pedro Januário
Hi, I have the need to use a form with two submit buttons: save & finish. The form contains 3 required fields. I would like to know if it's possible to bypass the required field validation on the save button submit. Is there any workaround on it? -- Regards, Pedro Januário

Re: Form submit with bypass to required validation

2009-04-06 Thread Pedro Januário
Saridis > Use onSubmit form the save button, and onSuccess for the finish one > > http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/Form.html > > 2009/4/6 Pedro Januário : > > Hi, > > > > I have the need to use a form

Form submit with bypass to required validation

2009-04-06 Thread Pedro Januário
Hi, I have the need to use a form with two submit buttons: save & finish. The form contains 3 required fields. I would like to know if it's possible to bypass the required field validation on the save button submit. Is there any workaround on it? -- Regards, Pedro Januário