AW: EditableValueHolder rendering behavior / Restore View

2005-12-31 Thread Matthias Kahlau
Hi Simon, Perhaps your button is inside a different form from the one containing your input text? HTML only supports submitting one form, so all components in other forms will see their input as missing, ie will have their submitted value reset.. Actually not - all components are contained

Re: tobago examples

2005-12-31 Thread Matthias Wessendorf
I just tried the same in firefox... and again, can`t reproduce On 12/30/05, Dennis Byrne [EMAIL PROTECTED] wrote: Hi Bernd, I am afraid I can still produce this one :( I went to http://tobago.atanion.net/tobago-example-demo/ , clicked on Tree Control, and then clicked on ListBox. This

Re: AW: EditableValueHolder rendering behavior / Restore View

2005-12-31 Thread Volker Weber
Hi, Matthias, can you post the relevant jsf code, and the action/actionListener code? This may help us to see what's wrong. Regards Volker Matthias Kahlau wrote: Hi Simon, Perhaps your button is inside a different form from the one containing your input text? HTML only supports

Re: validateEqual show password to client

2005-12-31 Thread Matthias Wessendorf
Just opened a ticket: http://issues.apache.org/jira/browse/MYFACES-991 Greetings, Matthias On 12/30/05, Matthias Wessendorf [EMAIL PROTECTED] wrote: Dave- that is really a funny bug :) I verified it on: http://www.irian.at/myfaces/validate.jsf can you create a Jira ticket on it? I'll

Re: Data Table Sorting still not working

2005-12-31 Thread Mike
Tom, I had the same problem. I later found that I needed to download the actual source code (source=documentation, unfortunately s). Check out: http://myfaces.apache.org/source.cgi HTH. -- Jim Tom Butler wrote: Mike do you know how to access the source code for the

Can we use several package of jsf components together ?

2005-12-31 Thread Legolas Woodland
Hi Thank you for reading my post. can i use more than one package of jsf components in a page ? I mean , i use Creator studio , now i want to use some of myface components (menu) in a page that i create with Studio creator , will it cause problems ? does other components on the page wich from

Re: Data Table Sorting still not working

2005-12-31 Thread Mike
Hi Simon, This is great info, thanks. You should write a "how to" book on MyFaces (we could use it! s). I seem to have things set upĀ  the way you're describing, so I'm wondering if my faces-config is missing some listener or something since clicking the header doesn't actually fire the

Re: EditableValueHolder rendering behavior / Restore View

2005-12-31 Thread Mike
Hi Simon, Nope, just one form tag. Here's my current web.xml. Maybe it's missing something? Mike ?xml version="1.0" encoding="UTF-8"? web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.4"

Re: Can we use several package of jsf components together ?

2005-12-31 Thread Alexandre Poitras
You shoudn't have any problems since they are all standard jsf components. That's the beauty of jsf! On 12/31/05, Legolas Woodland [EMAIL PROTECTED] wrote: Hi Thank you for reading my post. can i use more than one package of jsf components in a page ? I mean , i use Creator studio , now i

[Studio Creator] Re: Can we use several package of jsf components together ?

2005-12-31 Thread Matthias Wessendorf
Hi Legolas, I haven't used Studio Creator w/ MyFaces' tomahawk (or sandbox). But you should be able (as Alexandre pointed out) to *use* MyFaces stuff in Creator. Currently there is no *design time* support for Creator from our side. Craig mentioned by time, that one of his fellow-workers blogged

Trying to get the source car sort (data table) example to work...

2005-12-31 Thread Mike
Hi all, I'm tying to get the simple car data table example to work so I can hopefully figure out why my data table sorting isn't working in my other project, but I'm getting a strange error when I try to run it. Dec 31, 2005 11:43:43 AM javax.faces.webapp.UIComponentTag setupResponseWriter

Re: Can we use several package of jsf components together ?

2005-12-31 Thread Dennis Byrne
Don't worry. There are tags that do not work well together, but this has to do with the interactions of the tags themselves. There is no inherit problem with using tags from different taglibs in the same page. Consider this a design goal of JSF. -Original Message- From: Legolas

Re: tobago examples

2005-12-31 Thread Dennis Byrne
I downloaded the app at http://tobago.atanion.net/tobago-example-demo.war and turned on logging. I could not seem to reproduce the problem on the tree control page, but this is what I get when click around on the tabs in under tab control . ERROR

Re: [Studio Creator] Re: Can we use several package of jsf components together ?

2005-12-31 Thread Craig McClanahan
On 12/31/05, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi Legolas,I haven't used Studio Creator w/ MyFaces' tomahawk (or sandbox). Butyou should be able (as Alexandre pointed out) to *use* MyFaces stuffin Creator.Currently there is no *design time* support for Creator from our side. Craig

Re: [Studio Creator] Re: Can we use several package of jsf components together ?

2005-12-31 Thread Dennis Byrne
On that topic, I'm interested in working on the design time support for the MyFaces components, so that they run nicely in Creator, and contributing it back to the MyFaces project. We get this request (MyFaces components with Creator) from time to time on the Creator forums, and I've seen it

Re: [Studio Creator] Re: Can we use several package of jsf components together ?

2005-12-31 Thread Craig McClanahan
On 12/31/05, Dennis Byrne [EMAIL PROTECTED] wrote: On that topic, I'm interested in working on the design time support for theMyFaces components, so that they run nicely in Creator, and contributing itback to the MyFaces project.We get this request (MyFaces components with Creator) from time to

Re: [Studio Creator] Re: Can we use several package of jsf components together ?

2005-12-31 Thread Legolas Woodland
Craig McClanahan wrote: On 12/31/05, Dennis Byrne [EMAIL PROTECTED] wrote: On that topic, I'm interested in working on the design time support for the MyFaces components, so that they run nicely in Creator, and contributing it back to the MyFaces project.We get this request (MyFaces

HURRAY!!! SORTING IS WORKING!!!!

2005-12-31 Thread Mike
It seems that my problem was that my IDE had, for some reason, stopped updating the deployment directory even though the code would work after the changes I made thanks to all the great suggestions here. Now, at least, I have a Java problem, not a MyFaces problem. Now, I'm trying to modify

Re: HURRAY!!! SORTING IS WORKING!!!!

2005-12-31 Thread Legolas Woodland
Mike wrote: It seems that my problem was that my IDE had, for some reason, stopped updating the deployment directory even though the code would work after the changes I made thanks to all the great suggestions here. Now, at least, I have a Java problem, not a MyFaces problem. Now, I'm trying

Good JSF Books

2005-12-31 Thread Greg Reddin
Hi, I'm looking for some good JSF books. However, I want more than just This is how it works. I'd really like to find books that talk about Here are some good patterns and here are some antipatterns. I've looked at Core JSF and it looks pretty good, but seems to contain more of the

Re: Good JSF Books

2005-12-31 Thread Alexandre Poitras
So far I really liked Mastering JavaServer Faces from Wiley. It has a complete chapter dedicated to architecture, patterns, all the different MVC styles (JSF vs Struts vs Swing). I have really enjoyed it because usually the books are just talking the basic technical stuff already available on the

Re: Good JSF Books

2005-12-31 Thread Alexandre Poitras
By the way, I went throught the Manning one and Oreilly and like them very much. They are way too technical, for example there is around 240 pages of appendix in the Oreilly filled with reference API all available on the Internet. I tend to not buy reference technical books since all the

Re: [Studio Creator] Re: Can we use several package of jsf components together ?

2005-12-31 Thread Laurie Harper
Craig McClanahan wrote: On 12/31/05, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi Legolas, I haven't used Studio Creator w/ MyFaces' tomahawk (or sandbox). But you should be able (as Alexandre pointed out) to *use* MyFaces stuff in Creator. Currently there is no *design time* support for

Re: Good JSF Books

2005-12-31 Thread Laurie Harper
Greg Reddin wrote: Hi, I'm looking for some good JSF books. However, I want more than just This is how it works. I'd really like to find books that talk about Here are some good patterns and here are some antipatterns. I've looked at Core JSF and it looks pretty good, but seems to contain

Re: JSF support East Asian characters ?

2005-12-31 Thread Laurie Harper
Does the browser(IE) or inputText do the encoding of characters? If the inputText component has an initial value, it will be encoded server-side using the view's output encoding. When you submit the form, the browser will encode the current value of the inputText using whatever encoding it

Re: Good JSF Books

2005-12-31 Thread John Fallows
On 12/31/05, Laurie Harper [EMAIL PROTECTED] wrote: Personally, I'm looking forward to Pro JSF and Ajax: Building RichInternet Components [1]. Don't have any 'currently available'suggestions for you though.L.[1] http://www.apress.com/book/bookDisplay.html?bID=10044Thanks for the vote of

Any suggestions in configure several DB static lists in application scope

2005-12-31 Thread Emily Gu
Hi, We have several database lists that aren't changed. I would like to put them into the application scope. How to doit in the faces-config.xml? Any suggestions? Thanks!!

Re: Any suggestions in configure several DB static lists in application scope

2005-12-31 Thread Dennis Byrne
Can this info be stored in a Map ? If so, create a managed bean of type java.util.HashMap . Hit google for map-entries . Should be pretty easy. There is also list-entries . -Original Message- From: Emily Gu [mailto:[EMAIL PROTECTED] Sent: Saturday, December 31, 2005 11:15 PM To:

Re: Any suggestions in configure several DB static lists in application scope

2005-12-31 Thread Emily Gu
Thanks for your quick reply, Dennis!! Happy New Year!! Yeah, it can be out in a map. From what you said, my map-entries ot list-entries in faces-config.xml reference to a managed bean which is calling DB to get the lists? If I put the reference in the faces-config and defined as the application

Re: Any suggestions in configure several DB static lists in application scope

2005-12-31 Thread Emily Gu
After googing it, I think I know how to do it. The value of the map-entry can refer to the backing bean property, I can define the map-entry in application scope. Thanks! On 12/31/05, Emily Gu [EMAIL PROTECTED] wrote: Thanks for your quick reply, Dennis!! Happy New Year!! Yeah, it can be out in