ADFFACES 481 Warning and Info icons don't display on PDAs

2007-05-03 Thread Piyush Hari
Hello, The icon component renders a skin specific icon. Each skin implementation exposes a set of customizable icons that can be overridden by a custom skin. Each icon is identified by name. name attribute is a name identifying which icon should be rendered. Valid values depend on the

Dependencies ?

2007-04-24 Thread Piyush Hari
Hi, When I run junit tests from the command prompt using : java -cp c:\Temp\trinidad-impl\trinidad-impl.jar; c:\Temp\trinidad-impl\trinidad-impl-test.jar; c:\Temp\trinidad-impl\jsf-api.jar; c:\Temp\trinidad-impl\jsf-impl.jar; c:\Temp\trinidad-impl\activation-1.1.jar;

Re: Dependencies ?

2007-04-24 Thread Piyush Hari
and el-ri.jar. You also need to use either the JSF RI or MyFaces Core jar files, but not both. On 4/24/07, Piyush Hari [EMAIL PROTECTED] wrote: Hi, When I run junit tests from the command prompt using : java -cp c:\Temp\trinidad-impl\trinidad-impl.jar; c:\Temp\trinidad-impl\trinidad-impl

Re: Dependencies ?

2007-04-24 Thread Piyush Hari
/07, Piyush Hari [EMAIL PROTECTED] wrote: Thanks for the reply Mike but this did not solve the problem. I had to include javaee.jar which I got when I installed Java EE 5 SDK on my machine. Also,I removed Myfaces jars and now just use JSF 1.2 Jars now. Thanks for that tip. Then, I had to include

message and messageType in tr:message component

2006-12-14 Thread Piyush Hari
Hello, I am trying to use 'message' and 'messageType' attribute on a tr:message component. According to the trinidad documentation at : http://incubator.apache.org/adffaces/trinidad-api/tagdoc/tr_message.html these attributes are defined as follows: - message : The error, warning, or

Remove maximumLength attribute from inputDate ?

2006-12-14 Thread Piyush Hari
Qiang, I am wondering where we are with this fix ? Are you planning to remove maximumLength attribute from inputDate any sooner ? Regards, -Piyush - Original Message - From: Gabrielle Crawford [EMAIL PROTECTED] To: adffaces-dev@incubator.apache.org Sent: Monday, November 20, 2006

Re: Remove maximumLength attribute from inputDate

2006-11-22 Thread Piyush Hari
you'l have to provide a patch file at that Jira once you are done with removing it.That will be reviewed by the commiters and included in the code. -Piyush - Original Message - From: Qiang Fan [EMAIL PROTECTED] To: adffaces-dev@incubator.apache.org Sent: Wednesday, November 22, 2006

Fw: Custom Skins for Different Form Factors

2006-11-16 Thread Piyush Hari
Resending it.. Please let know your opinion regarding adding @import support in Trinidad for importing skins (see below). thanks, Piyush - Original Message - From: Piyush Hari [EMAIL PROTECTED] To: adffaces-dev@incubator.apache.org Sent: Wednesday, November 15, 2006 4:05 PM

commandButton with icon on PDAs

2006-11-16 Thread Piyush Hari
Hello, commandButton with icon on PDAs displays only the IMAGE and not the inline text. In desktop, an image with an inline text can be displayed within a button. On PDAs, a commandButton gets rendered as in input HTML element as follow : jspx: af:commandButton text=Go to Component Guide page

-adfinternal-supportsDisabledOptions

2006-11-15 Thread Piyush Hari
Anyone knows what this capabiliy means for a browser ? capability name=-adfinternal-supportsDisabledOptions value=false/ -Piyush

Re: Custom Skins for Different Form Factors

2006-11-15 Thread Piyush Hari
Hello, I would like to revive the issue with creating custom PDA skins(see emails below). I propose adding the @import support so that a user can create plus-pda skin by extending the simple-pda and importing the plus-Desktop skin. please read the emails below and let me know what you think

Re: Re: valueChangeListener of a selectBooleanCheckbox

