Re: [Trinidad] NPE from Googlebot user agent

2008-09-09 Thread Jonathan Bullock
Hi Matthias, Thanks for confirming the situation for me. Is anyone working on a fix at the moment? I might try to look into it if no one already is? I've created a jsp index page so I can detect the Googlebot user-agent and create content for Google to index to get round the bug for now.

Generation strategy of the j_id prefixes?

2008-09-09 Thread Felix.Becker
Hi, i'm currently writing JMeter tests for a web frontend generated with myfaces. I tried to identify the input fields, buttons and drop downs via their html id attribute. For example the id of one of my input fields was: j_id36:inputContentText. After redeploying the application the id changed

Re: Generation strategy of the j_id prefixes?

2008-09-09 Thread Simon Lessard
Hi Felix, I believe that it's controlled by the JSP 2.1 spec, but doesn't define the exact structure of the id. For instance, RI generates something like j_id__handler_XYZ. I'm really not an expert of that part of the specification so I may be wrong, but at least it gives you a place to start

[Apache Tomcat Web Server] Memory leak problem

2008-09-09 Thread dushyant agarwal
Hi, I found an issue on the thread -https://issues.apache.org/jira/browse/MYFACES-1658 Also at-http://www.mail-archive.com/users@myfaces.apache.org/msg50352.html The problem is that of memory leak. In my implementation I am using server side state saving until now.As well as I am implementing

Re: Generation strategy of the j_id prefixes?

2008-09-09 Thread Simon Kitching
Hi Felix, [EMAIL PROTECTED] schrieb: Hi, i'm currently writing JMeter tests for a web frontend generated with myfaces. I tried to identify the input fields, buttons and drop downs via their html id attribute. For example the id of one of my input fields was: j_id36:inputContentText. After

Re: [Apache Tomcat Web Server] Memory leak problem

2008-09-09 Thread Simon Kitching
Hi, dushyant agarwal schrieb: Hi, I found an issue on the thread -https://issues.apache.org/jira/browse/MYFACES-1658 Also at-http://www.mail-archive.com/users@myfaces.apache.org/msg50352.html The problem is that of memory leak. In my implementation I am using

Re: Generation strategy of the j_id prefixes?

2008-09-09 Thread m4rkuz
Hi Everyone, I have a little big problem, I got a CRUD like app, in the main form I have a data table that shows the result of a query and every row has a link to jump to the edit page, everything works fine, until I try to go to the next page *h:commandLink action=#{backingBean.edit} *with the

Re: Generation strategy of the j_id prefixes?

2008-09-09 Thread Matthias Wessendorf
Hello Marcus, I am not sure I understand why you posted your mail to this thread. I think a new thread is more sufficient... ? -M On Tue, Sep 9, 2008 at 7:09 AM, m4rkuz [EMAIL PROTECTED] wrote: Hi Everyone, I have a little big problem, I got a CRUD like app, in the main form I have a data

Problem with h:commandLink in t:dataTable

2008-09-09 Thread m4rkuz
Hi Everyone, I have a little big problem, I got a CRUD like app, in the main form I have a data table that shows the result of a query and every row has a link to jump to the edit page, everything works fine, until I try to go to the next page *h:commandLink action=#{backingBean.edit} *with the

Re: Generation strategy of the j_id prefixes?

2008-09-09 Thread Simon Kitching
m4rkuz schrieb: Hi Everyone, I have a little big problem, I got a CRUD like app, in the main form I have a data table that shows the result of a query and every row has a link to jump to the edit page, everything works fine, until I try to go to the next page /*h:commandLink

AW: Generation strategy of the j_id prefixes?

2008-09-09 Thread Felix.Becker
Hi Simon, setting the id for every naming container worked perfect and solved my problem! Thank you very much! Felix Becker -Ursprüngliche Nachricht- Von: Simon Kitching [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 9. September 2008 15:26 An: MyFaces Discussion Betreff: Re:

default value in tr:selectOneChoice

2008-09-09 Thread tkazmierczak
Hello, I've searched half of the Internet, but haven't found an answer to my question. I create a tr:selectOneChoice this way: tr:selectOneChoice label=Start year value=1 required=true valuePassThru=true tr:forEach var=year begin=0 end=10 tr:selectItem label=#{year}

Re: default value in tr:selectOneChoice

2008-09-09 Thread Richard Yee
You should have the value attribute in the selectOneChoice be an EL expression that references a field in your backing bean. If you do this and set the value of the field to 1 when the bean is created, it will be defaulted as you expect. With your current code, there is no way of submitting the

RE: Problem with h:commandLink in t:dataTable

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

Re: Generation strategy of the j_id prefixes?

2008-09-09 Thread Marc Schneider
Hi, Why don't you use a fixed id, like : h:commandButton id=updateButton .../ ? I use it for integration tests with Selenium and it works fine. Marc. Simon Lessard a écrit : Hi Felix, I believe that it's controlled by the JSP 2.1 spec, but doesn't define the exact structure of the id. For

orchestra conversation

2008-09-09 Thread Moreno Cornaz
Hello everybody. I'm using my-faces-orchestra 1.1 library with Tomcat 6.0, spring 2.0, myfaces 1.1.5 and I'm facing the following problem: - I define a bean with scope 'conversation.access'. When, from a window I open a new popup window, I lose the bean in the new window (that is, the bean

Possible bug in XMLMenuModel more than one level deep?

2008-09-09 Thread gsilverman
I can't seem to get an XMLMenuModel to work with more than one level of menu items. Navigation always returns to the first level of menu items after a button click. I posted this problem earlier under a different subject heading, but perhaps my example there was too complicated. See:

Re: TRINIDAD: reset UIXTable with setFirst method

2008-09-09 Thread Andrew Robinson
Also what phase do you call the set? PS - moving this to the users@ mailing list, this is not a dev@ question. Please remove the dev@ from future replies On Tue, Sep 9, 2008 at 7:55 AM, Max Starets [EMAIL PROTECTED] wrote: Cristiano, I would expect setFirst() to work. Are you sure it is

Re: default value in tr:selectOneChoice

2008-09-09 Thread Stephen Friedrich
Just a guess: Try value=#{1} tkazmierczak wrote: Hello, I've searched half of the Internet, but haven't found an answer to my question. I create a tr:selectOneChoice this way: tr:selectOneChoice label=Start year value=1 required=true valuePassThru=true tr:forEach var=year begin=0

Re: [Trinidad] CoreShowDetail

2008-09-09 Thread Shane Petroff
Back to this issue after a small hiatus. Can someone give me an idea of what is supposed to happen? I tried registering a disclosure listener on the CoreShowDetail instance, but the event is never raised, suggesting that things are dieing earlier. I've stepped through a bunch of _javascript_,

Re: [Trinidad] display sort state of a pre-sorted table

2008-09-09 Thread Stephen Friedrich
It's so frustrating when all that google turns up are unanswered forum posts... Short answer: Programmatically set the sort criteria on the table model. For example in the getter that returns the model: SortableModel model = new SortableModel(queuedTags); ListSortCriterion