Re: Trinidad : date validation

2008-11-24 Thread dushyant agarwal
use tr:validateDateTimeRange --- On Fri, 21/11/08, Naik, Bhushan [EMAIL PROTECTED] wrote: From: Naik, Bhushan [EMAIL PROTECTED] Subject: Trinidad : date validation To: MyFaces Development dev@myfaces.apache.org Date: Friday, 21 November, 2008, 9:29 PM Hi, I want to use Trinidad

[jira] Commented: (TRINIDAD-1221) bug related to navigationPane Component

2008-11-14 Thread Dushyant Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647546#action_12647546 ] Dushyant Agarwal commented on TRINIDAD-1221: Can Matthias Wesssendorf please

[TRINIDAD]tr:showDetail or tr:Page

2008-11-14 Thread dushyant agarwal
Hi, I have a functionality in which a tree of different processes has to be displayed in the left hand side of the window. When some one clicks on any process the jsp for that view id has to be displayed on the rest of teh screen. Also a trail of the tasks that have been opened has to be

[jira] Commented: (TRINIDAD-1230) [TRINIDAD] Exception on using CoreShowDetailItem

2008-10-31 Thread Dushyant Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12644268#action_12644268 ] Dushyant Agarwal commented on TRINIDAD-1230: well no response was available

[jira] Issue Comment Edited: (TRINIDAD-1230) [TRINIDAD] Exception on using CoreShowDetailItem

2008-10-31 Thread Dushyant Agarwal (JIRA)
/jira/browse/TRINIDAD-1230 Project: MyFaces Trinidad Issue Type: Bug Components: Components Affects Versions: 1.2.8-core Environment: JBoss 4.2.1, Trinidad 1.2.8, JSF 1.2 Reporter: Dushyant Agarwal Hi, I have a JSF page containing

[jira] Created: (TRINIDAD-1230) [TRINIDAD] Exception on using CoreShowDetailItem

2008-09-17 Thread Dushyant Agarwal (JIRA)
: Components Affects Versions: 1.2.8-core Environment: JBoss 4.2.1, Trinidad 1.2.8, JSF 1.2 Reporter: Dushyant Agarwal Hi, I have a JSF page containing a tr:panelRadio component. Inside this component I have put tr:showDetailItem which contain the corresponding component

RE: MyFaces - Trinidad - Partial Page Rendering [PPR]

2008-09-06 Thread dushyant agarwal
To avoid this problem of naming container, you should use the addPartialTarget method of RequestContext Api in the listener of the component which is generating the partial request. Dushyant --- On Fri, 5/9/08, GTrivedi [EMAIL PROTECTED] wrote: From: GTrivedi [EMAIL PROTECTED] Subject: RE:

[jira] Created: (TRINIDAD-1165) [TRINIDAD]Tree table does not show correct bindings.

2008-07-23 Thread Dushyant Agarwal (JIRA)
Components: Components Affects Versions: 1.2.8-core Environment: Apache Trinidad 1.2.8, Jboss 4.2.1-GA Reporter: Dushyant Agarwal Fix For: 1.2.8-core Hi, I have a JSF page,that contains a tree table that shows data arriving from database via EJB

[jira] Resolved: (TRINIDAD-1165) [TRINIDAD]Tree table does not show correct bindings.

2008-07-23 Thread Dushyant Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dushyant Agarwal resolved TRINIDAD-1165. Resolution: Fixed We have to put treeTable.resetStampState() after creating all

[jira] Created: (TRINIDAD-1147) tr:commandNavigationItem

2008-07-08 Thread Dushyant Agarwal (JIRA)
Reporter: Dushyant Agarwal Fix For: 1.2.8-core I am using JDev 11g,JBoss 4.2.1, Trinidad 1.2.4. In my project I have top,bottom center frames. I have a page in the center frame that consists of a tr:commandNavigationItem component. I have provided the destination

Re: [jira] Resolved: (TRINIDAD-1147) tr:commandNavigationItem

