notifyTopics, with parameters?

2007-10-12 Thread Marcos Hernandez
Hi everyone. I think that the whole 'notifyTopics' idea is great, but is there a way to pass a parameter with the topics? Because in javascript, when I use dojo.event.topic.publish('/topicName', param1, param2,...); I can pass to the subscribed function anything I need, but I don't see a way to

Re: [s2] select tag not setting parameter

2007-10-12 Thread Marcos Hernandez
Just as a debug thought: what happens when you fill the list parameter with a couple of counties/value pairs by hand? On the other hand, does the generated HTML have a full list of values aside of the counties name list you are looking in the drop-down box? On 10/12/07, Kevin Wade <[EMAIL PROTECT

Another change in the wiki-docs:

2007-10-12 Thread Marcos Hernandez
This is mainly to Musachy Barroso or anyone interested: Hi. Where in the wiki is the introduction that used to be in the Ajax Tagsin the 2.0.9 docs? I've added a comment on the http://cwiki.apache.org/confluence/display/WW/Ajax+Tags But I see that the 'common attributes' section is not there anymo

Re: [s2] select tag not setting parameter

2007-10-18 Thread Marcos Hernandez
first. > > As always, many thanks to the struts 2 community for pointing me in > the right direction. > > Kevin > > On Oct 12, 2007, at 7:03 PM, Marcos Hernandez wrote: > > > Just as a debug thought: what happens when you fill the list > > parameter with > >

Karma upgrade?

2007-09-29 Thread Marcos Hernandez
Hi everyone, I'd like to help editing the Struts2 documentation. I've already sent the fax with my info and signature 2 weeks ago, but I don't know what a Karma upgrade means. And it seems I need one of 'those' to contribute. (I'm following the directions in: http://struts.apache.org/2.x/docs/edit

Re: Karma upgrade?

2007-09-29 Thread Marcos Hernandez
Hi Wendy, thanx for replying. Just one question: how long do you think it could be before my iCLA is recorded? a month, two, three? because until then I can't be sure that they actually received it by fax :-/ Thanx On 9/29/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > O

Re: Karma upgrade?

2007-09-29 Thread Marcos Hernandez
Thanx for that link, now I can see the list. Another question: does the system automatically emails you when you are added? :-? On 9/29/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 9/29/07, Marcos Hernandez <[EMAIL PROTECTED]> wrote: > > Hi Wendy, thanx fo

Re: Karma upgrade?

2007-09-30 Thread Marcos Hernandez
cumentation you are planning on contributing to is the wiki, > simply add comments to the pages you think need changes. If you would > like, just send those of us with access an email when you do, and > someone will make the change. This would likely be a good way to get > the karma you

Where are the logic: tags?

2007-09-30 Thread Marcos Hernandez
Hi guys Just today I found out that I miss them... Is there a way to create a for loop in Struts2? because I think a block of jsp code will not work there, what is required is a framework tag. Is the logic tag library gone? -- - Marcos H. You must be the

Re: Attribute resultDivId invalid for tag submit according to TLD

2007-09-30 Thread Marcos Hernandez
Hi Moacir. Read the documentation, the resultDivId attribute is deprecated for all ajax tags. You should use the targets attribute now, and there write a coma-separated list of the element's IDs you want to send the result to. Be aware that there's a bug relating this funcionality, targeting a par

Re: Where are the logic: tags?

2007-10-01 Thread Marcos Hernandez
an use the struts2 tag s:iterator: > > http://struts.apache.org/2.x/docs/iterator.html > > , however if you want a foreach loop you could use fmtl tag c:forEach: > > http://java.sun.com/javaee/5/docs/tutorial/doc/bnakh.html#bnakk > > HTH > -Cesar > > > - Origin

Re: Where are the logic: tags?

2007-10-04 Thread Marcos Hernandez
llection or Iterator. AFAIK there is no way to > > define this collection easily using OGNL or JSTL (something like > > comprehension lists in Haskell). > > > > 2007/10/1, Marcos Hernandez <[EMAIL PROTECTED]>: > > > Thanks Cesar, but that's doesn't see

Re: Ajax forms not working - Problem with scriptaculous and dojo

2007-10-06 Thread Marcos Hernandez
I have the head tag first, then prototype and then Script.aculous and they work perfectly well with Dojo. Had you switched order? On 10/5/07, Dave Newton <[EMAIL PROTECTED]> wrote: > > At one point the JavaScript load order when using > Prototype was significant; I had to put the > tag before loa