Re: [Trinidad] PanelTabbed does not work properly

2012-03-20 Thread Richard Yee
> > On 3/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 >>

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 wrote: > Hi > > I have taken PanelTabbed example source and copied it as follows > > > > > > > > > > > > > > > > > The tabs are shown.Now

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 __ 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 said in, excep

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 __ 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 veri

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 __ wrote: > > > > Hello every one, > > Now i'm working on a jsf 2.

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, at

Re: Tag t:tree ClassNotFoundException

2011-09-01 Thread Richard Yee
Are you building with Maven, Ant or in an IDE? What jars do you have included with your project? -Richard 2011/9/1 Juan Jesús Cremades Monserrat > Hi! > > I'm implementing the t:tree example at irian.at > myfacesexamples/tree.jsf > > I'm using the

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

2011-06-18 Thread Richard Yee
e is still room for improvements in logging area. JSF/trinidad >>> should warn user if structure of view is not suitable for basic >>> functionality (like missing form). Please create issue for this. I've >>> created a umbrella issue already for such cases [4] >>&g

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, jitechno

Re: Tomahawk, Trinidad or Tobago

2011-06-10 Thread Richard Yee
id 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.. > > > Ric

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 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, after I have > chan

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 wrote: > 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 are much > larger

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 iPhon

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 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 wrote: > > If I add the following: > > > > > > > I still get messages like the following: > > FileUpload: > [WARNING] [talledLocalContainer] Mar 11, 2011 3:41:47 PM > or

Re: Using statusIndicator

2011-03-07 Thread Richard Yee
27;t seem to make any sense to me Richard. The poll component >>> does not replace statusIndicator, they simply do two different things. >>> The purpose of the poll component is to initiate a request based on a >>> clock instead of a user click. You still need some wa

Re: Using statusIndicator

2011-03-07 Thread Richard Yee
e 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 wrote: > >> Hakon, >> According to the docs, if you don't put an interval, it will default to >

Re: Using statusIndicator

2011-03-04 Thread Richard Yee
gt; on > the web server polls the status of the download with the id given to him. > So > when the Web server 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

Re: Using statusIndicator

2011-03-04 Thread Richard Yee
d be cool for JSF to > > Do something with them, allow renderkits like Trinidad to stream > > updates in a more generic fashion. > > > > On Mar 4, 2011, at 5:53 AM, Richard Yee wrote: > > > > > Hakon, > > > See my email from yesterday. That is why I sugges

Re: Using statusIndicator

2011-03-04 Thread Richard Yee
en I got nothing in the outPutText field. Any other hint/tips or >>>> tricks. I really appreciate the help >>>> >>>> Cheers, Håkon >>>> >>>> On 3 March 2011 17:25, Scott O'Bryan wrote: >>>> >>>> That doesn't seem to

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

Re: Using statusIndicator

2011-03-03 Thread Richard Yee
Hakon, > > > > The partial trigger in this case should be on the output text although > > having it on the status indicator should also work (you'll just get a > > larger payload). > > > > Try this. Remove the status indicator and only have the out

Re: Using statusIndicator

2011-03-03 Thread Richard Yee
output text. > Make sure your outputText is located inside the form (possible your > getting a scoping issue). > > Does that work? It should. > > On Mar 3, 2011, at 9:06 AM, Richard Yee wrote: > > > You don't want statusIndicator, use tr:poll instead > > > &

Re: Using statusIndicator

2011-03-03 Thread Richard Yee
t;> >>> >>> But nothing seems to have the wanted effect. I looks like it picks up the >>> initial value for the helloWorldBacking.pollText, but when this value >>> changes it's it not propagated in the UI. Maybe this can't be done like &

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

2011-03-03 Thread Richard Yee
m not sure if there is anything extra I need to set up. I"m using the stock distributions. Thanks for your help! Richard Sent from my iPhone On Mar 3, 2011, at 5:21 AM, "Scott O'Bryan" wrote: > An example for one. ;) > > Might be helpful Richard to send us a code

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: 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 > Hi > > Thanks for the reply, here is my xhtml, with a simple login form > > > > > > > > > > > >

Re: Tomahawk components' javascript are undefined

2011-03-01 Thread Richard Yee
em, 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 1

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" wrote: > Tobias, > > I have the same problem than you and I want to turn of

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 wrote: > Hi, > Can y

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 ev

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" 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 I provid

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 wrote: > > Hi folks, > > we are currently on jsf/trinidad 1.1 within a portal environment (portlet > 1.0). We are planning an upgrade to JSF/Trinidad and Por

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" > wrote: Hi All, Need help ! I have raised https://issues.apache.org/jira/browse/TRINIDAD-1838. It was observed from the html view so

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 wrote: > there are several options for handling this. > 1) If you use two validators and only wa