2006-11-10 Thread piyush hari
don't get it when it's unchecked, but do get it when it's checked? -- Adam On 11/9/06, Piyush Hari [EMAIL PROTECTED] wrote: I am using Sun's implementation of JSF here and not MyFaces, if that makes any difference ? -Piyush - Original Message - From: Piyush Hari [EMAIL PROTECTED

Re: Re: Re: valueChangeListener of a selectBooleanCheckbox

2006-11-10 Thread piyush hari
a look at what HTTP parameters are getting sent, and what the Renderer's getSubmittedValue() method returns. -- Adam On 11/10/06, piyush hari [EMAIL PROTECTED] wrote: Hi Adam, Please note that valueChangeListener is called when it is UNCHECKED and not called when it is CHECKED (reverse of what

Re: Re: Re: Re: valueChangeListener of a selectBooleanCheckbox

2006-11-10 Thread Piyush Hari
: Adam Winer [EMAIL PROTECTED] To: adffaces-dev@incubator.apache.org Sent: Friday, November 10, 2006 4:15 PM Subject: Re: Re: Re: Re: valueChangeListener of a selectBooleanCheckbox On 11/10/06, piyush hari [EMAIL PROTECTED] wrote: Upon checking a check Box, getSubmittedValue() does not get called

Re: Re: Re: Re: valueChangeListener of a selectBooleanCheckbox

2006-11-10 Thread Piyush Hari
the closing brackets :-) -Piyush - Original Message - From: Piyush Hari [EMAIL PROTECTED] To: adffaces-dev@incubator.apache.org Sent: Friday, November 10, 2006 4:26 PM Subject: Re: Re: Re: Re: valueChangeListener of a selectBooleanCheckbox When I remove the code that would submit

Re: Re: Re: Re: valueChangeListener of a selectBooleanCheckbox

2006-11-10 Thread Piyush Hari
quote () not brackets is what I meant :) (again a typo) -Piyush - Original Message - From: Piyush Hari [EMAIL PROTECTED] To: adffaces-dev@incubator.apache.org Sent: Friday, November 10, 2006 5:40 PM Subject: Re: Re: Re: Re: valueChangeListener of a selectBooleanCheckbox I dug up

valueChangeListener of a selectBooleanCheckbox

2006-11-09 Thread Piyush Hari
I run into a problem where my checkbox seems to lose its ValueChangeListener on a mobile browser like Pocket IE, IE Mobile. Here is what I have on my JSF page: tr:form tr:panelGroupLayout tr:selectBooleanCheckbox text=selectBooleanCheckbox 1

Re: valueChangeListener of a selectBooleanCheckbox

2006-11-09 Thread Piyush Hari
I am using Sun's implementation of JSF here and not MyFaces, if that makes any difference ? -Piyush - Original Message - From: Piyush Hari [EMAIL PROTECTED] To: adffaces-dev@incubator.apache.org Sent: Thursday, November 09, 2006 2:25 PM Subject: valueChangeListener

[Bug] Re: panelAccordion

2006-11-06 Thread Piyush Hari
on the showDetailItem child to display its content. -Piyush - Original Message - From: Piyush Hari [EMAIL PROTECTED] To: adffaces-dev@incubator.apache.org Sent: Friday, November 03, 2006 5:06 PM Subject: panelAccordion Hello, When I click on a showDetailItem child of a panelAccordion

panelAccordion

2006-11-03 Thread Piyush Hari
Hello, When I click on a showDetailItem child of a panelAccordion, showDetailItem children do not show up. On Refreshing the page they do. Is this a known issue ? I am observing this in all the browsers I tested - IE 7, Firefox - 1.5, Pocket IE, IE Mobile. My JSPX has : tr:panelAccordion

goButton on a PDA

2006-10-27 Thread Piyush Hari
Hello, At present the following logic in GoButtonRenderer renders a goButton as a LINK (html 'a' tag) on PDAs because they don't support button tag : String element = useButtonTag ? button : a; I wonder why a link is renderered when browsers that don't support 'button' tag *CAN* support

Re: goButton on a PDA

2006-10-27 Thread piyush hari
Piyush Hari wrote: Hello, At present the following logic in GoButtonRenderer renders a goButton as a LINK (html 'a' tag) on PDAs because they don't support button tag : String element = useButtonTag ? button : a; I wonder why a link is renderered when browsers that don't support 'button' tag *CAN

Re: goButton on a PDA

2006-10-27 Thread Piyush Hari
pda's. I think since the time that was written the pda's have come a long way. If it works I say go for it. Thanks, Gabrielle Piyush Hari wrote: Hello, At present the following logic in GoButtonRenderer renders a goButton as a LINK (html 'a' tag) on PDAs because they don't support button tag

