Tapestry 5.3 and progressive display

2011-08-08 Thread pedro
zones of the reply ( /Object.keys(reply.zones).each(function(zoneId) / ) as they are not defined in the case of this component. After the exception no other javascript is processed. Regars, Pedro Ayala Software Developer ProQuest -- View this message in context: http://tapestry-users.832.n2

Re: Tapestry 5.3 and progressive display

2011-08-08 Thread pedro
I'll take a look at it, maybe we are not using the latest alpha release (I think we are in alpha 9). We haven't patched that code, and there is no check in the zone variable, so I'll look for the latest code and let you know. -- View this message in context: http://tapestry-users.832.n2.nabble.co

Re: dynamic comboboxes

2006-08-08 Thread Pedro Viegas
ustomerId.length = 1; > } else > { > > > document.customerCall.customerId.length = combo2_values.length; > > > for(i=0;i > document.customerCall.customerId.options[i].value= > combo2_values[i]; > document.customerCall.customerId.options > [i].text=combo2_titles[i]; >} > > >} >}else{ >document.customerCall.customerId.options[0].value > = "-"; >document.customerCall.customerId.options[0].text = > "-"; >} > } > > > how do i do for loops in the script? > > we´re thinking of upgrading to 4.1, is there some component that i could > use > to populate the second one with ajax, so i would be spared of this > javascript generation? > > -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. -- Pedro Viegas

Re: Tap 4.0 + Tacos --> Upgrade to Tap 4.1

2006-08-08 Thread Pedro Viegas
Murthy > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Thanks, Karthik > > -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. -- Pedro Viegas

Re: Tapestry 4.1: dojo everywhere?

2006-08-13 Thread Pedro Viegas
head for a while. > > Not of a concern to me: Dojo provides so many valuable things for a > web-app, > all rectifying the additional loading time. My concern: How can I rectify > a 10 > sec startup-time for a web-app that doesn't use dojo. > > Thank's for your answer! It is a pleasure for me to see how things evolve

How to setup 4.1 MAVEN2 snapshot

2006-08-16 Thread Pedro Viegas
of it all. A jump start or detailed instructions would be very much appreciated! Regards, -- Pedro Viegas

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-16 Thread Pedro Viegas
iles setup in tapestry already. ( http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/) On 8/16/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: > > Hi there, > > Been hearing a lot about using MAVEN2 to get the 4.1-SNAPSHOT of tapestry > for the alpha test phase. > Can anyb

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-16 Thread Pedro Viegas
esse Kuhnert <[EMAIL PROTECTED]> wrote: No, you don't ~have~ to use maven. (And certainly don't need to compile tapestry even if you do). http://people.apache.org/repo/m2-snapshot-repository/org/apache/tapestry/ On 8/16/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: > > So

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-16 Thread Pedro Viegas
http://mojo.codehaus.org/ OK, I think this is it, what do I have to do? There's a bunch of plugins out there. This looks like a trail of breadcrumbs... :-S On 8/16/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: OK, I think I get it, I use the most recent pom I find here right. OK

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-16 Thread Pedro Viegas
Can anybody give the proper steps to get this running? Thanks, On 8/16/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: http://mojo.codehaus.org/ OK, I think this is it, what do I have to do? There's a bunch of plugins out there. This looks like a trail of breadcrumbs... :-S On 8/1

dojoContainerId not being read by shell component

2006-08-16 Thread Pedro Viegas
;path=%2Fdojo%2Fdojo.js"</a>;>http://localhost/delegateIt/app?service=asset&path=%2Ftapestry%2Fcore.js"</a>;> dojo.require("dojo.logging.Logger"); dojo.log.setLevel(dojo.log.getLevel("DEBUG")); Am I missing something? -- Pedro Viegas

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-16 Thread Pedro Viegas
l: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pedro Viegas

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-17 Thread Pedro Viegas
/howardlewisship.com/repository On 8/17/06, andyhot <[EMAIL PROTECTED]> wrote: Looks like it can't find the pom.xml file in the current directory... errr... i'm out of ideas... Pedro Viegas wrote: > Thanks Andy for your response. > But unfortunatly I still get th

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-17 Thread Pedro Viegas
ache.org/repo/m2-snapshot-repository/org/apache/tapestry/tapestry-contrib/4.1.1-SNAPSHOT/ http://people.apache.org/repo/m2-snapshot-repository/org/apache/tapestry/tapestry-annotations/4.1.1-SNAPSHOT/ Pedro Viegas wrote: > So am I! :-( > > Mark, what I am trying to do is simply get the late

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-17 Thread Pedro Viegas
g/repo/m2-snapshot-repository/org/apache/tapestry/tapestry-contrib/4.1.1-SNAPSHOT/ >> >> http://people.apache.org/repo/m2-snapshot-repository/org/apache/tapestry/tapestry-annotations/4.1.1-SNAPSHOT/ >> >> Pedro Viegas wrote: >> > So am I! :-( >> > &g

