Re: [Trinidad] PanelTabbed does not work properly

2012-03-20 Thread Richard Yee
Are there any javascript errors shown in the browser console when you click the tab? -Richard On Tue, Mar 20, 2012 at 12:13 AM, Sandeep Gupta sgu...@anantadvantages.comwrote: Hi I have taken PanelTabbed example source and copied it as follows tr:panelTabbed tr:showDetailItem text=Apache

Re: [Trinidad] PanelTabbed does not work properly

2012-03-20 Thread Richard Yee
/20/2012 9:07 PM, Richard Yee wrote: Are there any javascript errors shown in the browser console when you click the tab? -Richard On Tue, Mar 20, 2012 at 12:13 AM, Sandeep Gupta sgu...@anantadvantages.com**wrote: Hi I have taken PanelTabbed example source and copied it as follows

Re: Help : Error while creating a Facelet

2012-03-13 Thread Richard Yee
I think you need a space before xmlns:ui You should also learn how to use Maven for your build b/c it will manage your sub dependencies and Eclipse build path. Richard Sent from my iPhone On Mar 13, 2012, at 7:00 AM, ayouB __ ayb-2...@hotmail.fr wrote: Hello every one, Now i'm

Re: Help : Error while creating a Facelet

2012-03-13 Thread Richard Yee
send the entire .xhtml file -Richard On Tue, Mar 13, 2012 at 8:58 AM, ayouB __ ayb-2...@hotmail.fr wrote: Pleaase HELP ! From: ayb-2...@hotmail.fr To: users@myfaces.apache.org Subject: RE: Help : Error while creating a Facelet Date: Tue, 13 Mar 2012 14:26:23 + Well i

Re: Help : Error while creating a Facelet

2012-03-13 Thread Richard Yee
Try upgrading to Eclipse Indigo + WTP. -Richard On Tue, Mar 13, 2012 at 9:40 AM, ayouB __ ayb-2...@hotmail.fr wrote: First of all i had read the e-book named definitive guide to apache myfaces and facelets whih give basic examples how to create a facelet template and i did like what they

Re: Best practice for storing application variables

2011-10-24 Thread Richard Yee
How many values? How often do they change? Do you restart when they change? One approach would be to use a database, Mybatis, and a cache configuration or scheduler to only read the values from the database periodically or when they are updated. Richard Sent from my iPhone On Oct 24, 2011,

Re: What is wrong with Trinidad's download example?

2011-06-18 Thread Richard Yee
to elementary but completed constriuction, not to complex example. Do you realize the difference between support and basic feature's description? Richard Yee-3 wrote: Jitechno, Do you realize you are using open source software and a mailing list that consists of users? If you hand holding

Re: What is wrong with Trinidad's download example?

2011-06-17 Thread Richard Yee
Jitechno, Do you realize you are using open source software and a mailing list that consists of users? If you hand holding and someone to host an example site for you, I suggest you try a commercial product and pay for support. Richard Sent from my iPhone On Jun 17, 2011, at 8:00 AM,

Re: Tomahawk, Trinidad or Tobago

2011-06-10 Thread Richard Yee
Have you tried having several concurrent 500Mb file uploads yet? Richard Sent from my iPhone On Jun 10, 2011, at 1:39 AM, jitechno jitec...@gmail.com wrote: Thanks Cédric, as I see now, problem is connected to tmp folder. But I am able to upload relatively large files through memory,

Re: Tomahawk, Trinidad or Tobago

2011-06-10 Thread Richard Yee
: No, I did not. May be, it is a good test, but for practical purposes I dont need so large file. More, I prefer to limit size of uploaded file to reasonable, up to 10 Mb, f.e. Concurrent upload has a little sense, if user still must select file by file.. Richard Yee-3 wrote: Have you

Re: JSF application very slow with HTTPS

2011-04-13 Thread Richard Yee
Michael and all, my apologies. Please disregard the email. I confused Primefaces with Richfaces. There is no Ssl issue with Primefaces that I know of. Richard

Re: JSF application very slow with HTTPS

2011-04-12 Thread Richard Yee
Aloysius, Read the issue. It is with PRIMEFACES. -Richard On Tue, Apr 12, 2011 at 9:07 AM, Michael Heinen mhn4...@googlemail.comwrote: Thanks Bernd for pointing to this. I tried to profile the single request with yourKit. I found some method calls that look strange to me. Note the millis

Re: Turn down logging in 2.0.4?

2011-03-14 Thread Richard Yee
layout in the log4j.xml file and see if the layout is actually changed in the logs. -Richard On 3/13/2011 8:01 PM, mraible wrote: In src/main/resources/log4j.xml. I'm using Maven 3 and Java 6 on OS X. Richard Yee-3 wrote: What file are you putting the settings in? R Sent from my iPhone

