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" > Date: Friday, 21 November, 2008, 9:29 PM > Hi, > I want to use Trinidad where in need

[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-tabpanel&focusedCommentId=12647796#action_12647796 ] Dushyant Agarwal commented on TRINIDAD-1221: Is Myfaces Trinid

[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 maintai

[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-tabpanel&focusedCommentId=12647546#action_12647546 ] Dushyant Agarwal commented on TRINIDAD-1221: Can Matthias Wesssen

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

2008-10-31 Thread Dushyant Agarwal (JIRA)
ge_jsp._jspx_meth_tr_005fcommandNavigationItem_005f0(indxPage_jsp.java:390) > > > > > > > org.apache.jsp.indxPage_jsp._jspx_meth_tr_005fnavigationPane_005f0(indxPage_jsp.java:349) > > > > > > > org.apache.jsp.indxPage_jsp._jspx_meth_tr_005fform_005f0(indxPage

[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-tabpanel&focusedCommentId=12644268#action_12644268 ] Dushyant Agarwal commented on TRINIDAD-1230: well no response was avail

[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 to

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] 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-1165) [TRINIDAD]Tree table does not show correct bindings.

2008-07-22 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. The

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

2008-07-08 Thread dushyant agarwal
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

[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 "destin

[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 a

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

2008-07-04 Thread dushyant agarwal
se 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 whi

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

2008-07-04 Thread dushyant agarwal
es 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

[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:- As well as there is a commandButton In the Backing bean the action method is as follows:- public String action(){ DateTimeConverter converter = new DateTimeConverter();//the Trinidad DateTime Converter converter.set

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

2008-07-01 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 ); service.addScript(FacesContext.

[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 However, in Mozilla the style is not at all getting

[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 http://in.promos.yaho

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: Not much of a code ?? Now on using FireBug's debugger I got one

[TRINIDAD]Problem in using select Many Shuttle

2008-04-17 Thread dushyant agarwal
ve/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.