SV: SV: Re: basic dialog nullpointerexception

2007-03-14 Thread Hermod Opstvedt
Hi Try it with jdk 1.4 on 5.5.23 and see what happens then. Hermod -Opprinnelig melding- Fra: Veit Guna [mailto:[EMAIL PROTECTED] Sendt: 14. mars 2007 23:06 Til: user@shale.apache.org Emne: Re: SV: Re: basic dialog nullpointerexception Hi. After I switched my local project to another

Re: Strange behavior from tags when using Clay HTML templates

2007-03-14 Thread Gary VanMatre
>From: "Richard Eggert" <[EMAIL PROTECTED]> > > I'm having an issue using anchor () tags that are explicitly mapped to > h:commandLink (implicitly mapped tags don't work at all in this case). > > Consider the following HTML template named bugTest.html loaded via an XML > view > named "/bugTes

Re: SV: Re: basic dialog nullpointerexception

2007-03-14 Thread Veit Guna
Hi. After I switched my local project to another version (different workspace), it indeeded stopped working with 5.5.23. But it worked before with 5.5.23. I don't know what it blew up. So that means, listeners in tlds only work up to tomcat 5.5.17? But it didn't work out with my 5.5.17 version. S

Re: Defining mask globally

2007-03-14 Thread Sanjay Choudhary
Hi Hermod, I am using version 1.0.4 of shale-validator. Is this the right approach to manage the regex for the mask? I also double checked about typo error, that error was in email message but not in the code. Thanks On 3/14/07, Hermod Opstvedt <[EMAIL PROTECTED]> wrote: Hi Another ques

SV: Defining mask globally

2007-03-14 Thread Hermod Opstvedt
Hi Another question: Which version is this of shale-validator? The linenumbers don't match up with the current. Hermod -Opprinnelig melding- Fra: Sanjay Choudhary [mailto:[EMAIL PROTECTED] Sendt: 14. mars 2007 21:33 Til: user@shale.apache.org Emne: Defining mask globally hi I wish to

SV: Defining mask globally

2007-03-14 Thread Hermod Opstvedt
Hi Is it a typo that you have: value="#{ globalmask.name}" />? Note the space after the curlybracket Hermod -Opprinnelig melding- Fra: Sanjay Choudhary [mailto:[EMAIL PROTECTED] Sendt: 14. mars 2007 21:33 Til: user@shale.apache.org Emne: Defining mask globally hi I wish to define the

SV: Re: basic dialog nullpointerexception

2007-03-14 Thread Hermod Opstvedt
Hi The last working version of Tomcat is actually 5.5.17 with Java5. If you switch to Java 1.4 things are different. There is a post by me on this, where I went through and tested on all 5.5.x versions, and things stopped working after 5.5.17 Hermod -Opprinnelig melding- Fra: Veit Guna

Defining mask globally

2007-03-14 Thread Sanjay Choudhary
hi I wish to define the global regex for masks in a common file. For example , name field mask will be like ^[a-zA-Z]+$. I wish to replace this with something like

SV: Strange behavior from tags when using Clay HTML templates

2007-03-14 Thread Hermod Opstvedt
Hi In the shaleclay starter archetype [1] there is a menu structure that uses the implicit tags, and works just fine: Menu Home .. So use an outcome defined in faces-config.xml as your action

Strange behavior from tags when using Clay HTML templates

2007-03-14 Thread Richard Eggert
I'm having an issue using anchor () tags that are explicitly mapped to h:commandLink (implicitly mapped tags don't work at all in this case). Consider the following HTML template named bugTest.html loaded via an XML view named "/bugTest.clay": Go here