Re: Help with regular expression

2010-03-02 Thread Richard Yee
n 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 > &g

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 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 indicate that the total a

Re: How to elegantly replace line breaks with tag?

2010-02-23 Thread Richard Yee
05 PM, Jakob Korherr wrote: But then he would have problems with escaping, as discussed before ;) 2010/2/22 Richard Yee You could also have the ... added automatically by the getTamperingMsg method. -R On Mon, Feb 22, 2010 at 12:43 PM, Jakob Korherr wrote: Put them in a h:panelGroup! Re

Re: How to elegantly replace line breaks with tag?

2010-02-22 Thread Richard Yee
You could also have the ... added automatically by the getTamperingMsg method. -R On Mon, Feb 22, 2010 at 12:43 PM, Jakob Korherr wrote: > Put them in a h:panelGroup! > > Regards, > Jakob > > 2010/2/22 laredotornado > > > > > Getting closer, but when I put in this ... > > > > > >

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 wrote: > Are you trying to use

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 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 I would have notice

Re: Tomahawk not displaying on jsf 2.0

2010-02-22 Thread Richard Yee
and I learnt from Jacob that there's no support for myfaces 2.0 yet > ...but soon > > Ime > > --- On Mon, 2/22/10, Richard Yee wrote: > > > From: Richard Yee > > Subject: Re: Tomahawk not displaying on jsf 2.0 > > To: "MyFaces Discussion" >

Re: Tomahawk not displaying on jsf 2.0

2010-02-22 Thread Richard Yee
DateFormat="MM/dd/" > forceId="true"> name="calendarForm_SUBMIT" value="1" /> name="javax.faces.ViewState" id="javax.faces.ViewState" > value="V55ojcOsiPYqj+yDgqneLhx1Q47ts43T/e8Q6J3Yu5zNJF4NKPAeMtwP8CmZ3PqtxnMHusGEUZ7kO57v

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 wrote: > > Hi everybody, > > I'm trying to solve the file upload lack in JSF 2

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 wrote: > You're welcome! > > Currently the branches for JSF 2.0 are in progress. Trinidad already > provides an alpha-2

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

2010-01-14 Thread Richard Yee
rinidad.bean.FacesBean.getProperty(PropertyKey)328 > > org.apache.myfaces.trinidad.bean.FacesBeanImpl._checkNotListKey(PropertyKey) > 266 > > org.apache.myfaces.trinidad.bean.FacesBeanImpl.getLocalProperty(PropertyKey) > 266 > > > On Tue, Jan 12, 2010 at 7:18 PM, Richard Yee >wrote: > > > http://myfaces.apache.org/t

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

2010-01-12 Thread Richard Yee
email me offline and I will mail the one I have to you. -Richard On Tue, Jan 12, 2010 at 2:31 PM, Ravi Kapoor wrote: > 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

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 wrote: > I contacted Ravi already offline > > -M > > On Tue, Jan 12, 2010 at 7:59 PM, Jan-Kees van Andel > wrote: > > Apache of

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

2010-01-11 Thread Richard Yee
s of each server? > > Regards > Ravi > > On Mon, Jan 11, 2010 at 3:00 PM, Richard Yee >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 >

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 wrote: > Jakob, > > The beans

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 > 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 h

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 mai

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

2009-12-22 Thread Richard Yee
ed > "validDays" for the tr:validateDateRestriction component like the following: > >     label="Select a date"> > > > > > -- Original message from Richard Yee : > -- > > >> If yo

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 date

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

2009-12-08 Thread Richard Yee
with tiles and JSF 1.2 (myFaces 1.2.8, > tomahawk12_1.1.9 and richfaces 3.3.2)? > 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 1

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
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 6

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 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 problem in these jars

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 wrote: Whenever i try to run some application, i get resource not available 404 error. I checked the logs and I saw following error. I

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 wrote: > I do not have a resource servlet.  But the tomahawk demo works without a > resour

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 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 would > fix the e

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 = facesContext.getExter

