Re: New release ?

2005-08-18 Thread Udo Schnurpfeil
This might be a configuration/build problem. The class com.sun.faces.renderkit.html_basic.MenuRenderer is from suns reference implementation. You might have testet your webapp with the RI and not deleted all stuff from the war. Sometimes when I switch between RI and MyFaces I've to delete all

Re: [incubator] new faces components proposal submitted

2005-08-18 Thread Werner Punz
I guess the confusion over this is more a documentation issue ;-) My guess is in the long run there will be a handful of subprojects with a common myfaces core. Tobago probably is the first, lets see wheter the ADF Faces (if Oracle can release it) will be a sideproject as well. As long as the co

RE: tabbedPane: jump directly to a specific pane

2005-08-18 Thread Kołoszko Paweł
Have you tried to use selectedIndex property? PK -Original Message- From: Jesse Alexander (KBSA 21) [mailto:[EMAIL PROTECTED] Sent: Friday, August 19, 2005 1:19 AM To: MyFaces Discussion Subject: x:tabbedPane: jump directly to a specific pane Hi we need to be able to jump to a specific

RE: Tree2 blank screen

2005-08-18 Thread Balaji Saranathan
Title: Message Hi,   I would appreciate it if anyone can help me fix this. It had not been easy to get approval to use MyFaces as Tree2 would be one of the most important component for us. Now, without this fixed, I would be nowhere and back to using our own primitive tree. I'm now using th

Re: emergency.. might need to use nightly build

2005-08-18 Thread Martin Marinschek
I just checked the sources, the setter is there. Are you sure you cleaned out every possible old jar file? regards, Martin On 8/19/05, Sean Schofield <[EMAIL PROTECTED]> wrote: > Are you using forceId? forceIdIndexFormula is relatively new > (something Sylvain has been playing around with late

Re: emergency.. might need to use nightly build

2005-08-18 Thread Sean Schofield
Are you using forceId? forceIdIndexFormula is relatively new (something Sylvain has been playing around with lately.) If you are in a pinch, you can find when this was introduced and checkout the svn version just before that. (Or even better, try to pinpoint the bug.) sean On 8/17/05, Matthew

Re: How to find out the co-ordinates when I click on a world map(Image)?

2005-08-18 Thread Sean Schofield
Yes a world map will be tricky but this is still a cool solution :-) sean On 8/18/05, Sunil Tiwari <[EMAIL PROTECTED]> wrote: > Hi Sean, > > Thanx for this useful information. > I searched a lot yesterday on this topic and I got the same information that > you have provided. > We can use image i

Re: How to find out the co-ordinates when I click on a world map(Image)?

2005-08-18 Thread Sunil Tiwari
Hi Sean, Thanx for this useful information. I searched a lot yesterday on this topic and I got the same information that you have provided. We can use image in the commandButton and can get the pixel coordinates when clicked anywhere on the image. And then this coordinate can be used to divide

Tree2 blank screen

2005-08-18 Thread Balaji Saranathan
Title: Tree2 blank screen Hi, Finally I have been able to convince my management to use MyFaces. The first component that we would be replacing is our own custom basic tree with Tree 2. I added the latest nightly build of tomahawk.jar and added the ExtensionsFilter in the faces config. My

MyFaces tiles problem

2005-08-18 Thread Larson, Kirk
I deployed the "myfaces-tiles-example.war" example application that is included in the MyFaces distribution.   While experimenting with this application, I attempted to reorganize the location of some of the JSP files.  Basically I wanted to be able to separate the pages into several folder

Re: [incubator] new faces components proposal submitted

2005-08-18 Thread Martin Marinschek
The thing is that this source base introduces a central layout manager and a central style definition/switching possibility, so as of now, the components won't be interchangable usable. I see it as one of the goals of this incubation (additionaly to get a lively community up and running) to ensure

RE: h:selectManyCheckbox throwing NullPointerException when none selected. Why?

2005-08-18 Thread Rahul Pilani
I am really sorry. Must be in a daze or something to not see the stacktrace. What version of myfaces are you using? -Original Message- From: steve rock [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 4:30 PM To: MyFaces Discussion; [EMAIL PROTECTED] Subject: Re: h:selectManyChe

Re: h:selectManyCheckbox throwing NullPointerException when none selected. Why?

2005-08-18 Thread steve rock
Stack trace is in first message. It's occuring in UISelectMany.getConvertedValue which is definitly in the myfaces lib. I put debug in all my functions calls and don't see that being called yet. -Steve On 8/17/05, Rahul Pilani <[EMAIL PROTECTED]> wrote: > Can you paste the stacktrace. It woul

RE: [incubator] new faces components proposal submitted

2005-08-18 Thread Jesse Alexander (KBSA 21)
I just wonder why it should be a new subproject. And whether it would not be better to concentrate all components under the tomahawk subproject. I feel that it will cause some confusion having more than one component sub-project. just my two cents Alexander -Original Message- From: Matth

x:tabbedPane: jump directly to a specific pane

2005-08-18 Thread Jesse Alexander (KBSA 21)
Hi we need to be able to jump to a specific pane directly instead of the first one configured. This comes from a sub-dialog which we initiate on one of the tabs and we need to return to that tab... Has somebody already encountered a similar problem and maybe already solved it? We use the myfaces

Re: Folder images in tree2

2005-08-18 Thread Sean Schofield
Sorry I misunderstood. Problem has been fixed. You can thank Mathias Werlitz for the fix. sean On 8/18/05, ir. ing. Jan Dockx <[EMAIL PROTECTED]> wrote: > The problem is not in h:graphicImage. That works as described. The > problem is in tree2 code: > > orrg.apache.myfaces.custom.tree2.HtmlTre

Re: My Faces documentation and examples

2005-08-18 Thread Sean Schofield
Issue has been fixed in latest nightly src distro. sean On 8/18/05, Sean Schofield <[EMAIL PROTECTED]> wrote: > Nightly source distro is currently missing the examples source but > there is a JIRA issue on that. I will hopefully fix later today as > that has come up a few times. > > In the mean

Re: Re: tree2 saveState

2005-08-18 Thread Sean Schofield
Issue has been fixed in SVN. sean On 8/18/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Done :)

Re: x:inputCalandar display issues when default fields are changed

2005-08-18 Thread Martin Marinschek
AFAIK, in subversion head and of course the nightly build this is fixed. Can you try? regards, Martin On 18 Aug 2005 20:22:45 -, mfaine <[EMAIL PROTECTED]> wrote: > Myfaces 1.0.9 > > I set the default value for an x:inputCalandar before the page loads if > someone changes either the day of

Re: How to find out the co-ordinates when I click on a world map(Image)?

2005-08-18 Thread Sean Schofield
I am in the process of re-reading the excellent Core JSF book by Geary and Horstmann. (I had initially only skimmed it having already read 3 other JSF books.) There are some interesting nuggets in there including the following: According to them, you can do this with and a combination of action

Re: Calendar component

2005-08-18 Thread Sean Schofield
So what are you asking? Have you tested the latest nightly build to see if it works? Presumably your manager won't stop you from *testing* it. sean On 8/18/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello, > > I have the same problem as Matthew Pease. Is there a solution for it? > > T

Re: Scheduler

2005-08-18 Thread Sean Schofield
This is a great component. IMO we should hold off on promoting any new components to tomahawk until after this release. There really is no difference to the end user if its in sandbox or not. If its in tomahawk the MyFaces community is promising support, etc. My 2 cents, sean On 8/16/05, Math

RE: colspan capability in tables

2005-08-18 Thread Rahul Pilani
I wrote a custom renderer (which was essentially the myfaces renderer with some modifications) and a new tag to implement rowspans in datatable based on certain criteria. I guess you will have to go the same way Rahul -Original Message- From: CONNER, BRENDAN (SBCSI) [mailto:[EMAIL PROTECT

colspan capability in tables

2005-08-18 Thread CONNER, BRENDAN \(SBCSI\)
Sorry if I've missed a similar thread: Does either the dataTable or panelGrid (or some other) component have the capability to render colspan in its output? I have the requirement that, depending upon some control information in the data, some of the rows need to have certain columns combined int

h:message & x:dataTable id confusion

2005-08-18 Thread Dennis_Byrne
h:[EMAIL PROTECTED] = h:[EMAIL PROTECTED] .  h:inputText is inside a x:dataTable.   If h:message is outside of the x:dataTable, an exception is thrown because it cannot locate the id of the component it is for.  If h:message is inside the same panelGroup as h:inputText, all is well and validation

x:inputCalandar display issues when default fields are changed

2005-08-18 Thread mfaine
Myfaces 1.0.9 I set the default value for an x:inputCalandar before the page loads if someone changes either the day of the week or the year and leaves them blank, then clicks the popup button. The display of the calandar goes all horizontal and will then display NaN for the year. Any help w

Re: access to request values prior to 'apply request values'

2005-08-18 Thread Jason Kissinger
Thank you! I feel so stupid... we were already using the parameterMap with a different key to allow client to bootstrap an existing 'request thread' through the url (ie http://.../file.jsf?clientId=1234), but used a different clientId for the hidden component. I didn't realize the parameterMap he

[incubator] new faces components proposal submitted

2005-08-18 Thread Matthias Wessendorf
hi, at apachecon eu, martin and me meet the tobago guys who are creating lot's of cool faces components. Finally they submitted a proposal for contributing their components to the asf. have a look and read the proposal: http://www.mail-archive.com/general%40incubator.apache.org/msg05408.html -

Re: access to request values prior to 'apply request values'

2005-08-18 Thread Volker Weber
If you know the clientId of your hidden input you can do FacesContext.getCurrentInstance().getExternalContext() .getRequestParameterMap().get(); never tryed, but should work. Regards Jason Kissinger wrote: > How do we access the request values in a pre-Restore View phase > listener? We want

Re: RE : inputCalendar and charset

2005-08-18 Thread Martin Marinschek
Can you open a jira request on that? If there is one already open, can you vote for the open one? Even better, would you be able to supply a patch to fix this problem? regards, Martin On 8/18/05, Clément Maignien <[EMAIL PROTECTED]> wrote: > > Yes indeed ... same problem for me ... It should

Bean problem

2005-08-18 Thread Balaji Saranathan
Title: Bean problem Hi, My code is something like this. My fields correspond to a properties in a HashMap. There are no separate Getters/setters for these properties. When the page is displayed, I get the default values filled up in the form, but when I click , I get the stack trace given b

RE : inputCalendar and charset

2005-08-18 Thread Clément Maignien
Title: Message Yes indeed ... same problem for me ... It should be "aujourd'hui le jeu., 18 août 2005" I tried to fix it but with no result.   Clément -Message d'origine-De : Maxence Dewil [mailto:[EMAIL PROTECTED] Envoyé : jeudi 18 août 2005 17:17À : MyFaces DiscussionObj

access to request values prior to 'apply request values'

2005-08-18 Thread Jason Kissinger
How do we access the request values in a pre-Restore View phase listener? We want to do something like: public PhaseId getPhaseId() { return PhaseId.RESTORE_VIEW; } public void beforePhase(PhaseEvent e) { ... Hashtable postValues = HttpUtils.parsePostData( req.ge

Antwort: Re: tree2 saveState

2005-08-18 Thread mathias . werlitz
Done :)

Antwort: Re: tree2 broken?

2005-08-18 Thread mathias . werlitz
What do you mean with the application dumps? This issue might be fixed with MYFACES-404 and MYFACES-423.

inputCalendar and charset

2005-08-18 Thread Maxence Dewil
Hi,   my web application is configured to use the « french » Locale. For today the inputCalendar gives me “Today is jeu., 18 ao& 2005” instead of “.. 18 août ..”.   What can I do to modify the charset used by the inputCalendar?   Thx.

Re: Folder images in tree2

2005-08-18 Thread ir. ing. Jan Dockx
The problem is not in h:graphicImage. That works as described. The problem is in tree2 code: orrg.apache.myfaces.custom.tree2.HtmlTreeRenderer#encodeNavigation(FacesContext, ResponseWriter, HtmlTree)) in line 523 and 525 of the current head. Where h:graphicImage does push the URL through facesCon

RE: New release ?

2005-08-18 Thread Maxence Dewil
I can't reproduce the problem.. I suppose I should disable the session serialization in Tomcat (5.5.9) before switching to a newer release. Am I right? Maxence. -Message d'origine- De : Sean Schofield [mailto:[EMAIL PROTECTED] Envoyé : jeudi 18 août 2005 16:34 À : MyFaces Discussion O

Re: My Faces documentation and examples

2005-08-18 Thread Sean Schofield
Nightly source distro is currently missing the examples source but there is a JIRA issue on that. I will hopefully fix later today as that has come up a few times. In the meantime, use svn (which isn't too hard.) sean On 8/18/05, Martin Marinschek <[EMAIL PROTECTED]> wrote: > Well, don't ask me

Re: RE : inputSuggest issue

2005-08-18 Thread Sean Schofield
I'll be back from vacation later today (just catching up on email now.) Go ahead an add a JIRA issue. It will take some time for me to look at it as we are getting ready to release MyFaces 1.0.10 and also we are getting ready to release at my day job. sean On 8/18/05, Martin Marinschek <[EMAIL

RE: Stylesheet

2005-08-18 Thread Keel, Paul
I am using regular html stylesheets with the link tag in JSF like so:                                                       JSF code…….       

Re: s:inputSuggest issue

2005-08-18 Thread Sean Schofield
No there's no sandbox mailing list. Can you open a JIRA issue on this? (Use "sandbox" as the component type.) I have not had much time lately to test this component so I'm not suprised if there are a few bugs. If you could also submit a patch that would be great. sean On 8/17/05, Clément Ma

Re: Folder images in tree2

2005-08-18 Thread Sean Schofield
This has always been the case with . Was this somehow working differently in an earlier version of tree2? I doubt it. sean On 8/16/05, ir. ing. Jan Dockx <[EMAIL PROTECTED]> wrote: > I have the following in my jspx file for an x:tree2 (using the nightly > build d.d. 15/8). > >varNo

Re: tree2 saveState

2005-08-18 Thread Sean Schofield
> I have looked a the source and found out, that the model is saved with the > component. > Sean, is that really right? On the other hand the state of the components > seems not to be saved between request. No that doesn't sound right. I'm coming back from vacation later today so I will look in

Re: Problem with empty x:tree

2005-08-18 Thread Sean Schofield
Suggestion: Most people are using now. You will probably find more people able to help you with that one. sean On 8/15/05, Rogério Saulo <[EMAIL PROTECTED]> wrote: > Hi, > > I do not know if I´m misunderstanding something, but anyone can tell me how > to create an empty x:tree component? >

Re: tree2 broken?

2005-08-18 Thread Sean Schofield
Open a JIRA issue on this one. I believe there are a few problems with the new TreeState interface. I will look into it later this week. sean On 8/13/05, Andreas Schenk <[EMAIL PROTECTED]> wrote: > Hi, > > it seems to me that the state saving mechanism of tree2 is broken: > > As I wrote earli

Re: Problems with tree2 / nightly build from 20050812

2005-08-18 Thread Sean Schofield
> Hi, > > to summarise: Up to now all problems were related to the migration from > myfaces 1.0.9 to the nightly build from 20050812. It would have saved me a > lot of time, if the necessary changes would have been documented somewhere What changes were necessary? Removing myfaces.jar? If that'

Re: New release ?

2005-08-18 Thread Sean Schofield
I suggest you figure out the problem instead of going to an older version. There is a bug in the MyFaces code or your code and either way, you'll want that resolved before the next release. If there is a bug in the MyFaces code, please report a JIRA issue. Even better, provide a patch ;-) sean

Re: Tree2 save state

2005-08-18 Thread Sean Schofield
Marc, There was a recent change to tree2 that may have broken this feature. Are you using a recent (with 7-10 days) version of the source code? If so, then please file a JIRA issue. This is most likely a bug that was introduced by the new TreeModel and TreeState interfaces. sean On 8/12/05, M

RE : RE : inputSuggest issue

2005-08-18 Thread Clément Maignien
Ok Martin I'll do that as soon as possible. Regards, Clément -Message d'origine- De : Martin Marinschek [mailto:[EMAIL PROTECTED] Envoyé : jeudi 18 août 2005 16:20 À : MyFaces Discussion Objet : Re: RE : inputSuggest issue Ok, so it would be great if you, Clement, would open a JIRA iss

RE : RE : inputSuggest issue

2005-08-18 Thread Clément Maignien
Title: Message No problem Matt, yes indeed, Sean said me that he was on vacation this week, lucky Sean ;)   Regards, Clément -Message d'origine-De : Matt Blum [mailto:[EMAIL PROTECTED] Envoyé : jeudi 18 août 2005 16:17À : MyFaces DiscussionObjet : Re: RE : inputSuggest

Re: FacesException: Could not get property rows of component...

2005-08-18 Thread Martin Marinschek
next question: do you ever call 'new HtmlDataTable()'? it is your responsibility to initialize the components you use for value binding! regards, Martin On 8/18/05, Kołoszko Paweł <[EMAIL PROTECTED]> wrote: > No, with new HtmlDataTable() I do not get NPE. So what does it mean? > > Ps. My backi

Re: RE : inputSuggest issue

2005-08-18 Thread Martin Marinschek
Ok, so it would be great if you, Clement, would open a JIRA issue on this so that we can keep track of this problem. Thanks Matt! regards, Martin On 8/18/05, Matt Blum <[EMAIL PROTECTED]> wrote: > Sean wrote that part of the code, so I had to reread it to jog my memory as > to why it was implem

Re: RE : inputSuggest issue

2005-08-18 Thread Matt Blum
Sean wrote that part of the code, so I had to reread it to jog my memory as to why it was implemented this way. The reason this happens is that the value that's set comes from the rendered HTML id for the choice.  In order to allow you to have multiple inputSuggest components on one page with valu

Re: My Faces documentation and examples

2005-08-18 Thread Martin Marinschek
Well, don't ask me what is where in our source distributions, as I never use them ;) However, I can promise you that if you check out from https://svn.apache.org/repos/asf/myfaces/current you will get everything you need, the examples source code under the examples sub directory. regards, Mart

RE: My Faces documentation and examples

2005-08-18 Thread Delbrouck, Henri-Philippe
Thanks but I am looking for the source of myFaces-examples corresponding to myFaces-examples.jar. Is it possible to have access to these sources. Thanks Henri -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: jeudi 18 août 2005 15:29 To: MyFaces Discussion Sub

RE: FacesException: Could not get property rows of component...

2005-08-18 Thread Kołoszko Paweł
No, with new HtmlDataTable() I do not get NPE. So what does it mean? Ps. My backing bean is session scoped. PK -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 3:34 PM To: MyFaces Discussion Subject: Re: FacesException: Could not get

RE : My Faces documentation and examples

2005-08-18 Thread Clément Maignien
Title: Message Hi, The Java source code of the 1.0.9 examples are availaible, not the nightlyBuilt ones ... there a JIRA issue for that, we have to wait   Regards, Clément -Message d'origine-De : Delbrouck, Henri-Philippe [mailto:[EMAIL PROTECTED] Envoyé : jeudi 18 août 200

Re: need a read only hidden form component

2005-08-18 Thread Mike Kienenberger
One thing you can do is to point it to a setter that just throws away the value, and have the getter call your real getter. On 8/18/05, Srikanth Madarapu <[EMAIL PROTECTED]> wrote: > Hi > > I need a placeholder on my JSF form, which is hidden and read only. When I > say read only, I want that

Re: RE : inputSuggest issue

2005-08-18 Thread Martin Marinschek
Matt, Sean, anything? regards, Martin On 8/18/05, Clément Maignien <[EMAIL PROTECTED]> wrote: > > Any idea ? Any answer ? > Thanks, Clément > > > -Message d'origine- > De : Clément Maignien > Envoyé : mercredi 17 août 2005 15:02 > À : MyFaces Discussion > Objet : s:inputSuggest

RE: need a read only hidden form component

2005-08-18 Thread Srikanth Madarapu
I am using the nightly build as of 6/21/05. The release notes in the zip files says it is 1.0.10. Thanks Srikanth -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 9:39 AM To: MyFaces Discussion Subject: Re: need a read only hidden form

Re: need a read only hidden form component

2005-08-18 Thread Martin Marinschek
Ok... are you using 1.0.9? cause in SVN head, this should be working. If readonly or disabled is true, then the component shouldn't be decoded, see: public static void decodeUIInput(FacesContext facesContext, UIComponent component) { if (!(component instanceof EditableValu

Re: FacesException: Could not get property rows of component...

2005-08-18 Thread Martin Marinschek
What happens if in your getJsfDataTable function you call new HtmlDataTable() each time? do you still get this NPE? regards, Martin On 8/18/05, Kołoszko Paweł <[EMAIL PROTECTED]> wrote: > One more thing. When binding="#{listRodzajePism.jsfDataTable}" is removed > from x:datatable tag, everyhing

RE: need a read only hidden form component

2005-08-18 Thread Srikanth Madarapu
Yes, I tried that too, its still trying to call the setter. -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 9:32 AM To: MyFaces Discussion Subject: Re: need a read only hidden form component Why don't you use ? regards, Martin On 8/

Re: HtmlDataTable

2005-08-18 Thread Martin Marinschek
The last discussion on this on the user list ended like that: Thanks a lot. I think that it could be something like that: public static List dataTableAsList(HtmlDataTable dataTable) { List rows = new ArrayList(); List columns; for (int i = 0; i < dataTable.getRowCount(); i

Re: need a read only hidden form component

2005-08-18 Thread Martin Marinschek
Why don't you use ? regards, Martin On 8/18/05, Srikanth Madarapu <[EMAIL PROTECTED]> wrote: > Hi > > I need a placeholder on my JSF form, which is hidden and read only. When I > say read only, I want that component to get populated but when submitted I > don't want to call the setter of th

Re: My Faces documentation and examples

2005-08-18 Thread Martin Marinschek
yes of course! Ideally, you would check out the sources from: svn co https://svn.apache.org/repos/asf/myfaces/current or download the source distribution at: http://myfaces.apache.org/source.cgi regards, Martin On 8/18/05, Delbrouck, Henri-Philippe <[EMAIL PROTECTED]> wrote: > > > Hi all,

My Faces documentation and examples

2005-08-18 Thread Delbrouck, Henri-Philippe
Title: My Faces documentation and examples Hi all, Can someone help me getting more detailled documentation of the MyFaces extensions. Is it possible to have access to the source code of the myfaces-examples distribution. Thanks Henri-Philippe Delbrouck Siemens Business Services

need a read only hidden form component

2005-08-18 Thread Srikanth Madarapu
Hi I need a placeholder on my JSF form, which is hidden and read only. When I say read only, I want that component to get populated but when submitted I don't want to call the setter of the value binding. I have tried a inputText with read only set to true, but it still tries to call the s

HtmlDataTable

2005-08-18 Thread Piotr Boninski
Hi,   I’m trying to develop class inherited HtmlDataTablej with some features which require access to displayed data. But I don’t know how to deal with raw data. Where is it ? I’m trying sth like:       Iterator iter = dataTable.getChildren().iterator();     while (iter

RE: FacesException: Could not get property rows of component...

2005-08-18 Thread Kołoszko Paweł
One more thing. When binding="#{listRodzajePism.jsfDataTable}" is removed from x:datatable tag, everyhing works just fine. PK -Original Message- From: Kołoszko Paweł Sent: Thursday, August 18, 2005 11:20 AM To: users@myfaces.apache.org Subject: FacesException: Could not get property rows

RE: How to get cell value from HtmlDataTable?

2005-08-18 Thread Kołoszko Paweł
Thanks a lot. I think that it could be something like that: public static List dataTableAsList(HtmlDataTable dataTable) { List rows = new ArrayList(); List columns; for (int i = 0; i < dataTable.getRowCount(); i++) { dataTable.setRowIndex(i);

RE : inputSuggest issue

2005-08-18 Thread Clément Maignien
Title: Message Any idea ? Any answer ? Thanks, Clément -Message d'origine-De : Clément Maignien Envoyé : mercredi 17 août 2005 15:02À : MyFaces DiscussionObjet : s:inputSuggest issue Hi everyone, I've found a problem with the sandbox inputSuggest component. I

FacesException: Could not get property rows of component...

2005-08-18 Thread Kołoszko Paweł
MyFaces 1.0.9 I have a following problem: I have page.jsp with datatable and a button: ... column, column, column ... Action "newpage" of commandbutton opens page2.jsp with only one button: Action "back" goes back to page.jsp. And here the problem occurs becuase I receive an error: ja

Stylesheet

2005-08-18 Thread Shibi Thomas
i would like to use stylesheets in myfaces.    this is the code ... .         i got the following error:   11:05:50.091 WARN!! [P1-19] org.apache.myfaces.renderkit.html.HtmlRenderKitImpl.getRenderer(HtmlRenderKitImpl.java:67) >36> Unsupported component-family/renderer-type: javax.f

RE: Renderkit for testing

2005-08-18 Thread Jesse Alexander (KBSA 21)
Somehow an appealling idea... Alexander -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 4:57 PM To: MyFaces User mailing list Subject: Renderkit for testing Has anyone given any thought to a renderkit designed for testing? Perhaps

Re: How to find out the co-ordinates when I click on a world map(Image)?

2005-08-18 Thread Sunil Tiwari
Hi, Cld you give me this component so that I can try implementing the same on websphere? Thanx Sunil - Original Message - From: "Mario Ivankovits" <[EMAIL PROTECTED]> To: "MyFaces Discussion" Sent: Wednesday, August 17, 2005 7:24 PM Subject: Re: How to find out the co-ordinates whe

Re: How to find out the co-ordinates when I click on a world map(Image)?

2005-08-18 Thread Sunil Tiwari
I wld have loved to build this component and that will help me understand JSF in much more detail. But I havnt developed any component yet. The real problem is that I am working on IBM's implementation of JSF and its not compatible with MyFaces. I joined this community coz this is the most ha

Re: forceId not rendering as expected

2005-08-18 Thread Jan Bols
it should be greetings jan On Wed, 17 Aug 2005 19:37:10 +0200, Srikanth Madarapu <[EMAIL PROTECTED]> wrote: Hi I am using nightly build of 6/21/2005 (1.0.10) of my faces. I have the following But when I looked at the source the id of the command button is

Re: How to find out the co-ordinates when I click on a world map(Image)?

2005-08-18 Thread Mario Ivankovits
Hi, Thank you very much for providing this useful information. I will try implementing it using your guidelines. I will let you know once I am done with it. Still interested in my "area" code? Maybe I find some time today to polish it and add it to a jira ticket where you can download it then.