Re: [trinidad] trinidad xsd?

2011-03-13 Thread Richard Yee
Look in the Trinidad-API jar Richard Sent from my iPhone On Mar 13, 2011, at 12:36 AM, Me Self wmso...@gmail.com wrote: Where do I find the trinidad tr/trh xsd files so I can register them in the eclipse xml catalog? (for trinidad 2.0)

Re: Turn down logging in 2.0.4?

2011-03-11 Thread Richard Yee
What file are you putting the settings in? R Sent from my iPhone On Mar 11, 2011, at 2:44 PM, mraible m...@raibledesigns.com wrote: If I add the following: !-- Suppress invalid warning messages from JSF -- logger name=org.apache.myfaces level value=ERROR/ /logger I

Re: Using statusIndicator

2011-03-07 Thread Richard Yee
that. The login process does not take so log time, the fetching of files can take a long time, depending on the file size. Håkon On 4 March 2011 18:22, Richard Yee richard.k@gmail.com wrote: Hakon, According to the docs, if you don't put an interval, it will default to 5000 (5 secs). I would

Re: Using statusIndicator

2011-03-07 Thread Richard Yee
What are you setting the helloWorldBacking.pollText to? Initialize it to Default' In your pollListener, set pollText to new Date().toString set your partialTriggers attribute in your outputText to be the id of your tr:poll element. -Richard On Mon, Mar 7, 2011 at 12:48 PM, Scott O'Bryan

Re: Using statusIndicator

2011-03-04 Thread Richard Yee
, Richard Yee wrote: what is the initial value of pollText in your backing bean? If it is , you should set it to something else, ie. Processing. The outputText inside statusIndicator will only show during the time the Ajax request is being made. Once the response is returned

Re: Using statusIndicator

2011-03-04 Thread Richard Yee
. On Mar 4, 2011, at 5:53 AM, Richard Yee richard.k@gmail.com wrote: Hakon, See my email from yesterday. That is why I suggested using the tr:poll component. How many different status messages will you have? What period of time will the messages be changing? Depending on these answers

Re: Using statusIndicator

2011-03-04 Thread Richard Yee
thread gets complete from the web service, a message is given to the user. Did that give an okay overview? Just a dumb question, how to enable the poll, setting a positive poll interval? And again thanks for the patience cheers, Håkon On 4 March 2011 16:07, Richard Yee richard.k@gmail.com

EL expression not evaluated in myfaces/Trinidad 1.2 archetype application on Tomcat 6

2011-03-03 Thread Richard Yee
I generated a basic application from the maven archetype and deployed it to tomcat 6. Although the Trinidad tags are evaluated, the EL expression in the input text box is not evaluated. What am I missing? Thanks, Richard Sent from my iPhone

Re: EL expression not evaluated in myfaces/Trinidad 1.2 archetype application on Tomcat 6

2011-03-03 Thread Richard Yee
, at 1:25 AM, Richard Yee richard.k@gmail.com wrote: I generated a basic application from the maven archetype and deployed it to tomcat 6. Although the Trinidad tags are evaluated, the EL expression in the input text box is not evaluated. What am I missing? Thanks, Richard Sent from

Re: Using statusIndicator

2011-03-03 Thread Richard Yee
this value changes it's it not propagated in the UI. Maybe this can't be done like I've sketched out. The backing code is the same as sent in a earlier email. Other tips? Cheers, Håkon On 3 March 2011 05:23, Richard Yee richard.k@gmail.com wrote: Try putting it inside the tr:form

Re: Using statusIndicator

2011-03-03 Thread Richard Yee
). Does that work? It should. On Mar 3, 2011, at 9:06 AM, Richard Yee richard.k@gmail.com wrote: You don't want statusIndicator, use tr:poll instead Richard Sent from my iPhone On Mar 3, 2011, at 7:48 AM, Håkon Sagehaug hakon.sageh...@uni.no wrote: Hi Yes, that was an old

Re: Using statusIndicator

2011-03-03 Thread Richard Yee
). Does that work? It should. On Mar 3, 2011, at 9:06 AM, Richard Yee richard.k@gmail.com wrote: You don't want statusIndicator, use tr:poll instead Richard Sent from my iPhone On Mar 3, 2011, at 7:48 AM, Håkon Sagehaug hakon.sageh...@uni.no wrote: Hi

Re: EL expression not evaluated in myfaces/Trinidad 1.2 archetype application on Tomcat 6