2008-07-08 Thread dushyant agarwal
URL: https://issues.apache.org/jira/browse/TRINIDAD-1147 Project: MyFaces Trinidad Issue Type: Test Components: Components Affects Versions: 1.2.8-core Reporter: Dushyant Agarwal I am using JDev 11g,JBoss 4.2.1, Trinidad 1.2.4. In my project I

Re: [TRINIDAD] Unable to use Converter with tr:inputDate

2008-07-04 Thread dushyant agarwal
Discussion [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Thursday, 3 July, 2008, 5:55 PM Please do no cross-postings... On Thu, Jul 3, 2008 at 2:14 PM, dushyant agarwal [EMAIL PROTECTED] wrote: Hi, I have JSF page which contains a tr:inputDate component as given below:- tr:inputDate binding

Fw: Re: [TRINIDAD] Unable to use Converter with tr:inputDate

2008-07-04 Thread dushyant agarwal
Converter with tr:inputDate To: MyFaces Discussion [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Thursday, 3 July, 2008, 5:55 PM Please do no cross-postings... On Thu, Jul 3, 2008 at 2:14 PM, dushyant agarwal [EMAIL PROTECTED] wrote: Hi, I have JSF page which contains a tr:inputDate component

[jira] Created: (TRINIDAD-1141) Unable to set DateTimeConverter with tr:inputDate component from the backing bean

2008-07-04 Thread Dushyant Agarwal (JIRA)
: MyFaces Trinidad Issue Type: Improvement Components: Components Affects Versions: 1.2.4-core Environment: WinXP,SP2, 2GB RAM , COre2 Duo Processor(2.86) Reporter: Dushyant Agarwal Fix For: 1.2.4-core I have JSF page which contains

[TRINIDAD] Unable to use Converter with tr:inputDate

2008-07-03 Thread dushyant agarwal
Hi, I have JSF page which contains a tr:inputDate component as given below:- tr:inputDate binding=#{BB.inputDate1}/ As well as there is a commandButton tr:commandButton action=#{BB.action} In the Backing bean the action method is as follows:- public String action(){ DateTimeConverter converter

[TRINIDAD]Java Script not executing on calling Service's addScript method

2008-07-02 Thread dushyant agarwal
Hi, I created a JSF Page with a tr:commandButton in it. Inside its action method I wrote the following code:- public String action(){ ExtendedRenderKitService service= Service.getRenderKitService(FacesContext.getCurrentInsatnce(),ExtendedRenderKitService.class );

[TRINIDAD] styleClass not getting applied on tr:column's header

2008-06-26 Thread dushyant agarwal
Hi, I have a requirement where I have to put background color=Yellow on one  tr:column's header inside  a tr:table. In the skin's CSS I wrote the following code: af|column::headerText.ColStyle{ background-color=Yellow; }  In the jsp I wrote tr:column styleClass=ColStyle/ However, in Mozilla

[TRINIDAD] How to prevent input date component from showing dates before a given date

2008-06-24 Thread dushyant agarwal
Hi, I have a requirement where I need to render the tr:inputDate component such= that on opening the calendar popup, dates before a certain date can't be s= elected.=C2=A0 How can this be brought about??? Dushyant Best Jokes, Best Friends, Best Food and more. Go to

tr:form + tr:commandButton not working

2008-04-24 Thread dushyant agarwal
Hi I installed FireBug with Mozilla FireFox. In my JSP page I had got a tr:from and a tr:commandButton. On clicking on the commandButton the following process took place. In one Page1.jsp I have got the following code: f:view tr:document tr:form id =form1 binding=#{backing_Page1.form1}

[TRINIDAD]Problem in using select Many Shuttle

2008-04-17 Thread dushyant agarwal
/RemoveAll that are rendered by default by the component. As well as the top/bottom up/down links in select Order Shuttle?? Dushyant Agarwal - Check out the all-new face of Yahoo! India. Click here.