RE: storing errors in session with multiple screens

2010-07-22 Thread Vinaya Tirikkovalluru
:24 AM To: MyFaces Discussion Subject: RE: storing errors in session with multiple screens Hi, Thanks for this info. Are you putting your backing bean in session and have written custom validators for each control to store and clear the errors in session? -Original Message- From: Vinaya

RE: storing errors in session with multiple screens

2010-07-21 Thread Vinaya Tirikkovalluru
My page is in session and I can display the previous pages errors. But the not with the t:messages. I display them with a t:output And errors are the property of the bean underneath the page. -Original Message- From: Kalra, Ashwani [mailto:ashwani.ka...@capgemini.com] Sent: Wednesday,

Set values to t:selectManyPicklist

2010-07-01 Thread Vinaya Tirikkovalluru
Hi, I am trying to set the values of the t:selectManyPicklist t:selectManyPicklist value=#{user.selectedList} addButtonStyleClass=button addAllButtonStyle=true style=width:350px size=10 f:selectItems value=#{user.availableList} / /t:selectManyPicklist But the other

Iframes with Myfaces

2010-06-17 Thread Vinaya Tirikkovalluru
Hi, Can anyone help me with iframes code in Myfaces? I need to have a expandable frame under every row and the data of the frame should be triggered on the click. The master detail table would not work for me as the detail data needs to be queried along with the master data. This is

Nested s:modalDialog

2010-02-26 Thread Vinaya Tirikkovalluru
Hi, I have a requirement where a popup A calls another popup B. As popup A is of more size than B, B is hidden. Is there any way to show the popup always on top? Thanks Vinaya This electronic message is intended only for the use of the individual(s) or entity(ies) named above and

RE: Nested s:modalDialog

2010-02-26 Thread Vinaya Tirikkovalluru
Well, I could get the popup B to popup on A. However I am not able to enter any values in B. Thanks Vinaya -Original Message- From: Vinaya Tirikkovalluru [mailto:vinaya.tirikkovall...@converge.com] Sent: Friday, February 26, 2010 1:28 PM To: MyFaces Discussion Subject: Nested

rowSpan for t:PanelGrid

2010-02-23 Thread Vinaya Tirikkovalluru
Hi, Did any of you implement the rowSpan/colSpan for t:panelGrid Thanks Vinaya This electronic message is intended only for the use of the individual(s) or entity(ies) named above and may contain information which is privileged and/or confidential. If you are not the intended

RE: Is it possible to do this with dataTables?

2010-01-28 Thread Vinaya Tirikkovalluru
Yes, It is possible. After the all the columns /t:column, use the facet f:facet name=detailStamp t:panelGrid id=soMpn1 columns=1 width=100% test /t:panelGrid hr / /t:panelGrid /f:facet Vinaya -Original Message- From: laredotornado [mailto:laredotorn...@gmail.com] Sent: Thursday,

PanelGrid Vs Html Table

2010-01-06 Thread Vinaya Tirikkovalluru
Hi, I am using t:panelGrid. Can I use html table instead? I can align the tables well with table I agree that using t:panelGrid would have the capability of rendering based on a variable. I am not using that any ways and will not be using it. I think instead of using nested

RE: PanelGrid Vs Html Table

2010-01-06 Thread Vinaya Tirikkovalluru
, Jakob Korherr 2010/1/6 Vinaya Tirikkovalluru vinaya.tirikkovall...@converge.com Hi, I am using t:panelGrid. Can I use html table instead? I can align the tables well with table I agree that using t:panelGrid would have the capability of rendering based on a variable. I am not using

RE: PanelGrid Vs Html Table

2010-01-06 Thread Vinaya Tirikkovalluru
sorry, but that's not what I was asking. Are you using JSF (MyFaces Core) 1.1 or 1.2?? 2010/1/6 Vinaya Tirikkovalluru vinaya.tirikkovall...@converge.com Tomahawk 1.1.9 -Original Message- From: sethfromaust...@gmail.com [mailto:sethfromaust...@gmail.com] On Behalf Of Jakob Korherr

RE: Html Tags Vs Tomahawk Tags