2011-03-03 Thread Richard Yee
EL expressions evaluated. (ie. #{beanName.value})? Thanks, Richard On Thu, Mar 3, 2011 at 6:43 AM, Richard Yee richard.k@gmail.com wrote: Scott, the archetype generates a simple two page application. The first page has a inputText where the use is prompted to enter their name and press

Re: Using statusIndicator

2011-03-02 Thread Richard Yee
Try putting it inside the tr:form or inside your panelPage -Richard 2011/3/1 Håkon Sagehaug hakon.sageh...@uni.no Hi Thanks for the reply, here is my xhtml, with a simple login form tr:document title=Login Demo tr:statusIndicator f:facet name=busy

Re: Tomahawk components' javascript are undefined

2011-03-01 Thread Richard Yee
found to my problem, was : NOT using those tomahawk component. I replaced them by some jquery component and it works well now. Thanks for your help Marc -Original Message- From: Richard Yee [mailto:richard.k@gmail.com] Sent: 13 February 2011 15:38 To: MyFaces Discussion

Re: How to turn off the info for bean instance creations on System.out

2011-02-28 Thread Richard Yee
Marc, What logging framework are you using? Just set the logging level higher for the org.apache.myfaces.config.annotation package Richard Sent from my iPhone On Feb 28, 2011, at 7:13 AM, AMIR-TAHMASSEB Marc Kamran marc.amir-tahmas...@ombudsman.europa.eu wrote: Tobias, I have the same

Re: Tomahawk components' javascript are undefined

2011-02-13 Thread Richard Yee
See http://www.oracle.com/technetwork/java/filters-137243.html You should do a chain.doFilter instead of a forward at the end of your method. Your filter isn't letting the other filters process the request. Richard Sent from my iPhone On Feb 12, 2011, at 11:34 PM, omid p vermind...@gmail.com

Issue with tr:selectOneRadio and PPR

2010-10-29 Thread Richard Yee
Hi, I'm using Trinidad 1.2.11 and MyFaces 1.2.9 and IE 8. We recently upgraded from Trinidad 1.0.5 to 1.2.11. We are not using facelets. I've noticed that PPR is not working for me for the tr:selectOneRadio component. I have a valueChangeListener and autoSubmit=true in the selectOneRadio. The

Re: NullPointerException in trinidadinternal [TRINIDAD]

2010-10-24 Thread Richard Yee
I think name is null in your sayHello method. Richard Sent from my iPhone On Oct 24, 2010, at 5:06 PM, Micah Klitgaard m...@micah-co.com wrote: Hi, I have been searching the forum but haven't found any hints on what's wrong and the reason why this exception is thrown. The example

Re: [Trinidad] problems with 2.0 - statis quo?

2010-10-21 Thread Richard Yee
What versions of the libraries are you using? Trinidad, mojarra, myfaces Sent from my iPhone On Oct 21, 2010, at 5:17 AM, Daniel Niklas co...@dniklas.de wrote: Hi folks, we are currently on jsf/trinidad 1.1 within a portal environment (portlet 1.0). We are planning an upgrade to

Re: Id of tr:message tag is regenerated

2010-06-22 Thread Richard Yee
Upgrade to a more recent version of Trinidad. The versions you cite are a few years old. Richard On Jun 22, 2010, at 5:03 AM, Sabitha Gopal Pandit sabitha.go...@chordiant.com wrote: Hi All, Need help ! I have raised https://issues.apache.org/jira/browse/TRINIDAD-1838. It was

Re: Help with regular expression

2010-03-02 Thread Richard Yee
if validation fails for both cases (regular expression and length vaildator) then two error messages will be displayed and I just want to have a single error message (e.g. Email address must be of the form ... and between 1 and x characters long.) - Dave Richard Yee-3 wrote: Use a separate

Re: Help with regular expression

2010-03-02 Thread Richard Yee
Are you using h:message or h:messages to display the error message? If you should use h:message I think only one message will be displayed. _R On Tue, Mar 2, 2010 at 8:04 PM, Richard Yee richard.k@gmail.com wrote: there are several options for handling this. 1) If you use two validators

Re: Help with regular expression

2010-02-27 Thread Richard Yee
Use a separate validator for length Richard Sent from my iPhone On Feb 26, 2010, at 9:29 AM, laredotornado laredotorn...@gmail.com wrote: Hi, I'm using MyFaces 1.1.5 and Tomahawk 1.1.7. I am using a regexp to validate a text field and I was wondering how do I rewrite/add to it to

Re: How to elegantly replace line breaks with BR tag?

2010-02-23 Thread Richard Yee
PM, Jakob Korherr jakob.korh...@gmail.com wrote: But then he would have problems with escaping, as discussed before ;) 2010/2/22 Richard Yee richard.k@gmail.com You could also have the pre.../pre added automatically by the getTamperingMsg method. -R On Mon, Feb 22, 2010 at 12:43 PM, Jakob

Re: Tomahawk not displaying on jsf 2.0

