panelPopup demo failed

2007-11-14 Thread Balaji Phani Krishna Annangi
Everyone,
I am trying Trinidad component demos on my box. I am able see the demos
of all components except panelPopup. When I click on panel popup, I
ended up with the following error

Compilation of JSP File '/components/panelPopup.jspx' failed:

panelPopup.jspx:39:14: This tag is not recognized.
tr:panelPopup binding=#{editor.component} text=Click
Here 
 ^---^
panelPopup.jspx:39:14: This tag is not recognized.
tr:panelPopup binding=#{editor.component} text=Click
Here 
 ^---^
panelPopup.jspx:39:14: This tag is not recognized.
tr:panelPopup binding=#{editor.component} text=Click
Here 
 ^---^

Any Idea?

Using : Trinidad-api-1.0.4-SNAPSHOT.jar,
Trinidad-impl-1.0.4-SNAPSHOT.jar, myfaces-api-1.1.5.jar,
myfaces-impl-1.1.5.jar 

Thanks in advance
Krishna


RE: Client validation configuration

2007-07-27 Thread Balaji Phani Krishna Annangi
Thanks Danny - I'm using old jar files. Working fine with 1.0.1 

Krishna Annangi



From: Danny Robinson [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 27, 2007 6:05 PM
To: MyFaces Discussion
Subject: Re: Client validation configuration

Which version of Trinidad are you using, as client-validation=INLINE was only 
available in 1.0.1 onwards.
On 7/27/07, Balaji Phani Krishna Annangi  [EMAIL PROTECTED] wrote:
 
Hi Everyone,
 
I am trying to configure the client side validation [inline/disabled/alert] of 
UI components. But no matter how I configured,
The client validations are always shown as alerts. I removed the 
configuration-still the validations are
Shown as alerts - I'm trying to validate tr:inputText component in Trinidad 
components demo using 
tr:validateRegExp id=id pattern=[0-9]* messageDetailNoMatch=Error 
message /
 
Also I am getting the following console warning when I use 
client-validationinline/client-validation
 
WARNING: Element client-validation is not understood
 
Any help?
 
Thanks,
K.Annangi



-- 
Chordiant Software Inc.
www.chordiant.com 


Client validation configuration

2007-07-27 Thread Balaji Phani Krishna Annangi
 

Hi Everyone,

 

I am trying to configure the client side validation
[inline/disabled/alert] of UI components. But no matter how I
configured,

The client validations are always shown as alerts. I removed the
configuration-still the validations are

Shown as alerts - I'm trying to validate tr:inputText component in
Trinidad components demo using 

tr:validateRegExp id=id pattern=[0-9]* messageDetailNoMatch=Error
message /

 

Also I am getting the following console warning when I use
client-validationinline/client-validation

 

WARNING: Element client-validation is not understood

 

Any help?

 

Thanks,

K.Annangi