Re: dojoContainerId not being read by shell component

2006-08-17 Thread Pedro Viegas
Just tested it in the latest SNAPSHOT and it works fine! Bug squashed I guess! ;-) On 8/17/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: Giving a test drive at the Tap 4.1 I found that the shell component always uses the default value for the dojoContainerId. Even if we supply another

Re: new dojo table widget

2006-08-20 Thread Pedro Viegas
stNG), team member/developer > > Open source based consulting work centered around > dojo/tapestry/tacos/hivemind. > > ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pedro Viegas

Async form in Tap4.1 does not work...

2006-08-20 Thread Pedro Viegas
d not even be necessary. I'm using the 4.1.1SNAPSHOOT 20060815. Anybody knows what's wrong? Regards, -- Pedro Viegas

Re: Async form in Tap4.1 does not work...

2006-08-21 Thread Pedro Viegas
uot;Description: "+getDescription()); } } Thanks, On 8/20/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: I don't believe @Submit or similar components accept that parameter. (double check the docs, but I think that only applies to the @Form currently..or various links) On 8/20/

Re: Async form in Tap4.1 does not work...

2006-08-21 Thread Pedro Viegas
estry4.1/components/Shell.html does not mention it I'm only guessing. By what I gather from the TimeTracker code no ajax like form submission is implemented. All ajax calls are made by @EventListener's setups. Is the form ajax submit working? Has anybody got it working? Thanks, On 8/21/06

Re: Submit doesnt tag or select when the form is submitted via ajax

2006-08-21 Thread Pedro Viegas
f TestNG), team member/developer > > > > Open source based consulting work centered around > > dojo/tapestry/tacos/hivemind. > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jesse Kuhnert Tapestry/Dojo/(and a dash of TestNG), team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. -- Pedro Viegas

Re: Submit doesnt tag or select when the form is submitted via ajax

2006-08-21 Thread Pedro Viegas
btw: tried it with the fresh SNAPSHOT of 20060819 and the result is still the same! On 8/21/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: Hi all, I'm having the same issue with ajax submited forms. Jesse, you said that you have added the ajax logic to the form but not the submit. The

Re: Async form in Tap4.1 does not work...

2006-08-21 Thread Pedro Viegas
btw: tried it with the fresh SNAPSHOT of 20060819 and the result is still the same! On 8/21/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: I've been browsing the TimeTracker source to see if I can sort things out. I've found the parameter I mentioned... the shell's ajaxEnable

Re: Submit doesnt tag or select when the form is submitted via ajax

2006-08-21 Thread Pedro Viegas
hivemind. > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pedro Viegas

Re: Async form in Tap4.1 does not work...

2006-08-22 Thread Pedro Viegas
t: terça-feira, 22 de agosto de 2006 14:03 > To: Tapestry users > Subject: Re: Async form in Tap4.1 does not work... > > As I know it is not yet implemented, I guess there are no such > parameters (async, updateComponents) for Submit, LinkSubmit, etc. yet. > > Regards, > Nor

Re: new solution for concurrent requests

2006-08-22 Thread Pedro Viegas
stry code itself. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pedro Viegas

Re: Async form in Tap4.1 does not work...

2006-08-22 Thread Pedro Viegas
:03 > To: Tapestry users > Subject: Re: Async form in Tap4.1 does not work... > > As I know it is not yet implemented, I guess there are no such > parameters (async, updateComponents) for Submit, LinkSubmit, etc. yet. > > Regards, > Norbi > > Denis Souza wrote: >

Re: Async form in Tap4.1 does not work...