2010-02-22 Thread Richard Yee
Have you viewed the source on your 'blank' pages? You should look at the source to see if the tags are not getting processed. -R On Mon, Feb 22, 2010 at 9:51 AM, Jakob Korherr jakob.korh...@gmail.comwrote: You're welcome! Currently the branches for JSF 2.0 are in progress. Trinidad already

Re: Stuck making JSF 2.0 work with MyFaces

2010-02-22 Thread Richard Yee
What version of Tomahawk are you using? If it is 1.1.7 or later, you don't need tomahawk.taglib.xml See: http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk -Richard On Mon, Feb 22, 2010 at 7:48 AM, cristiJ cristi_ju...@yahoo.com wrote: Hi everybody, I'm trying to solve the file

Re: Tomahawk not displaying on jsf 2.0

2010-02-22 Thread Richard Yee
/e8Q6J3Yu5zNJF4NKPAeMtwP8CmZ3PqtxnMHusGEUZ7kO57vHJFpIe8Us4WjgXe4 //form/body /html anything suspicious? Ime --- On Mon, 2/22/10, Richard Yee richard.k@gmail.com wrote: From: Richard Yee richard.k@gmail.com Subject: Re: Tomahawk not displaying on jsf 2.0 To: MyFaces Discussion users@myfaces.apache.org Date: Monday, February

Re: Tomahawk not displaying on jsf 2.0

2010-02-22 Thread Richard Yee
learnt from Jacob that there's no support for myfaces 2.0 yet ...but soon Ime --- On Mon, 2/22/10, Richard Yee richard.k@gmail.com wrote: From: Richard Yee richard.k@gmail.com Subject: Re: Tomahawk not displaying on jsf 2.0 To: MyFaces Discussion users@myfaces.apache.org Date

Re: AW: Stuck making JSF 2.0 work with MyFaces

2010-02-22 Thread Richard Yee
Are you trying to use JSF 2.0 features or what? Currently, Myfaces and Tomahawk 1.x versions c On Mon, Feb 22, 2010 at 10:26 AM, cristiJ cristi_ju...@yahoo.com wrote: I just noticed on http://myfaces.apache.org/tomahawk/index.html that there is support only for JSF 1.1 and JSF 1.2, I wished

Re: AW: Stuck making JSF 2.0 work with MyFaces

2010-02-22 Thread Richard Yee
Accidentally pressed the send button too soon. What JSF 2.0 core library are you using? I don't think the problem you are having with tomahawk not rendering is caused by Tomahawk not being based on JSF 2.0. -R On Mon, Feb 22, 2010 at 10:55 AM, Richard Yee richard.k@gmail.comwrote: Are you

Re: How to elegantly replace line breaks with BR tag?

2010-02-22 Thread Richard Yee
You could also have the pre.../pre added automatically by the getTamperingMsg method. -R On Mon, Feb 22, 2010 at 12:43 PM, Jakob Korherr jakob.korh...@gmail.comwrote: Put them in a h:panelGroup! Regards, Jakob 2010/2/22 laredotornado laredotorn...@gmail.com Getting closer, but when I

Re: [Trinidad] Trinidad consuming 80-90% CPU

2010-01-14 Thread Richard Yee
On Tue, Jan 12, 2010 at 7:18 PM, Richard Yee richard.k@gmail.com wrote: http://myfaces.apache.org/trinidad/download.html trinidad-1.0.11-example.zip http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-1.0.11-example.zip I'm not sure if the 1.0.11 version has any

Re: [Trinidad] Trinidad consuming 80-90% CPU

2010-01-12 Thread Richard Yee
One suggestion that I would make is to run the Trinidad example application and examine the behavior. -Richard On Tue, Jan 12, 2010 at 11:00 AM, Matthias Wessendorf mat...@apache.orgwrote: I contacted Ravi already offline -M On Tue, Jan 12, 2010 at 7:59 PM, Jan-Kees van Andel

Re: [Trinidad] Trinidad consuming 80-90% CPU

2010-01-12 Thread Richard Yee
and I will mail the one I have to you. -Richard On Tue, Jan 12, 2010 at 2:31 PM, Ravi Kapoor ravikapoor...@gmail.comwrote: That is an excellent suggestion Richard. Can you point me to the application you mentioned (I am on trinidad 1.0.7) Thanks On Tue, Jan 12, 2010 at 4:58 PM, Richard Yee

Re: [Trinidad] Trinidad consuming 80-90% CPU

2010-01-11 Thread Richard Yee
by trinidad etc Regards Ravi On Fri, Jan 8, 2010 at 4:08 PM, Richard Yee richard.k@gmail.com wrote: How much physical memory is on your testing machine? I have a few Trinidad applications in production and don't see any of the performance issues you are having. -Richard

Re: [Trinidad] Trinidad consuming 80-90% CPU