trinidad build taking time

2006-10-23 Thread Piyush Hari
My trinidad build is taking a lot of time. It seems to get stuck here for a while. Anyone else, facing the same delay ? Is this related to the scheduled downtime ? [INFO] snapshot org.apache.myfaces.trinidadbuild:maven-faces-plugin:incubator-m1 -SNAPSHOT: checking for updates from

How do I tell which Renderer-class to use ?

2006-10-18 Thread Piyush Hari
I am creating a new rendering-class for NavigationPane for PDAs. How do I tell trinidad to use this instead of the existing class for rendering a NavigationPane on a PDA ? -Piyush

Re: How do I tell which Renderer-class to use ?

2006-10-18 Thread Piyush Hari
. take a look at that On 10/18/06, Piyush Hari [EMAIL PROTECTED] wrote: I am creating a new rendering-class for NavigationPane for PDAs. How do I tell trinidad to use this instead of the existing class for rendering a NavigationPane on a PDA ? -Piyush -- Matthias Wessendorf http

Build Error - test failure

2006-10-17 Thread Piyush Hari
Hello, To fix a commandButton ,presently not rendering on a Pocket IE or IE Mobile browser, I changed the following agent capability in pocketie.xml from 'true' to 'false' capability name=-adfinternal-advancedForms value=false/ When I built with tests OFF, it worked fine - button displayed

Re: Build Error - test failure

2006-10-17 Thread Piyush Hari
. Did you do this? What were the golden file diffs? Maybe that will give a clue. Piyush Hari wrote: Hello, To fix a commandButton ,presently not rendering on a Pocket IE or IE Mobile browser, I changed the following agent capability in pocketie.xml from 'true' to 'false' capability name

Re: Build Error - test failure

2006-10-17 Thread Piyush Hari
too. On 10/17/06, Piyush Hari [EMAIL PROTECTED] wrote: I did mvn clean but it did not do any good. -Piyush - Original Message - From: Jeanne Waldman [EMAIL PROTECTED] To: adffaces-dev@incubator.apache.org Sent: Tuesday, October 17, 2006 7:12 PM Subject: Re: Build Error - test failure

Re: Build Error - test failure

2006-10-17 Thread Piyush Hari
: Tuesday, October 17, 2006 7:54 PM Subject: Re: Build Error - test failure in the -impl there is a target folder surefire reports test failer some folder like that may contain more infos On 10/17/06, Piyush Hari [EMAIL PROTECTED] wrote: I did not change any test. I guess my change causes some error

[Proposal] update unsupported-agent tag for PDA

2006-10-16 Thread Piyush Hari
. Regards, Piyush Hari

{Proposal] fix navigationPane layout on a PDA

2006-10-10 Thread piyush hari
Hello, The navigationPane component creates a series of navigation items representing one level in a navigation hierarchy. These items may either be added as children or a menu model may be bound to the navigationPane component. Currently, on a PDA, navigationItem in a tabs , bar and button

[Proposal] fix showDetail component with prompt facet on a PDA

2006-10-10 Thread Piyush Hari
Hello, The showDetail provides a means of toggling a group of components between being disclosed or undisclosed. On a desktop, it shows up as linked hide/show icon followed by a linked disclosed/undisclosed Text. If the prompt facet is present, this will be used instead of the disclosedText

[Proposal] show separator icon and render last child for breadCrumbs on a PDA

2006-10-06 Thread Piyush Hari
Hello, A breadCrumbs component is used in hierarchical site layouts to indicate the path back to the root page of the hierarchy with links. A child representing the current page should be the last child. This child may or may not be rendered depending on variables like the device type or look

[Proposal] enable indentation when panelHeaders are nested on PDA

2006-10-05 Thread Piyush Hari
Hello, A nested panelHeader (panelHeader within a panelHeader) is indented by 5 px spaces on a desktop. However, on a PDA it is not. I propose to fix this disparity by indenting a nested panelHeader. I will go ahead and create a JIRA for this. Take Care, Piyush Hari

[Proposal] display Error Message Icon on a PDA

2006-10-05 Thread Piyush Hari
Hello, When a validation error occurs on an input field, for ex : 'value not entered' when 'required' attribute is set to 'true' on an inputText, messages are rendered alongwith a Icon that is specific to the type of message (For ex : one icon for ERROR, one icon for INFORMATION). This appears