2006-08-22 Thread Pedro Viegas
both: > Workbench demo works, but my own code does not. :( > > -----Original Message- > From: Pedro Viegas [mailto:[EMAIL PROTECTED] > Sent: terça-feira, 22 de agosto de 2006 19:19 > To: Tapestry users > Subject: Re: Async form in Tap4.1 does not work... > > Got the ba

Re: Async form in Tap4.1 does not work...

2006-08-22 Thread Pedro Viegas
orry guys...Will be done in a matter of hours.. :/ On 8/22/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: > > That solved it Jesse! > It really was the cache. > Guess those handy old SNAPSHOT JS scripts were in the way... obvious now > that you pointed out! :-D > > By th

Tap4.1 Autocompleter breaks when submited with no value

2006-08-22 Thread Pedro Viegas
ction (Http11Protocol.java:744) - org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket( PoolTcpEndpoint.java:527) - org.apache.tomcat.util.net.MasterSlaveWorkerThread.run( MasterSlaveWorkerThread.java:112) - java.lang.Thread.run(Thread.java:595) -- Pedro Viegas

Re: Tap4.1 Autocompleter breaks when submited with no value

2006-08-22 Thread Pedro Viegas
Done! https://issues.apache.org/jira/browse/TAPESTRY-1074 On 8/23/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: JIRA please.. On 8/22/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: > > If we use a form with an Autocompleter component and submit it without > selecting a val

Tap4.1: DropdownDatePicker and DropdownTimePicker visualy damaged

2006-08-23 Thread Pedro Viegas
inal dojo image says it sould look like. http://dojotoolkit.org/dojo/demos/screenshots/test_CiviCrmDateTimePickerThumb.gif Regards, -- Pedro Viegas

JWC anoyance: Creating component based on existing ones

2006-08-27 Thread Pedro Viegas
se cases we're going deep in the heart of the component implementation and are asking for refactors (new copy-paste) when new releases of tapestry are released. Any thoughts on this will be welcomed. -- Pedro Viegas

Re: Time to move on..

2006-08-27 Thread Pedro Viegas
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pedro Viegas

Re: JWC anoyance: Creating component based on existing ones

2006-08-27 Thread Pedro Viegas
e relying on it ~not~ happening) Maybe I should pause on my other things and tackle this really quick? (besides bugs of course) On 8/27/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: > > Hi all, > > Been creating a component lybrary that is composed of several tapestry > componen

Re: JWC anoyance: Creating component based on existing ones

2006-08-27 Thread Pedro Viegas
previous excception simply allowing the use of normal .xml exception this would by just trivial... and the IDE validation and autocompletion would be VERY welcome! Sorry, this was me trying to compensate Geoff's decision somehow! :-( What do you say? On 8/28/06, Pedro Viegas <[EMAIL PROTECTE

Re: JWC anoyance: Creating component based on existing ones

2006-08-27 Thread Pedro Viegas
ufficient for my needs, especially when tapestry is able to dynamically see my changes made to them. On 8/27/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: > > By the way... since we're diging into this... > Again from the wiki... > > *"Rename the template page from *

Re: JWC anoyance: Creating component based on existing ones

2006-08-28 Thread Pedro Viegas
ting myself up for some unknown blocking reason for this not to be possible...) On 8/27/06, andyhot <[EMAIL PROTECTED]> wrote: > > Are you thinking about a new 'inherits' or 'extends' attribute in the > element ? > > > Jesse Kuhnert wrote: > > O

Re: @EventListener question

2006-08-28 Thread Pedro Viegas
not submitted. Thanks, Andy ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pedro Viegas

Re: @EventListener question

2006-08-28 Thread Pedro Viegas
, On 8/28/06, Andy Pahne <[EMAIL PROTECTED]> wrote: I can't submit it because the user has to fill in some more fields. Maybe I am wrong. There is nothing about submitting the form (async). I will try that. The user then might fill in the rest... Thanks, Andy Pedro Viegas schrieb:

Re: @EventListener question

2006-08-30 Thread Pedro Viegas
ore and more of T5 evolves. (as much as makes sense/is possible at least) On 8/28/06, Andy Pahne <[EMAIL PROTECTED]> wrote: > > > works like a charm with SNAPSHOT... > > Pedro Viegas schrieb: > > Yep, all I said only works if you submit the form in async mode. > > Be

Re: TapIDEA future, post "Time to move on"

2006-08-30 Thread Pedro Viegas
ideas about this. > I > > hope that, together, we can give our contribution to making Tapestry IDE > > support a reality. > > > > Cheers, > > > > Hugo > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Pedro Viegas

Re: TapIDEA future, post "Time to move on"