2010-01-11 Thread Richard Yee
Ravi, If you are running on Windows, what does the TaskManager show as the CPU utilization? How much memory is also being used? 2Gb is not much memory for a production application. I have that much on my desktop. -Richard On Mon, Jan 11, 2010 at 1:05 PM, Ravi Kapoor ravikapoor...@gmail.comwrote:

Re: [Trinidad] Trinidad consuming 80-90% CPU

2010-01-11 Thread Richard Yee
and memory details of each server? Regards Ravi On Mon, Jan 11, 2010 at 3:00 PM, Richard Yee richard.k@gmail.com wrote: Ravi, We have load tested our Trinidad application with up to 800,000 page loads/hr. and the application handled it fine. We have also simulated up to 190 concurrent

Re: [Trinidad] Trinidad consuming 80-90% CPU

2010-01-08 Thread Richard Yee
How much physical memory is on your testing machine? I have a few Trinidad applications in production and don't see any of the performance issues you are having. -Richard On Fri, Jan 8, 2010 at 12:33 PM, Jan-Kees van Andel jankeesvanan...@gmail.com wrote: I'm not sure, but I doubt the

Re: how to restrict inputDate to be the 1st date of each month within a range of date

2009-12-22 Thread Richard Yee
-- Original message from Richard Yee r...@cruzio.com: -- If you are going to limit the date selection to the first day of the month within a date range, you are probably better off just to use a selectOneChoice with a selectItem for each month that is within the date range

Re: how to restrict inputDate to be the 1st date of each month within a range of date

2009-12-21 Thread Richard Yee
If you are going to limit the date selection to the first day of the month within a date range, you are probably better off just to use a selectOneChoice with a selectItem for each month that is within the date range. The inputDate does not provide much benefit here since there is only one

Re: pages not rendered anymore after update from 1.1.6 to 1.2.8

2009-12-08 Thread Richard Yee
WARN] [D57992BA5C47A836C0EBE03C0224EB3B] webapp.BaseFilter checkMyFacesExtensionsFilter: MyFaces Extensions Filter should be configured to execute *AFTER* RichFaces filter. Refer to SRV.6.2.4 section of Servlets specification on how to achieve that. Sent from my iPhone On Dec 8, 2009, at

Re: pages not rendered anymore after update from 1.1.6 to 1.2.8

2009-12-08 Thread Richard Yee
Have you tried just having a page with a JSF outputText tag to see if that works? (No tiles or Richfaces) I would start from there and then add other tags to narrow down where the problem is. -R

Re: pages not rendered anymore after update from 1.1.6 to 1.2.8

2009-12-08 Thread Richard Yee
)? Debugging all the frameworks together is really time consuming Michael -Original Message- From: Richard Yee [mailto:richard.k@gmail.com] Sent: Dienstag, 8. Dezember 2009 16:09 To: MyFaces Discussion Subject: Re: pages not rendered anymore after update from 1.1.6 to 1.2.8 Have you

Re: loader constraints violated when linking javax/el/ELResolver class error

2009-11-17 Thread Richard Yee
Remove servlet-API.jar from your webapp. It is supplied by the container. Richard Sent from my iPhone On Nov 17, 2009, at 6:06 AM, beginner_prithvi heartbea...@gmail.com wrote: Whenever i try to run some application, i get resource not available 404 error. I checked the logs and I

Re: loader constraints violated when linking javax/el/ELResolver class error

2009-11-17 Thread Richard Yee
Use the myfaces 1.2.x and the tomahawk 1.2 libs. Tomcat supportsxjsf 1.2 R Sent from my iPhone On Nov 17, 2009, at 10:00 PM, beginner_prithvi heartbea...@gmail.com wrote: This error comes when i add either one of the following jars: myfaces-impl-1.1.5.jar tomahawk-1.1.3.jar Is there any

Re: Trinidad file upload

2009-11-03 Thread Richard Yee
Did you add the Commons FileUpload.jar to your WEB-INF/lib directory? -Richard On Tue, Nov 3, 2009 at 3:28 PM, veena pandit v.kri...@gmail.com wrote: I do not have a resource servlet.  But the tomahawk demo works without a resource servlet.  I did have tr:document.  I removed it to see if it

Re: Trinidad file upload

2009-11-03 Thread Richard Yee
I suggest that you get a simple page with only the file upload tag in it working first before attempting a page that mixes different JSF library tags. -Richard On Tue, Nov 3, 2009 at 3:28 PM, veena pandit v.kri...@gmail.com wrote: I do not have a resource servlet.  But the tomahawk demo works

Re: How to make redirect to page with another context?