Re: no events firing - trinidad???

2009-10-09 Thread Richard Yee
u use? There was an issue 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

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: 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 in

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 wrote:

Re: Could not find renderer

2009-10-05 Thread Richard Yee
;>     at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:339) >>     at >> org.mortbay.jetty.nio.HttpChannelEndPoint.run(HttpChannelEndPoint.java:270) >>     at >> org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) >> Caused by: java.u

Re: Could not find renderer

2009-10-04 Thread Richard Yee
ind bundle for base name com.sun.el.Messages, locale en_US" 2009/10/4 Richard Yee You need this context parameter in web.xml for facelets org.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLERparam-name> com.sun.facelets.FaceletViewHandler and these servlets and fil

Re: Could not find renderer

2009-10-03 Thread Richard Yee
and upgrading trinidad-api/-impl to > 1.2.12 worked so far. > > > > ClassNotFoundException: > org.apache.myfaces.trinidadinternal.facelets.TrinidadFaceletViewHandler > > > 2009/10/3 Richard Yee >> >> Remove faceletviewhandler from faces-config.XML >> Re

Re: Could not find renderer

2009-10-03 Thread Richard Yee
2009/10/2 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 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 s

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 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 the following error:

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 wrote

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 n

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 : > >> Each ti

Re: Simple faces display page

2009-09-16 Thread Richard Yee
t; >                                 >                                 id="tableColumn2" sort="name"> >                                     text="#{currentRow.value['name']}"/> >                                 >                                 id="tableColumn3" > >                                     text="#{currentRow.val

Re: Simple faces display page

2009-09-16 Thread Richard Yee
ty. If this value is set to zero, all available rows in the underlying data model will be displayed. This explains why only 4 rows are displayed. -Richard On Wed, Sep 16, 2009 at 10:11 AM, Richard Yee wrote: > Are you using a debugger? Did you check the size of the list returned > b

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, wrote: > Quoting Richard Yee : > Cheers Richard, you woul be amazed how much difference changing the case made. > However now i get the contents bu

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

2009-09-15 Thread Richard Yee
le, and I'm facing some difficulties. The article is >>>>> very >>>>> dojo oriented, and the library I'm trying to work with is jquery >>>>> (datepicker). I guess the second approach mentioned there is similar to >>>>> the >>

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} I

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 wrote: Of course, th

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

2009-09-14 Thread Richard Yee
ad of the JSF 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:

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 Face

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

2009-09-14 Thread Richard Yee
rtunately, 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,

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

2009-09-14 Thread Richard Yee
What did you try that doesn't work? Did you set escape="false"? This works for me: On Mon, Sep 14, 2009 at 11:41 AM, Durin Dal wrote: > > That does not work either, I'm afraid. :-( > > > >> -----Original Message- >> From: Richard Yee [

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 wrote: > > I'm having some issues with content being rendered with a JSF page.  The JSF > pag

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, SmeeZee 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 it. I have > fol

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. Richa

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: 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, Andreas 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: > > >   >          required="#{field.required}"

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" > wrote: Problem description Introduction:- we have a web application by name itemsub developed usin

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 wrote: One more piece

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 Glassfi

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=Content&ID=11#functional http://www.w3.org/WAI/ -Richard On Mon, A

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

2009-07-31 Thread Richard Yee
roup > Pershing LLC, a subsidiary of The Bank of New York Mellon Corporation > www.pershing.com > Office: (201)-413-4635 > Fax: (201)-413-9141 > Email: iki...@pershing.com > > > From: Richard Yee > To: MyFaces Discussion > Date: 07/28/2009 11:05 AM > Subject: Re: T

Re: [rinidad] Bug in !?

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 Lee wrote: > Hi Daniel, > > I can repro

Re: [rinidad] Bug in !?

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 Yee wrote: > I tried it on tr:inputDate on the demo site and could not reproduce > the problem you describe. > http://www

Re: [rinidad] Bug in !?

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 Niklas wrote: > > Hi, > > i think, that i've found a nasty

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 wrote: Hello, I have a problem with content type

Re: ContextMenus

2009-07-01 Thread Richard Yee
Robin, Your jsp has this now: I think it needs this: My setup is not exactly the same as yours. I have tabbed menus in the first navigation item and then button menus in the 2nd. Not su

  1   2   3   >