Re: What to do when form depends on querystring params?

2006-04-30 Thread benjamin van der veen
Andrew, Very informative message. Thanks a lot. I'm still a bit troubled by the fact that JSF didn't have this built in. It seems like such an integral piece of a web framework that is used to accomplish a wide range of tasks, so much so that it seems to me that the spec writers couldn't have sim

Data Scroller page navigation based on a search criteria

2006-04-30 Thread agdibugdi
I am trying to navigate to a page in a datatable based on a search result. The backing bean identifies the first list element and the page in which it is located. All I need now is to display the page and set pageIndex of the dataScroller is set to the right page. ( similar to the behavior one wo

Re: jsp:include does not work

2006-04-30 Thread Dennis Byrne
What hapens when you change header.jsp to header.jsf? What happens when the JSF elements of header.jsp are in a or ? Dennis Byrne >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Sunday, April 30, 2006 03:30 PM >To: users@myfaces.apache.org >Subject: jsp:i

jsp:include does not work

2006-04-30 Thread urswagner
The JSF code of header.jsp is not interpreted. I use The generated html code

Re: panelNavigation2 dynamic: _id1 is duplicated in the faces tree

2006-04-30 Thread Andrew Robinson
I presume you are using 1.1.1? If so, move to 1.1.2, the duplicate ID bug was fixed in that release (1.1.2 core is released and we are waiting on the tomahawk release to go with it). -Andrew On 4/30/06, RudiWoe <[EMAIL PROTECTED]> wrote: I received an exception when selecting a menu item from

Re: What to do when form depends on querystring params?

2006-04-30 Thread Andrew Robinson
If you find any issues with the onload with jsf-comp please let me know (I am the author). I am using it at home and at work without issues except for JBoss-Seam EJB interceptors. Seam depends on the action method unfortunately. I looked fairly closely at the spec before writing the onload and ma

panelNavigation2 dynamic: _id1 is duplicated in the faces tree

2006-04-30 Thread RudiWoe
I received an exception when selecting a menu item from the panelNavigation2 component: ... _id1 is duplicated in the faces tree ... What I did was very simple: >From the panelNavigation Examples I took the dynamic part PanelNavigation2 and included it in my simple MyFaces-Tiles application. Th

Re: AjaxAnywhere, almost there!

2006-04-30 Thread Andrew Robinson
I wouldn't use 1.2, it doesn't seem to work at all, at least not with myfaces & facelets. On 4/30/06, rawan <[EMAIL PROTECTED]> wrote: i use 1.2 -- View this message in context: http://www.nabble.com/AjaxAnywhere%2C-almost-there%21-t1505066.html#a4161703 Sent from the MyFaces - Users forum at

Re: What to do when form depends on querystring params?

2006-04-30 Thread benjamin van der veen
Xie Min, This is a great find, very close to what I'm talking about. However, in the following line: /view.jsp?objectId=#{view.objectId} what object does 'view' in the EL expression reference? Is this an implicit object, or one defined in a configuration somewhere? If it is implicit, how do I s

ManagedBean Existence Check?

2006-04-30 Thread Uri Kalish
Is there a function to check for existence of a managed bean? The createValueBinding function is no good because it always returns a managed bean (creates one if it doesn’t exist).     __ This email has been scanned