2009-10-24 Thread Richard Yee
If you want to do it programmatically from an action, You can try this method /** * Redirect to a new url * @param url an external url */ void redirect(String url) throws IOException{ FacesContext facesContext = FacesContext.getCurrentInstance(); ExternalContext externalCtx =

Re: no events firing - trinidad???

2009-10-09 Thread Richard Yee
in MyFaces-1.1.6 in combination with Trinidad 1.1.x  that prevented commadButtons to fire there action (https://issues.apache.org/jira/browse/MYFACES-2160). Luca Richard Yee wrote: The method signature for putOneBack is wrong. It should retun null and the parameter is actionListenerEvent

Re: Unable to submit/autosubmit/partialTrigger form after date validation error

2009-10-08 Thread Richard Yee
If you are using Trinidad, you can set the immediate=true attribute On the reset commandButton Richard Sent from my iPhone On Oct 7, 2009, at 10:12 PM, Glen ksk...@yahoo.com wrote:

Re: no events firing - trinidad???

2009-10-08 Thread Richard Yee
The method signature for putOneBack is wrong. It should retun null and the parameter is actionListenerEvent -R Sent from my iPhone On Oct 8, 2009, at 8:50 AM, pbr...@johnson.ca wrote: I have the most primitive program here and I cannot for the life of me understand why a commandbutton

Re: no events firing - trinidad???

2009-10-08 Thread Richard Yee
From my last email, the other thing you could do is change the tag attribute from actionListener to action and leave your putOneBack method signature alone. I think that is what you want. Action and action listener methods are two different things. The action method can cause navigation to

Re: Could not find renderer

2009-10-05 Thread Richard Yee
2009/10/5 baeschtu baeschtu baesc...@gmail.com tnx, works now! :-) 2009/10/5 Richard Yee richard.k@gmail.com Try getting a basic page with an tr:outputText tag working. R Sent from my iPhone On Oct 4, 2009, at 9:49 AM, baeschtu baeschtu baesc...@gmail.com wrote: thanks, I applied

Re: Could not find renderer

2009-10-04 Thread Richard Yee
an Can't find bundle for base name com.sun.el.Messages, locale en_US 2009/10/4 Richard Yee richard.k@gmail.com You need this context parameter in web.xml for facelets context-param param-nameorg.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER/ param-name param

Re: Could not find renderer

2009-10-03 Thread Richard Yee
:-) Thanks for the help! 2009/10/2 Richard Yee richard.k@gmail.com You should be using facelets 1.1.14 instead of 1.1.11 Sent from my iPhone On Oct 2, 2009, at 8:07 AM, baeschtu baeschtu baesc...@gmail.com wrote: Hello, I'm pretty new to jsf and would like to make a small website

Re: Could not find renderer

2009-10-03 Thread Richard Yee
. ClassNotFoundException: org.apache.myfaces.trinidadinternal.facelets.TrinidadFaceletViewHandler 2009/10/3 Richard Yee richard.k@gmail.com Remove faceletviewhandler from faces-config.XML Read through the Trinidad Wiki on the myfaces site about facelet config w/ Trinidad Sent from

Re: Could not find renderer

2009-10-02 Thread Richard Yee
That error is typically caused by myfaces or Trinidad not being configured correctly. Did you follow the installation instructions for myfaces, facelets, and trinidad? Send your web.XML and faces- config.XML files R Sent from my iPhone On Oct 2, 2009, at 8:07 AM, baeschtu baeschtu

Re: Could not find renderer

2009-10-02 Thread Richard Yee
You should be using facelets 1.1.14 instead of 1.1.11 Sent from my iPhone On Oct 2, 2009, at 8:07 AM, baeschtu baeschtu baesc...@gmail.com wrote: Hello, I'm pretty new to jsf and would like to make a small website. I try to make a tabbed menu with tr:navigationPane but I'm stuck with

Re: Shortcuts for Links and Buttons

2009-09-28 Thread Richard Yee
The MyFaces Trinidad tr:commandButton and tr:commandLink tags (as well as most of the other tags) support the accesskey attribute for this purpose. This is the description in the tag documentation, Character used to gain quick access to this link. For accessibility reasons, this functionality is

Re: Simple faces display page

2009-09-21 Thread Richard Yee
:  -- |Thanks a million Richard. You have been a lifesaver. |  -- Do you know where i can pick up more usefull (jsf + hibernate ) tutorial. Quoting Richard Yee richard.k@gmail.com: Each time you refresh

Re: Simple faces display page

2009-09-16 Thread Richard Yee
Are you using a debugger? Did you check the size of the list returned by getperInfoAll()? -R On Wed, Sep 16, 2009 at 3:58 AM, ms...@gre.ac.uk wrote: Quoting Richard Yee richard.k@gmail.com: Cheers Richard, you woul be amazed how much difference changing the case made. However now i get

Re: Simple faces display page

