Re: [Tacos-devel] [EMAIL PROTECTED]:dialog (callback submit question)

2006-11-07 Thread Ken nashua
Andy, Can you offer a sample of an extended dialog sample? _ Find a local pizza place, music store, museum and more…then map the best route! http://local.live.com?FORM=MGA001

Re: [Tacos-devel] [EMAIL PROTECTED]:dialog (callback submit question)

2006-11-07 Thread andyhot
Ken nashua wrote: > Hi Folks, > > My home page has lots of AjaxDirectLinks to different popups. > > ex: > [EMAIL PROTECTED]:AjaxDirectLink > [EMAIL PROTECTED]:AjaxDirectLink > [EMAIL PROTECTED]:AjaxDirectLink > > How can I discriminate which link was clicked in my Home.java handler belo

Re: [Tacos-devel] [EMAIL PROTECTED]:dialog (callback submit question)

2006-11-07 Thread Ken nashua
Here is how I use it in Login.html tables or form or some stuff _ Add a Yahoo! contact to Windows Live Messenger for a chance to win a free trip! http://www.imagine-windowslive.com/minisites/yahoo/default.aspx?locale=en-us&hmta

Re: [Tacos-devel] [EMAIL PROTECTED]:dialog (callback submit question)

2006-11-07 Thread Ken nashua
Here is my definition from Home.html for one of the links Login Popup Dialog _ Find a local pizza place, music store, museum and more…then map the best route! http://local.live.com?FORM=MGA001 -

[Tacos-devel] [EMAIL PROTECTED]:dialog (callback submit question)

2006-11-07 Thread Ken nashua
Hi Folks, My home page has lots of AjaxDirectLinks to different popups. ex: [EMAIL PROTECTED]:AjaxDirectLink [EMAIL PROTECTED]:AjaxDirectLink [EMAIL PROTECTED]:AjaxDirectLink How can I discriminate which link was clicked in my Home.java handler below? public IPage onLinkSubm

Re: [Tacos-devel] Regarding tacos:Dialog...

2006-11-07 Thread Warner Onstine
No problem, glad it worked out :-). -warner On 11/7/06, Miguel Angel Hernández <[EMAIL PROTECTED]> wrote: > Warner, > > Good Morning, > > I worked, I changed the method call exactly as you > > public void pintaPopup() { > Dialog dialogo = > (Dialog)getComponent("DialogContent"); > //

Re: [Tacos-devel] Help with dojo

2006-11-07 Thread Andrea Chiumenti
Thank andy, those stupid typos :)On 11/7/06, andyhot <[EMAIL PROTECTED]> wrote: Just tried something similar...Only thing i changed was to useconnectId instead of connectionIdIt works ok here... (using tacos dojo = 0.3.1)Andrea Chiumenti wrote:> Hello, I'm having problems adding a tooltip >> I have

Re: [Tacos-devel] updateComponents in 4.0.1

2006-11-07 Thread edward pedersson
Thanks for replying Andy. My application is in a bit of a mess right now so I can't send you any useful code but I have reverted to the previous version and it works fine. I will attempt to upgrade again after I have had some time to tidy up and if it still does not work i will send you some sample

Re: [Tacos-devel] Help with dojo

2006-11-07 Thread andyhot
Just tried something similar... Only thing i changed was to use connectId instead of connectionId It works ok here... (using tacos dojo = 0.3.1) Andrea Chiumenti wrote: > Hello, I'm having problems adding a tooltip > > I have a page similar to this: > > bla bla bla > > hello world > >

Re: [Tacos-devel] 4.0.2-SNAPSHOT whoas...please help thanks

2006-11-07 Thread Ken nashua
Ok, I found a copy of that jar inside src/main/webapp/web-inf/lib I know I need a dope slap. (it never dawned on me that I had this setup this way because I have alot of crap inside that dir) Now I am alarmed/confused. Should this dir be empty ? Should I let the pom.xml dependencies populate t

Re: [Tacos-devel] Regarding tacos:Dialog...

2006-11-07 Thread Miguel Angel Hernández
Warner, Good Morning,I worked, I changed the method call exactly as youpublic void pintaPopup() {        Dialog dialogo = (Dialog)getComponent("DialogContent");//        dialogo.show ();        setHidden(false);            }    public void borraPopup() {        Dialog dialogo = (Dialog)getComponent

Re: [Tacos-devel] 4.0.2-SNAPSHOT whoas...please help thanks

2006-11-07 Thread andyhot
Well, i just tried this whole procedure (in order to update one of my projects to 4.0.2-SNAPSHOT) and didn't have any problems... Can you search in your system for the tacos-core-4.0.1-20061030.052315-12.jar file? Is it possible that you have it as a resource and thus it gets copied into the war?

Re: [Tacos-devel] 4.0.2-SNAPSHOT whoas...please help thanks

2006-11-07 Thread Ken nashua
Ok, here is the app pom.xml http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> 4.0.0 product product 1.0 tap.proto tap.proto w

Re: [Tacos-devel] 4.0.2-SNAPSHOT whoas...please help thanks

2006-11-07 Thread Ken nashua
Here is my parent POM.XML... app POM will follow on next message. And btw... there my common and proto.component do not have any dependency on tacos. http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/

Re: [Tacos-devel] 4.0.2-SNAPSHOT whoas...please help thanks

2006-11-07 Thread Ken nashua
Ok, based on your last message... do not do "mvn deploy". Thats for you not me, I assume. After svn update... Then I went into my local repository and deleted all net.sf.tacos dirs. Then i went into my webapps and deleted all their target dirs. then i went into C:\TEMP and deleted all jetty we

[Tacos-devel] Help with dojo

2006-11-07 Thread Andrea Chiumenti
Hello, I'm having problems adding a tooltipI have a page similar to this: bla bla blahello world    
    dojo.require("dojo.widget.Tooltip");
    var tooltipWidget = dojo.widget.createWidget('Tooltip', {connectionId: 'celltableForm-1.1 ' }, dojo.byId('info'));

Re: [Tacos-devel] 4.0.2-SNAPSHOT whoas...please help thanks

2006-11-07 Thread andyhot
Ken nashua wrote: > Andy, > > Now I am unable to perform "mvn clean install deploy" > > What is the deal with authenticating now with shell.sourceforge.net ? > > Is there an anonymous authentication? > > Can you assist? > Hey, your trying to upload the generated artifacts in our server. Tha

Re: [Tacos-devel] 4.0.2-SNAPSHOT whoas...please help thanks

2006-11-07 Thread Ken nashua
Andy, Now I am unable to perform "mvn clean install deploy" What is the deal with authenticating now with shell.sourceforge.net ? Is there an anonymous authentication? Can you assist? Thanks C:\Prototype\Mavenized\Product\tacos-4.0\trunk>set MAVEN_OPTS=-Xms128m -Xmx512m -Xss32768k [INFO] S