No javascript output with nightly 1.1.2?

2006-02-11 Thread Boris Kovalenko
Hello! May be I missed something, but with latest 1.1.2 and Facelets I see no javascript code in generated files. So command links and other things stop working. There is no problem with 1.1.1 code. With respect, Boris

Re: org.apache.myfaces.portlet.portlet.MyFacesGenericPortlet

2006-02-11 Thread devosc
Hi, Thanks. I read that in the docs, but still not as clear as example usage (I'm still new and finding my bearings with it al etc :) I did manage to get the non-tile.jsp of the above demo to display. Basically the view handler had to be commented out in faces-config.xml ---

Re: Why ViewRoot.getComponent(clientId) return null?

2006-02-11 Thread Laurie Harper
Dave wrote: In a PhaseListener, first get all the clientId(s) with queued messages, then try to find the components. But ViewRoot.findComponent(clientId) return null. public void beforePhase(PhaseEvent event) { FacesContext context = event.getFacesContext(); UIViewRoot root = co

Re: how to declare mvn dependencies on myfaces and javax.faces?

2006-02-11 Thread Laurie Harper
Dave Brondsema wrote: Now that myfaces is using maven to build, what is the proper way for my project to declare its dependencies on JSF? I want to only declare my dependency on JSF, not on MyFaces in particular. For example: javax.faces

RE: MyFaces + Weblogic = Classloading Problems

2006-02-11 Thread Jesse Alexander \(KBSA 21\)
The problem you mention (and the code you found) were needed  for WLS-versions prior to 8.1.4 From that patchlevel on a patch has been added to WLS to fix the contextlistener-init problem.   I just deployed the MyFaces simple application (just had to remove the description tags from the cont

RE: org.apache.myfaces.portlet.portlet.MyFacesGenericPortlet

2006-02-11 Thread Stan Silvert
default-view-selector should be the fully qualified class name of a class that implements org.apache.myfaces.portlet.DefaultViewSelector. It is used in case you have some complex logic to determine what the default view should be. Most of the time it is not needed. This param is optional. Stan

Re: Shale Dialog Manager vs.

2006-02-11 Thread Sean Schofield
Shale dialogs do, however, have a mechanism for storing objects between requests. So in that sense they are similar to t:saveState. I've never really used save-state before but I have some experience with Shale dialogs. Shale dialogs are excellent. Its the only feature of Shale that I am using

Re: Tree2 reset

2006-02-11 Thread Sean Schofield
I'm going to try an get an overhaul of the tree2 stuff soon. I'm hoping to address this and several dynamic tree issues. Now that the website is published we just need to get the release done and I will be able to focus on it. In the meantime it seems like users have come up with some interestin

org.apache.myfaces.portlet.portlet.MyFacesGenericPortlet

2006-02-11 Thread devosc
Hi, I was trying to get the myfaces-1.1.1-examples/tiles demo to work as a portlet in jetspeed2. portlet.xml looks like --- ViewPage /page1.jsp default-view /page1.jsp JSF GuessNumber Portlet

Re: Picklist disable the deselection arrow

2006-02-11 Thread Bruno Aranda
This could be a new attribute for the picklist, to allow unidirectional selections. Unfortunatelly I won't have the time to implement it in the next weeks, so it would be wonderful if you can submit a patch to update the component. It is easier than it might seem ;-) Regards, Bruno On 2/11/06, N

Re: HtmlCommandButton problem

2006-02-11 Thread Ali Raza
Greetings again Mike, I figured out what was causing the problem but still cant fix it. I encode a couple o components in my encode begin method and i set their respective client Ids in class level ( component class level ) variables. the correct vlue i.e the client id is set in the encode begin

Component advice

2006-02-11 Thread Mark Lowe
Hello I'm forwarding this from my sent messages as sending to users@myfaces.apache.org appeared not to work. Mark -- Forwarded message -- From: Mark Lowe <[EMAIL PROTECTED]> Date: Feb 11, 2006 12:43 PM Subject: Component advice To: MyFaces Discussion Hello I'm writing a compo

Picklist disable the deselection arrow

2006-02-11 Thread Nikita Shah
Hi allI have a situation wherein a list of users have to be selected from a pre-populated list for an event. The already selected users should be shown in other list. I was thinking of using the sandbox-picklist component for this. The only problem here is I dont want the users to be de-sel

Component advice

2006-02-11 Thread Mark Lowe
Hello I'm writing a component that caters for internationalised bank account numbers. The idea is that the component renders different form elements and validates differently for different countries. I'm making decent progress, but during my faces component writing travels I've come across the fo

Re: HtmlCommandButton problem

2006-02-11 Thread Ali Raza
Thanx Martin,my rendered page code is as follows:The current problem happens only when i encode submit type HtmlCommandButton to submit the form... and not when i encode buttpon type...thanx for your help Ali