2009-09-16 Thread Richard Yee
why only 4 rows are displayed. -Richard On Wed, Sep 16, 2009 at 10:11 AM, Richard Yee richard.k@gmail.com wrote: Are you using a debugger? Did you check the size of the list returned by  getperInfoAll()? -R On Wed, Sep 16, 2009 at 3:58 AM,  ms...@gre.ac.uk wrote: Quoting Richard Yee

Re: Simple faces display page

2009-09-16 Thread Richard Yee
                   /webuijsf:form                /webuijsf:body            /webuijsf:html        /webuijsf:page    /f:view /jsp:root uoting Richard Yee richard.k@gmail.com: Remove the rows attribute from your h:dataTable tag or set it to 0 (rows=0) This is what you currently have: h:dataTable id=dt1 value

Re: MyFaces - can backing beans access native html elements?

2009-09-15 Thread Richard Yee
There are a couple ways to integrate js libraries and jsf. One way is to write custom input tags. Do a search on ' dojo jsf integration' and you should find a very good article on it on the IBM developer site. R Sent from my iPhone On Sep 15, 2009, at 5:59 AM, Dvora barak.ya...@gmail.com

Re: Simple faces display page

2009-09-15 Thread Richard Yee
I suggest using a debugger if you are not already doing so to step through the call to getPerInfoAll method. Verify that it is reading all of the rows and returning a list of all of the rows. In the code below, you should use #{item.name} and #{item.pass} instead of #{item.Name} and #{item.Pass}

Re: MyFaces - can backing beans access native html elements?

2009-09-15 Thread Richard Yee
proposed above. Am I right? Can you please explain how does this custom tag read the value of inner input text 'bbb' (datepicker set a date into it)? Thanks again for helping. Richard Yee wrote: There are a couple ways to integrate js libraries and jsf. One way is to write custom input

Re: Content rendered outside of body tags when using Apache Trinidad 1.0.11

2009-09-14 Thread Richard Yee
You need to output content like that with a tr:outputText tag. I think it is a problem with the JSF 1.0 spec. Otherwise, use Facelets instead of JSP -Richard On Sun, Sep 13, 2009 at 10:56 PM, Durin Dal durin...@netscape.net wrote: I'm having some issues with content being rendered with a JSF

Re: Content rendered outside of body tags when using Apache Trinidad 1.0.11

2009-09-14 Thread Richard Yee
: Richard Yee [mailto:richard.k@gmail.com] Sent: Monday, September 14, 2009 1:17 PM To: MyFaces Discussion Subject: Re: Content rendered outside of body tags when using Apache Trinidad 1.0.11 You need to output content like that with a tr:outputText tag. I think it is a problem

Re: Content rendered outside of body tags when using Apache Trinidad 1.0.11