messages component on PDAs

2006-09-29 Thread piyush hari
to the messages component if they are specific to a component? Sincerely, Piyush Hari

Re: [Proposal] fix 'panelAccordion' component for non PPR enabled browsers like BlackBerry

2006-09-26 Thread Piyush Hari
'panelAccordion' component for non PPR enabled browsers like BlackBerry Hi Piyush, Can you try specifying discloseNone=true on the panelAccordion tag? Thanks, Matt On 9/26/06, piyush hari [EMAIL PROTECTED] wrote: Hello, The panelAccordion control can be used to display a group of contents

Re: Pending PDA Patches

2006-09-22 Thread Piyush Hari
Hey Joey, I just realised that I had submitted patches for panelradio and panelChoice which had dependencies on other issues being commited. I cancelled those patches after I read Jeanne's and your e-mails. Thanks, Piyush - Original Message - From: Joseph Rozier [EMAIL PROTECTED]

[Proposal] fix 'panelChoice' component for PDAs

2006-09-18 Thread Piyush Hari
not perorm an action. However, it works fine for desktop applications. Thus, I propose fixing panelChoice component in trinidad for PDAs. Let me know what you think about this. I will go ahead and set a JIRA if none of you have any objections. Regards, Piyush Hari

Re: [Proposal] fix 'panelTabbed' component on PDAs

2006-09-17 Thread Piyush Hari
on PDAs It'd be great to have a working component here on PDAs. I wonder, how are you planning on fixing it? What'll the component look like, esp. with limited screen real estate? -- Adam On 9/16/06, piyush hari [EMAIL PROTECTED] wrote: Hello, The panelTabbed control can be used to display

[Proposal] fix 'panelTabbed' component on PDAs

2006-09-16 Thread piyush hari
in trinidad for PDAs. Let me know what you think about this. I will go ahead and set a JIRA if none of you have objections. Regards, Piyush Hari

[Proposal] fix 'defaultCommand' attribute for 'form' component for PDAs

2006-09-14 Thread Piyush Hari
for desktop applications. Thus, I propose fixing defaultCommand functionality for the 'form' component in trinidad for PDAs. Let me know what you think about this. I will go ahead and set a JIRA if none of you have any objections. Regards, Piyush Hari

[bug] Components of type 'select' do not get expected response on 'autoSubmit' on a PDA device

2006-09-11 Thread Piyush Hari
ello, on autoSubmit a value in a select component (like selectOneChoice), ambiguous data ('undefined') appears within XmlHTTP request string. On investigation, I found that this was due to non-initialization of variable in Core.js. var selectData=; instead of var selectData; I will go ahead

Re: AW: [Proposal] 'initialFocusId' attribute support for document component on PDA]

2006-09-11 Thread Piyush Hari
Nachricht- Von: Piyush Hari [mailto:[EMAIL PROTECTED] Gesendet: Montag, 11. September 2006 04:59 An: adffaces-dev@incubator.apache.org Betreff: [Proposal] 'initialFocusId' attribute support for document component on PDA Hello, 'initialFocusId' attribute on a 'document' component represents the id

[Proposal] 'autoSubmit' support for basic input components on PDAs

2006-09-07 Thread Piyush Hari
of you have objections. Regards, Piyush Hari

Re: trinidad build error

2006-08-28 Thread Piyush Hari
such errors frequently. Simply run it again. It will restart where it failed. Perhaps it fails again retrieving a package but most probably not on the same. Regards, Thorsten -Ursprüngliche Nachricht- Von: Piyush Hari [mailto:[EMAIL PROTECTED] Gesendet: Montag, 28. August 2006 08:03 An: adffaces

Re: RE skins with ADF-Faces

2006-07-26 Thread Piyush Hari
for tests pages I was doing, and as far as I remembered, that was something I did near the end to correct the problem. Piyush Hari [EMAIL PROTECTED] a écrit sur 2006-07-26 02:28:27 : I want to use a custom skin for the adf components. Based on adf-faces-demo, this is what I did: 1) copy the skin

PPR if PIE

2006-07-24 Thread Piyush Hari
PPR does not seem to work with Pocket IE. I am trying to figure out the issue. On debugging, I noticed that the partial targets (listening components) do not get sent in the request.Where does PPR partial targets for a Pocket Internet Explorer get included in the request. -Piyush