Unsubscribe

2010-05-04 Thread parthiv . pradhan
Sent from my iPod

unsubscribe

2010-05-08 Thread parthiv . pradhan

Unsubscribe

2010-07-13 Thread parthiv . pradhan
Sent from my iPod

Blank check validator in Trinidad 1.2

2011-05-27 Thread parthiv pradhan
Hi All, If a tr:inputbox has required="true" then the error message by default appears at the bottom of the text box. i) Can the postion of this in-built error message be changed? ii) Can the appearance of this error message be changed by using a custom stylesheet? I cannot write a custom blank c

Re: Blank check validator in Trinidad 1.2

2011-06-01 Thread parthiv pradhan
; details. > I can't find the selector keys for skinning the messages, but they do > exist : for instance, af|panelFormLayout:message-cell when the > inputText is in a panelFormLayout. Check the generated source of your > page. > > Hope this helps, > Regards, > Cedr

Re: Blank check validator in Trinidad 1.2

2011-06-01 Thread parthiv pradhan
quot;; * xmlns:t=*"http://myfaces.apache.org/tomahawk"; * xmlns:jsp=*"http://java.sun.com/JSP/Page"*> On Wed, Jun 1, 2011 at 9:54 PM, parthiv pradhan wrote: > > thanks Cedric for the reply. > if I set the required and simp

Not able to use tr validators/convertors with facelets

2011-06-03 Thread parthiv pradhan
Hi All, I am having this strange problem. I am able to use all trinidad components in my project where I am using facelets. But when I use any of the trinidad validator/convertor tag I get the below error while running the xhtml file. any help on this would be very useful!! thanks Parthiv -

Re: Blank check validator in Trinidad 1.2

2011-06-03 Thread parthiv pradhan
please ignore this. seems like a conflict between trinidad components and java JSF components. I placed the components inside trinidad table layout instead of panelgrid and the error messages are shown in red color. thanks On Wed, Jun 1, 2011 at 10:57 PM, parthiv pradhan wrote: > ahh was us

Re: Not able to use tr validators/convertors with facelets

2011-06-06 Thread parthiv pradhan
is the version of > Facelets? > It would also help if you included a code fragment that is producing this > exception for you. > > Max > > > On 6/3/2011 11:52 PM, parthiv pradhan wrote: > > Hi All, > > I am having this strange problem. I am able to use all trinida

tr:message not working in case of partial submit

2011-06-06 Thread parthiv pradhan
Hi All, I am trying to show component level error message on a screen which is partially submitted. Interestingly tr:messages shows all the error messages but tr:message fails to show any error message when a command button with partialsubmit = true is clicked. tr:message works in case a normal co

panelAccordian disclosed undisclosed icon position

2011-06-15 Thread parthiv pradhan
Hi All, is there a way by which the undisclosed/disclosed icon on the panel accordian can be placed on the right side instead of the default left position. thanks parthiv

How to show time in HH:MM format on the Y axix of a tr:chart

2009-01-10 Thread parthiv pradhan
Hello, I have this requirement where I want to show a trend of arrival of some sort of feeds over a period of days. On my X-axix I have plotted the dates in the format "MM/DD/YY" by using getLabels () method of the ChartModel. On the Y-axix I want to plot the time. But as you know to plot the Y ax

Re: How to show time in HH:MM format on the Y axix of a tr:chart

2009-01-12 Thread parthiv pradhan
Wessendorf wrote: > I think we would need an enhancement for that. > Kinda having a converter for the y-values, but not > yet present. > > Feel free to contribute this extra functionality. > > -M > > On Sat, Jan 10, 2009 at 1:10 AM, parthiv pradhan > wrote: >> Hello, &

Re: Trinidad 2.0.1 PPR hour Glass Issue with facelet

2012-03-14 Thread parthiv pradhan
in your test case. > Does it happen for all browsers? > > Max > > > On 3/14/2012 6:40 AM, parthiv.prad...@gmail.com wrote: > >> >> >> - Forwarded message - >> From: "Parthiv Pradhan" >> Date: Wed, Mar 14, 2012 4:00 pm >>

Re: Trinidad 2.0.1 PPR hour Glass Issue with facelet

2012-03-14 Thread parthiv pradhan
ok figured out how to create a JIRA ticket following is the link to the issue created https://issues.apache.org/jira/browse/TRINIDAD-2242 thanks Parthiv -- Forwarded message -- From: parthiv pradhan Date: Wed, Mar 14, 2012 at 9:57 PM Subject: Re: Trinidad 2.0.1 PPR hour Glass

Memory problem due to extensive use of HTML components

2012-08-25 Thread parthiv pradhan
Hi All, In our application we have extensively used trh:tablelayout and this is causing huge memory problem for us. In heap dump we found that the view state is almost taking up around 1.5 MB of memory per session. It is too late considering the deliverable to make the UI changes. In this event w

Re: Memory problem due to extensive use of HTML components

2012-08-25 Thread parthiv pradhan
we are using client side state saving. On Sat, Aug 25, 2012 at 11:21 PM, parthiv pradhan wrote: > Hi All, > > In our application we have extensively used trh:tablelayout and this is > causing huge memory problem for us. In heap dump we found that the view > state is almost takin

Re: Memory problem due to extensive use of HTML components

2012-08-27 Thread parthiv pradhan
would appreciate if someone can guide in how to override the trinindad satemanager to save the state and view to a external cache. thanks On Sun, Aug 26, 2012 at 10:23 AM, parthiv pradhan wrote: > we are using client side state saving. > > On Sat, Aug 25, 2012 at 11:21 PM, parthi

[jira] [Created] (TRINIDAD-2242) Trinidad 2.0.1 PPR hour Glass Issue with facelet

2012-03-14 Thread Parthiv Pradhan (Created) (JIRA)
: Facelets Affects Versions: 2.0.1-core Environment: window 7 IE browser Reporter: Parthiv Pradhan Hi, Following is the content of my xhtml file. On clicking the button though the output text gets updated an hour glass appears. It seems to be an issue just with facelets. It

[jira] [Commented] (TRINIDAD-2242) Trinidad 2.0.1 PPR hour Glass Issue with facelet

2012-03-14 Thread Parthiv Pradhan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13229882#comment-13229882 ] Parthiv Pradhan commented on TRINIDAD-2242: --- this issues happens only o