2006-08-31 Thread Pedro Viegas
; > > >> > Spindle and TapIDEA die for good: > > > >> > Well, there's always the possibility that no one will volunteer > to > > > >> > continue our efforts of bringing IDE support to Tapestry. In this > > > >> scenario > > > >> > both Spindle and TapIDEA end their lives now. > > > >> > > > > >> > > > > >> > The TapIDEA project will be "hibernating" until one of these(or > any > > > >> other) > > > >> > scenarios become reality. > > > >> > I guess now it's up to the community to present their ideas about > > > this. > > > >> I > > > >> > hope that, together, we can give our contribution to making > > Tapestry > > > >> IDE > > > >> > support a reality. > > > >> > > > > >> > Cheers, > > > >> > > > > >> > Hugo > > > >> > > > > >> > > > > >> > > > - > > > > > > >> > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > >> > For additional commands, e-mail: [EMAIL PROTECTED] > > > >> > > > > >> > > > > >> > > > >> > > > >> > > > >> > > > >> > - > > > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > > > >> For additional commands, e-mail: [EMAIL PROTECTED] > > > >> > > > >> > > > > > > > > > > > > > > -- > > > View this message in context: > > > http://www.nabble.com/TapIDEA-future%2C-post-%22Time-to-move-on%22-tf2179878 .html#a6071765 > > > > > > Sent from the Tapestry - User forum at Nabble.com. > > > > > > > > > - > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > -- > Jesse Kuhnert > Tapestry/Dojo/(and a dash of TestNG), team member/developer > > Open source based consulting work centered around > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pedro Viegas

Re: How to use tacos components?

2006-08-31 Thread Pedro Viegas
is that I can't click (can click but does nothing:P) on the DatePicker. How do I use the tacos:DatePicker in example? -- Pedro Viegas

Re: ANN: Tapestry Support for Netbeans 5.5

2006-11-01 Thread Pedro Viegas
pen Source / J2EE Consulting - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pedro Viegas

How to get Tap4.1.2 SNAPSHOOT? Need help with pom.xml

2007-02-06 Thread Pedro Viegas
M/6M [INFO] Help! Regards, --- Pedro Viegas

T4.1.1: Autocomplete is generating tow components instead of one!

2007-02-06 Thread Pedro Viegas
f (autoCompleter_0prop["label"] && autoCompleter_0prop["value"]){ var selw=dojo.widget.byId("autoCompleter_0"); selw.setValue(autoCompleter_0prop["value"]); selw.setLabel(autoCompleter_0prop["label"]); } Just to sum it up... the logger debug line IS called twice, so it really is instanciated twice, even thought the INPUT tag is only generated for the second one! Strange! 02:49:24,197 DEBUG [InputAutocomplete] Component: [EMAIL PROTECTED]/departmentSearch] 02:49:24,402 DEBUG [InputAutocomplete] Component: [EMAIL PROTECTED]/departmentSearch] Can someone help me please? This sound like a BUG of the component right? Or I'm making an unsuported usage of it of some kind. --- Pedro Viegas

Re: How to get Tap4.1.2 SNAPSHOOT? Need help with pom.xml

2007-02-07 Thread Pedro Viegas
Thanks! Works like a charm! Regards, On 2/7/07, Shing Hing Man <[EMAIL PROTECTED]> wrote: Add the following after apache.snapshots http://people.apache.org/repo/m2-snapshot-repository Shing --- Pedro Viegas <[EMAIL PROTECTED]> wrote: > I the

Tap4.1.1: Autocompleter inside another component does not work

2007-02-09 Thread Pedro Viegas
autocompleter component. I've previously posted this in the list but no response. Before using Tap4.1.1 I used 4.0 with Tacos and used Tacos's autocompleter exactly the same way... and it worked like a charm! Has nobody had this problem before? Thanks, -- --- Pedro Viegas

Re: Tap4.1.1: Autocompleter inside another component does not work

2007-02-09 Thread Pedro Viegas
autocompleter inside another component inside a for loop which may initially be hidden. Why not try with 4.1.2-SNAPSHOT ? Pedro Viegas wrote: > Hi all, > > Has anyboby been able do use a Tap 4.1.1 Autocompleter inside another > component? > I have been trying to do so and I get th

Re: Tap4.1.1: Autocompleter inside another component does not work

2007-02-09 Thread Pedro Viegas
Hi there, I have found what is causing the erroneous behaviour. I have been using FieldLabel components with my input components. This is what is causing the component duplicated rendering. I will investigate some more to see it it's my problem or some hidden Tap bug. Thanks, On 2/10/07,

Re: Roadmap for Tacos integration in Tap 4.1 ?