2009-09-14 Thread Richard Yee
. Unfortunately, I have much larger JSF pages with a lot of HTML --- this was a small example --- and using this method would not do me any good with those. :-( -Original Message- From: Richard Yee [mailto:richard.k@gmail.com] Sent: Monday, September 14, 2009 5:42 PM To: MyFaces

Re: Content rendered outside of body tags when using Apache Trinidad 1.0.11

2009-09-14 Thread Richard Yee
- From: Richard Yee [mailto:richard.k@gmail.com] Sent: Tuesday, September 15, 2009 12:19 AM To: MyFaces Discussion Subject: Re: Content rendered outside of body tags when using Apache Trinidad 1.0.11 Sounds like you need to use Facelets. You can mix HTML and JSF tags with them

Re: Content rendered outside of body tags when using Apache Trinidad 1.0.11

2009-09-14 Thread Richard Yee
core and HTML ones, which seemed like a reasonable possibility based on my reading of the documentation. :-T -Original Message- From: Richard Yee [mailto:richard.k@gmail.com] Sent: Tuesday, September 15, 2009 12:51 AM To: MyFaces Discussion Subject: Re: Content rendered outside

Re: Problems installing myFaces

2009-09-10 Thread Richard Yee
It appears that you are missing the Apache Commons Logging jar file. -Richard On Thu, Sep 10, 2009 at 8:38 AM, SmeeZeeant_s...@hotmail.com wrote: Hi there I am new to myFaces and JSP / JSF. I have been trying to install myFaces all day but I cannot get my code to run once i have installed

Re: JSF scalability issues?

2009-09-06 Thread Richard Yee
What article did you read that in? How are you defining a 'big project' and a 'large number of concurrent usrs'? We are using JSF (MyFaces and Trinidad) on several projects and have load tested with over a thousand concurrent user and have not experienced any issues. The key to scaling any

Re: JSF scalability issues?

2009-09-06 Thread Richard Yee
First of all, the blog post is three years old. The article may have had some valid points at the time, but the implementations have improved and the technology is understood better now. JSF 2.0 also has a lot of new features that improve on the weak spots in the previous specs too.

Re: Component id doesn't support EL?

2009-09-04 Thread Richard Yee
FYI, You can use JSF 1.2 on JBoss if you use Facelets. -Richard On Thu, Sep 3, 2009 at 11:47 PM, Roeder, Andreasandreas.roe...@firstdata.de wrote: Thanx alot for your reply! I tried that and the dynamicId tag works as long it has no child elements. But when I try this: jsfutils:dynamicId

Re: JSF PROBLEM WITH DUPLICATE COMPONENT ID.

2009-08-28 Thread Richard Yee
The problem is caused by using a jsf tag inside a a c:foreach tag. You can't have a jsf tag inside a jstl tag. Richard Sent from my iPhone On Aug 28, 2009, at 1:26 PM, Nutulapati, Krishna knutulap...@ussco.com wrote: Problem description Introduction:- we have a web application by name

Re: Can't get statusIndicator or progressIndicator to work.

2009-08-11 Thread Richard Yee
What URL are you using? You probably are missing the 'faces/' on your URL that is mapped to the faces servlet. Try viewing the source of your web page to see if the tags are getting processed. Richard Sent from my iPhone On Aug 11, 2009, at 6:10 AM, Shaun Campbell campbell.sh...@gmail.com

Re: Trinidad buttons do not work with javascript turned off

2009-08-04 Thread Richard Yee
There is nothing in the 508 compliance standards that says that Javascript cannot be used in web pages and therefore the use of Javascript by Trinidad does not make it noncompliant. http://www.section508.gov/index.cfm?FuseAction=ContentID=11#functional http://www.w3.org/WAI/ -Richard On Mon,

Re: Issues installing Tomahawk

2009-08-04 Thread Richard Yee
Are you using the correct URL to access the JSF page? What are all of the libraries and the versions that you are including with your application? Are you including a JSF library (RI or MyFaces) and all of their dependencies? Which version of Glassfish are you using? I've used Tomahawk on a

Re: Table's data not displayed upon setting binding attribute with tr:table

2009-07-31 Thread Richard Yee
: Richard Yee richard.k@gmail.com To: MyFaces Discussion users@myfaces.apache.org Date: 07/28/2009 11:05 AM Subject: Re: Table's data not displayed upon setting binding attribute with tr:table Use either binding or value, not both. If you use binding, you need

Re: [rinidad] Bug in inputDate!?

2009-07-15 Thread Richard Yee
I was tabbing out of the field. I did reproduce it on IE 6 by mouse clicking out of the field. In order to get focus back and mouse/keyboard control back, I needed to click on the browser window title bar. -Richard On Wed, Jul 15, 2009 at 9:24 AM, Yee-wah Leeyee-wah@oracle.com wrote: Hi

Re: [rinidad] Bug in inputDate!?

2009-07-14 Thread Richard Yee
I tried it on tr:inputDate on the demo site and could not reproduce the problem you describe. http://www.irian.at/trinidad-demo/faces/components/inputDate.jspx What version are you using? -Richard On Tue, Jul 14, 2009 at 1:04 AM, Daniel Niklasco...@dniklas.de wrote: Hi, i think, that i've

Re: [rinidad] Bug in inputDate!?

2009-07-14 Thread Richard Yee
I have attached a screenshot of the results of the test I did on the irian site. I used IE 6 without any problems. -Richard On Tue, Jul 14, 2009 at 9:35 AM, Richard Yeerichard.k@gmail.com wrote: I tried it on tr:inputDate on the demo site and could not reproduce the problem you describe.

Re: Content type of generated page

2009-07-08 Thread Richard Yee
What suffix are you using for your pages? .jsp, .jspx, .jsf, or .XHTML? You may need to check to see if the suffix you are using has an entry in the server config file. Richard Sent from my iPhone On Jul 8, 2009, at 6:17 AM, Jacek Bilski jacek.bil...@gmail.com wrote: Hello, I have a

Re: ContextMenus

2009-07-01 Thread Richard Yee
Robin, Your jsp has this now: tr:navigationPane var=foo value=#{personMenu} level=1 hint=buttons f:facet name=nodeStamp tr:commandNavigationItem text=#{foo.label} partialSubmit=true icon=#{foo.icon} action=#{foo.doAction} / /f:facet /tr:navigationPane I think it

Re: Java Heap Space

2009-06-18 Thread Richard Yee
Take a look at the HttpServletResponse.setBufferSize() and flushBuffer() methods. Perhaps you should call flushBuffer instead of os.flush()? -R On Wed, Jun 17, 2009 at 12:23 PM, Wolfgang Grabowwolfgang_gra...@gmx.net wrote: Hi Mike, thx for the hints. I updated and tracked down the memory

  1   2   3   >