2009-11-04 Thread Vinaya Tirikkovalluru
in-line with a smaller component tree, or having JSF components that render using the response writer methods. BTW, I strongly recommend facelets over JSP if you are using in-line HTML -Andrew On Tue, Nov 3, 2009 at 12:38 PM, Vinaya Tirikkovalluru vinaya.tirikkovall...@converge.com wrote: Hi

Html Tags Vs Tomahawk Tags

2009-11-03 Thread Vinaya Tirikkovalluru
Hi, Would there be any difference/advantage in using Html tags Vs Tomahawk Tags where ever possible? For Example: I can use Table instead of t:panelGrid in many cases. Vinaya This electronic message is intended only for the use of the individual(s) or entity(ies) named above and

MyFaces Logging.

2009-10-29 Thread Vinaya Tirikkovalluru
Hi Was anyone able to disable the Myfaces/Facelets logging in the log files? Vinaya This electronic message is intended only for the use of the individual(s) or entity(ies) named above and may contain information which is privileged and/or confidential. If you are not the intended

RE: Problem with t:jscookMenu

2009-05-18 Thread Vinaya Tirikkovalluru
Hi, Overwrite HtmlJSCookMenuTag.java Add this to setProperties() method; if (_styleLocation != null) { comp.setValueExpression(styleLocation, _styleLocation); //Begin new code jro- if (_styleLocation != null)

RE: Problem with t:jscookMenu

2009-05-18 Thread Vinaya Tirikkovalluru
addressee(s). Do not share or use them without Fannie Mae's approval. If received in error, contact the sender and delete them. From: Vinaya Tirikkovalluru [mailto:vinaya.tirikkovall...@converge.com] Sent: Monday, May 18, 2009 2:04 PM To: MyFaces Discussion

RE: Problem with t:jscookMenu

2009-05-18 Thread Vinaya Tirikkovalluru
or use them without Fannie Mae's approval. If received in error, contact the sender and delete them. From: Vinaya Tirikkovalluru [mailto:vinaya.tirikkovall...@converge.com] Sent: Monday, May 18, 2009 4:30 PM To: MyFaces Discussion Subject: RE: Problem

RE: Problem with Tomahawk tag

2009-05-14 Thread Vinaya Tirikkovalluru
Try t:jscookMenu id=mainMenu layout=vbr theme=ThemePanel styleLocation=/css/jscookmenu This works for me. Vinaya -Original Message- From: JavaRunner [mailto:randomno...@bellsouth.net] Sent: Thursday, May 14, 2009 11:31 AM To: users@myfaces.apache.org Subject:

Including a jsp

2009-04-28 Thread Vinaya Tirikkovalluru
Hi, I have a 2 jsps included in a jsp. The 2 jsps are physically the same but I had to write them as 2 different jsps as I needed to pass a different set of values Like Have a jsp with users grouped into 2 categories A and B A.jsp is a jsp with the list of all the users with

RE: Dynamic DataTables

2009-03-03 Thread Vinaya Tirikkovalluru
: Dynamic DataTables On Fri, 2009-02-27 at 16:17 -0500, Vinaya Tirikkovalluru wrote: Hi, I hope some of you might have already got the code to generate the Dynamic DataTables. If you want help on emailing lists, you really need to write more descriptive emails than this. Dynamic DataTables

Dynamic DataTables

2009-02-27 Thread Vinaya Tirikkovalluru
Hi, I hope some of you might have already got the code to generate the Dynamic DataTables. I appreciate if you could share. Thanks Vinaya This electronic message is intended only for the use of the individual(s) or entity(ies) named above and may contain information which is

RE: Internet Explorer can not open site...Operation Aborted error is coming from jscookmenu

2009-01-20 Thread Vinaya Tirikkovalluru
Hi, I too am having the same issue. Any advices? Thanks Vinaya -Original Message- From: Balachandran [mailto:balachandra...@hotmail.com] Sent: Tuesday, January 20, 2009 4:11 AM To: users@myfaces.apache.org Subject: Internet Explorer can not open site...Operation Aborted error is coming

RE: javax.faces.application.ViewExpiredException:

2008-12-19 Thread Vinaya Tirikkovalluru
, 2008 3:38 AM To: MyFaces Discussion Subject: Re: javax.faces.application.ViewExpiredException: Vinaya Tirikkovalluru schrieb: Hi, We have upgraded from Tomahawk 1.1.6 to Tomahawk 1.1.8 After this, we have been getting a lot of javax.faces.application.ViewExpiredExceptions I was under

javax.faces.application.ViewExpiredException:

2008-12-17 Thread Vinaya Tirikkovalluru
Hi, We have upgraded from Tomahawk 1.1.6 to Tomahawk 1.1.8 After this, we have been getting a lot of javax.faces.application.ViewExpiredExceptions I was under the impression that javax.faces.application.ViewExpiredException is caused only when the session expires. Anybody else had this

Facelets is slow???

2008-12-10 Thread Vinaya Tirikkovalluru
Hi, I just switched over to facelets. I see the pages load really slow. I used templates. I see that the Menu is loading way faster than the other part of the page. I have JSF+ SPRING + JBOSS + TOMOHAWK Any ideas? Thanks This electronic message is intended only for the use of the

RE: Facelets Back Button

2008-12-04 Thread Vinaya Tirikkovalluru
Back Button Vinaya Tirikkovalluru wrote: Hi, I recently switched over to facelets. Now all my jsps are xhtmls How do I expire the page if the user clicks on browser back button? Any ideas? Hi Vinaya, I just did it via a Phase Listener. This would work on all JSF

RE: Facelets Back Button

2008-11-20 Thread Vinaya Tirikkovalluru
Hi Chris, Thank you very much. It worked just fine. Thanks Vinaya -Original Message- From: Christian Poecher [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 11:07 AM To: users@myfaces.apache.org Subject: Re: Facelets Back Button Vinaya Tirikkovalluru wrote: Hi

Facelets Back Button

2008-11-19 Thread Vinaya Tirikkovalluru
Hi, I recently switched over to facelets. Now all my jsps are xhtmls How do I expire the page if the user clicks on browser back button? Any ideas? Where can I find documentation about the org.apache.myfaces.CONFIG_REFRESH_PERIOD Thanks Vinaya This electronic message is

Tomahawk Sandbox Partial Page rendering

2008-11-11 Thread Vinaya Tirikkovalluru
Hi, I have a situation where I need to refresh different parts of the page based on conditions. Any suggestions please!!! Vinaya This electronic message is intended only for the use of the individual(s) or entity(ies) named above and may contain information which is privileged and/or

NavigationMenuItem with webflow

2008-10-22 Thread Vinaya Tirikkovalluru
Hi, I am trying to integrate my application with SWF1.0 Anybody has any idea how to pass the action to the t:navigationMenuItem? I tried t:navigationMenuItem id=id1 itemLabelxyz action=flowId:sellitem-flow / This does not work. Thanks Vinaya This electronic message is

RE: Problem with h:commandLink in t:dataTable

2008-09-09 Thread Vinaya Tirikkovalluru
Hi, Is the backing bean in session scope or Request scope? If you have the backing bean in request scope, the bean will be re created after your search. Not sure, if this makes sense Vinaya From: m4rkuz [mailto:[EMAIL PROTECTED] Sent: Tuesday,

CommandLink

2008-08-11 Thread Vinaya Tirikkovalluru
Hello EveryOne, Did anyone try to change the color of the command Link after visiting the Link? I am able to do it but when I come back to the page and click on the page (anywhere) the color changes to unvisited. Any ideas? Thanks Vinaya This electronic message is intended only for the use

RE: CommandLink

2008-08-11 Thread Vinaya Tirikkovalluru
. For details, read the docs at http://myfaces.apache.org/trinidad/skin-selectors.html regard Bill On Mon, Aug 11, 2008 at 9:44 AM, Vinaya Tirikkovalluru [EMAIL PROTECTED] wrote: Hello EveryOne, Did anyone try to change the color of the command Link after visiting the Link? I am able to do

Horizontal Navigation menu

2008-03-03 Thread Vinaya Tirikkovalluru
Hi, I need to include the horizontal navigation menu in all my jsps. I have the topMenu.jsp working. The index.jsp doesn't work when I include the topMenu.jsp, though. Any help on this is appreciated. Thanks Vinaya This electronic message is intended only for the use of the

RE: Horizontal Navigation menu

2008-03-03 Thread Vinaya Tirikkovalluru
Hi, If I have the f:view for menu.jsp everything works fine individually. But I cannot include this in my welcome page When I have f:subview the ids are messed up and does not take the css Any ideas please... Thanks Vinaya From: Vinaya