2007-02-13 Thread Pedro Viegas
hot.di.uoa.gr Tapestry / Tacos developer Open Source / J2EE Consulting - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- --- Pedro Viegas

Re: Best strategy?

2007-02-13 Thread Pedro Viegas
]> >> >> Software Engineer >> Teaching & Learning Centre >> University of Calgary >> >> http://tlc.ucalgary.ca >> >> >> > > > -- > Jesse Kuhnert > Tapestry/Dojo team member/developer > > Open source based consulting work centered around > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Julian Wood <[EMAIL PROTECTED]> Software Engineer Teaching & Learning Centre University of Calgary http://tlc.ucalgary.ca -- --- Pedro Viegas

Re: Best strategy?

2007-02-13 Thread Pedro Viegas
--- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- > Julian Wood <[EMAIL PROTECTED]> > > Software Engineer > Teaching & Learning Centre > University of Calgary > > http://tlc.ucalgary.ca > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jesse Kuhnert Tapestry/Dojo team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- --- Pedro Viegas

Re: Best strategy?

2007-02-14 Thread Pedro Viegas
ccess to the model (I haven't seen one that uses AJAX), so if you're paging, this would be confusing for users. HTH, J On 13-Feb-07, at 6:12 PM, Pedro Viegas wrote: > I there Julian, > > I'm also about to begin coding a table component of my own. > Tell me, have y

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

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

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: > >

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. > >

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: [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

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: 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

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-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

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: 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

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

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: value property for Tapestry components

2006-05-06 Thread Pedro Viegas
a string in the TextField: " [EMAIL PROTECTED]" How do the value properties work? I have read the manual, but obviously there's something I am not doing right. -- Cumprimentos, Rui Pacheco -- Pedro Viegas

Re: Dependent drop down list

2006-05-07 Thread Pedro Viegas
update dependent select. If you're interested, I can package it and deploy to tassel. -- Best, Simeon Koptelov - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pedro Viegas

Re: CRUD Example using tapestry ?

2006-05-08 Thread Pedro Viegas
inside to delete row). please attach to my email. it's really hard to study tapestry i have been learning for 3 month but still get stuck.. thnx -- Pedro Viegas

Re: tapestryforums.com

2006-05-09 Thread Pedro Viegas
-- >> > > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > > For additional commands, e-mail: [EMAIL PROTECTED] >> > > >> > > >> > >> > >> > -- >> > Cumprimentos, >> > Rui Pacheco >> > >> > >> >> >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > Jesse Kuhnert > Tacos/Tapestry, team member/developer > > Open source based consulting work centered around > dojo/tapestry/tacos/hivemind. > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pedro Viegas

Re: Validation on Tapestry 4

2006-05-09 Thread Pedro Viegas
estry 3 and the ones for Tapestry 4 don't touch validation at all. -- Cumprimentos, Rui Pacheco -- Pedro Viegas

Re: Validation

2006-05-09 Thread Pedro Viegas
o create all the .page files now. -- Cumprimentos, Rui Pacheco -- Pedro Viegas

Re: Validation

2006-05-09 Thread Pedro Viegas
y .html pages :D On 5/10/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: > > If you do all the binding in the .html template, and the class to page > binding in the .application you don't need the .page in Tap4. > Be more specific if this was not the answer you were looking for.

Re: Validation

2006-05-10 Thread Pedro Viegas
h a parameter that isn't declared for the component? > > --sam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pedro Viegas

Re: Validation on Tapestry 4

2006-05-10 Thread Pedro Viegas
> > > > > > > > > -- > > Jesse Kuhnert > > Tacos/Tapestry, team member/developer > > > > Open source based consulting work centered around > > dojo/tapestry/tacos/hivemind. > > > > > > > -- > Cumprimentos, > Rui Pacheco > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pedro Viegas

Re: Validation on Tapestry 4

2006-05-10 Thread Pedro Viegas
our question. Much easier to send you to > the source and get it right the first time. > > --sam > > > > > > On 5/10/06, Sam Gendler <[EMAIL PROTECTED]> wrote: > > > > > > More telling, I think, is the fact that the folks who answer questions > >

Re: no more spam!

2006-05-11 Thread Pedro Viegas
e made spam free). hooray! :) -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. -- Pedro Viegas

Re: I do not like the new tapestry logo

2006-05-15 Thread Pedro Viegas
kind of logo > contest (cliched, I know) to make sure we choose something that has > general appeal? > > Just my $0.10. > > Paul > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Stéphane Decleire 05 56 57 99 20 06 63 78 69 06 -- Pedro Viegas

Problems with hivemind

2006-05-18 Thread Pedro Garcia
ation has a mistake I spent hours to find the documentation had this mistake and that the service had changed to The mistake is in "tapestry-4.0.1-docs /tapestry/ComponentReference/Upload.html" thanks for your attention, Pedro

A better idea for ValidationStrings_pt_BR.properties

2006-05-19 Thread Pedro Garcia
ValidField since it is deprecated). later,Pedro da Silva Garcia# Copyright 2005 The Apache Software Foundation## Licensed under the Apache License, Version 2.0 (the "License");# you may not use this file except in compliance with the License. # You may obtain a copy of the License at#

Re: Best pratice - CRUD Security - Tapestry 4.0

2006-05-23 Thread Pedro Viegas
or by special code... > > i had a look to ACEGI and seems to me that is not what i'm looking for :( > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Pedro Viegas

Re: how to subscribe or unsubscribe

2006-05-23 Thread Pedro Viegas
ss yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Re: how to subscribe or unsubscribe

2006-05-23 Thread Pedro Viegas
the > mailing list. The subscribe/unsubscribe message on the footer of each > message is incorrect. > > > > On 5/23/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: > > > > Cypher! Please crerate a rule on your mail server. It's getting a little >

InputValidation

2006-05-25 Thread Pedro Garcia
be a ',' . Thanks, Pedro da Silva Garcia

Fwd: InputValidation

2006-05-25 Thread Pedro Garcia
Hi, I am writing just to tell that I found the solution. That problem was that I was looking at the wrong place. Thanks for the attention Pedro -- Forwarded message -- From: Pedro Garcia Date: May 25, 2006 11:33 AM Subject

Help with InputValidation

2006-05-26 Thread Pedro Garcia
hi it's me again. Thought I had solved the problem with number but now every float number is losing the decimal digits that are after the comma. For example when I post 10,55 in the client browser. I m receiving 10.00 on the server. Can anyone help me with this? Thanks

Re: Help with InputValidation

2006-05-26 Thread Pedro Garcia
Thanks On 5/26/06, Shing Hing Man <[EMAIL PROTECTED]> wrote: In the translator, try addding a pattern : Shing --- Pedro Garcia <[EMAIL PROTECTED]> wrote: > hi it's me again. > Thought I had solved the problem with number but now > every float number is > l

Re: Component Tab with AJAX

2006-05-29 Thread Pedro Viegas
> framework:DirectLink like the example, but if someone knows if such a > >>> > implementation already exists could you please direct me to it. > >>> > > >>> > > >>> > Cheers > >>> > > >>> > Hugo > >>> > > >>> > >>> > >>> > >>> - > >>> To unsubscribe, e-mail: [EMAIL PROTECTED] > >>> For additional commands, e-mail: [EMAIL PROTECTED] > >>> > >>> > >> > > > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pedro Viegas

Standalone plugins

2006-12-19 Thread Pedro Abelleira Seco
. Do you think that would be possible with Tapestry? Thank you Pedro __ LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y móviles desde 1 céntimo por minuto. http://es.voice.yahoo.com

Re: Standalone plugins

2006-12-20 Thread Pedro Abelleira Seco
possibilities are enough for such scenario? Cheers Pedro --- Ron Piterman <[EMAIL PROTECTED]> escribió: > It could be done, but above all needs restarting of > the servlet > container for every change- > > Since hivemind lets you peekup configuration from > every jar on the > cla

Re: Standalone plugins

2006-12-20 Thread Pedro Abelleira Seco
; delegate to the tapestry implementation. > > for your dynamic library, create a specification > which is dynamically > generated according to a hivemind configuration > point. > > Never done this, but was often thinking about it... > > Cheers, > Ron > > >

Re: Standalone plugins

2006-12-20 Thread Pedro Abelleira Seco
Oh! good to hear that. I was trying to replace the service tapestry.init.ApplicationSpecificationInitializer with a simple class that adds the id and path to the libraries. It should work, but I will better wait and try to use your better library. Thanks Pedro --- Norbert Sándor <[EM

Re: Tap 4.0.3 HttpSession and WebSession

2007-06-12 Thread Pedro Maria Buitrago Mantilla
pestry/web/WebSession.html#invalidate() > > > > > > > > > > > > On 06/03/07, Miguel Angel Hernández <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > > > > > Anybody knows how I can access the HttpSession from tapestry...