Re: when are the 1.1.3 jar files going into the Maven repo?

2006-06-21 Thread Matt Raible
http://jira.codehaus.org/browse/MEV-415 On 6/21/06, Rick [EMAIL PROTECTED] wrote: The following were not found in the Maven repo. dependency groupIdorg.apache.myfaces/groupId artifactIdmyfaces-impl/artifactId

Re: Component like panelGrid with ul and li

2006-06-02 Thread Matt Raible
On 6/2/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: Matt- The only issue I've found (so far) is that I need to put two h:outputText/ elements after a h:panelGroup when I have columns=3 on h:panelGrid. is there a special reason, why you need a *grid*, that renderes ul and li ? The issue is

Component like panelGrid with ul and li

2006-05-23 Thread Matt Raible
Does anyone know if there's a panelGrid available that spits out ulli instead of tabletd? I'm looking to convert to prettier forms that put a label on top of a field and not using a panelGrid with JSP results in components not knowing about each other the first time (the good ol' JSF 1.1 + JSP

Re: Spring needed? Myfaces - hibernate?

2006-04-03 Thread Matt Raible
On 4/3/06, 101questionjsf [EMAIL PROTECTED] wrote: hi, I have read thru appfuse site. So to integrate spring, hibernate into jsf, I need to create some dao interface and imple object, xml file mapped to table for hibernate. For spring, i need to create manager interface and imple object.

Re: MyFaces - Spring integration problems

2006-04-03 Thread Matt Raible
Spring 2.0 allows you to scope beans for request and session as well. You could try a milestone release if you need this functionality. Matt On 4/3/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: 4) One word of warning: Spring beans will not be able to think in terms of scope - or put

Re: f:numberConverter/ not needed in 1.1.1?

2006-04-02 Thread Matt Raible
work anymore with 1.1.1. regards, Martin On 3/31/06, Matt Raible [EMAIL PROTECTED] wrote: In MyFaces 1.1.0, I had: h:inputHidden value=#{userForm.user.version} id=version f:convertNumber/ /h:inputHidden In 1.1.1, I get the following error from this code: [appfuse-jsf

f:numberConverter/ not needed in 1.1.1?

2006-03-31 Thread Matt Raible
In MyFaces 1.1.0, I had: h:inputHidden value=#{userForm.user.version} id=version f:convertNumber/ /h:inputHidden In 1.1.1, I get the following error from this code: [appfuse-jsf] ERROR [http-8080-Processor25] [/appfuse-jsf].log(674) | Cannot set value for expression

Re: Having trouble with JSTL inside JSF

2005-08-23 Thread Matt Raible
Unfortunately, JSP EL and JSF EL don't play nicely together.  This will be fixed in JSF 1.2 with the Unified EL. In the meantime, here's a hack that should work:%-- Step 1: Use a non-displayed dataTable to pull userList into request --%h:dataTable var="employee" value="#{employeeBacking.employee}"

Re: a present from russia

2005-08-15 Thread Matt Raible
FWIW, the demo doesn't work very well in Safari on OS X. Seems to work fine in Firefox. http://smirnov.org.ru/myfaces-ajax/ajax.jsf Matt On Aug 15, 2005, at 8:52 AM, Werner Punz wrote: Actually dont ask me ;-) , I just stumbled upon the link while I was updating my pages, Kindof weird

Re: AW: Displaytag and MyFaces

2005-05-29 Thread Matt Raible
I've been able to get the displaytag to work with MyFaces, but there's some hacks you have to do to expose a collection from a managed bean. You also need to create a dummy JavaScript function that you can call from a column in the displaytag if you want to click on a link to edit a row.

Re: Design question for integrating Hibernate and JSF(MyFaces)

2005-03-28 Thread Matt Raible
You might also look at Equinox - which is a simpler version of AppFuse. http://equinox.dev.java.net AppFuse is more robust in the area of security and code-generation with XDoclet. Matt On Mar 28, 2005, at 11:23 AM, Werner Punz wrote: Matthias Wessendorf wrote: Werner, thanks for your input. I

Re: MyFaces and security (2 part question)

2005-03-23 Thread Matt Raible
On Mar 23, 2005, at 8:13 PM, David G. Friedman wrote: I'm still learning about JSF (Core Java Server Faces) and was wondering how to add two types of security. I've tried searching the list archives at marc.theaimsgroup.com, used search engines (i.e. Google), and even tried checking out the

Re: [OT] JSF2.0 and AJAX

2005-03-11 Thread Matt Raible
1.2 spec should be finalized in the next month. Hopefully an RI will follow shortly after that. Unfortunately, I think 2.0 is quite a ways off. Matt P.S. I'm on the JSF EG. On Mar 11, 2005, at 2:45 PM, Jonathan Eric Miller wrote: Thanks for the links. Those Google links are cool. I wonder

Re: MyFaces JSF-Blank Application

2005-02-16 Thread Matt Raible
I designed Equinox as a more robust version of struts-blank for all the popular Java web frameworks. It currently supports Spring, Struts, JSF (MyFaces 1.0.7), Tapestry and WebWork. The data layer support includes Hibernate, iBATIS, JDO, Spring JDBC and OJB. http://equinox.dev.java.net I

MyFaces 1.0.8 and calendar component

2005-01-13 Thread Matt Raible
I tried upgrading Equinox to use MyFaces 1.0.8 and found that my calendar component no longer works. I looked at the myfaces-example and finally figured out I needed to add the extensionsFilter and associated mappings to my web.xml to get it to work again. Is this documented anywhere? The

Re: [website] update

2005-01-12 Thread Matt Raible
I've got a couple of demos for the JSF starter apps I use: http://demo.raibledesigns.com/equinox-jsf http://demo.raibledesigns.com/appfuse-jsf Thanks, Matt On Jan 12, 2005, at 7:59 AM, Matthias Wessendorf wrote: Hi, I just updated the MyFaces website. look here:

Re: Running Equinox (was [website] update)

2005-01-12 Thread Matt Raible
and change this to an absolute URL - such as the following: jdbc.url=jdbc:hsqldb:/Users/mraible/dev/equinox-jsf/db/equinox Hope this helps, Matt On Jan 12, 2005, at 3:01 PM, Grant Smith wrote: Matt, On Wednesday 12 January 2005 07:05, Matt Raible wrote: I've got a couple of demos for the JSF starter

Re: JSF and Hibernate

2004-12-16 Thread Matt Raible
On Dec 16, 2004, at 1:18 PM, BaTien Duong wrote: Hi Matt: Up to now, i manually connect Jsf component with Spring components. Would you explain what happens in the following case: 1) A jsf session managed bean (portalTabbedBean) is called the first time a user hits the site. The

Setting a default styleClass for a component

2004-12-06 Thread Matt Raible
Is it possible to set a default styleClass for a component? All my h:message tags are going to use the fieldError styleClass. Is there a way to specify this in faces-config.xml, so I don't have to type it every time? h:message for=confirmPassword styleClass=fieldError/ Thanks, Matt

Re: Testing MyFaces with Canoo's WebTest

2004-12-05 Thread Matt Raible
Upgrading to the latest Canoo WebTest distribution (build 574) solved this issue. Matt Matt Raible wrote: I'm trying to use Canoo's WebTest to test my JSF app. I've found that I have to have JavaScript enabled in order to test commandLinks and such. However, the problem I'm having

Testing MyFaces with Canoo's WebTest

2004-12-04 Thread Matt Raible
I'm trying to use Canoo's WebTest to test my JSF app. I've found that I have to have JavaScript enabled in order to test commandLinks and such. However, the problem I'm having is that WebTest throws a NPE on a page with a commandLink: [canoo] [appfuse] ERROR [main]

Is it possible to change the required validation message to something friendlier?

2004-12-03 Thread Matt Raible
I would like to change the validation messages to be a bit more friendly, like they are with Commons Validation and Struts/Spring. Basically, instead of: firstName: Value is required. I'd like it to say First Name is a required field. I have the following in my resource bundle, but it doesn't

Re: Is it possible to change the required validation message to something friendlier?

2004-12-03 Thread Matt Raible
2004 11:56:02 -0700, Matt Raible [EMAIL PROTECTED] wrote: I would like to change the validation messages to be a bit more friendly, like they are with Commons Validation and Struts/Spring. Basically, instead of: firstName: Value is required. I'd like it to say First Name is a required field. I

JSP API and Commons EL Needed for testing sans-container

2004-12-03 Thread Matt Raible
I'm using the class below as a TestCase to test my Managed Beans sans Tomcat. I'm using Spring to inject some of the properties on my beans. This all works great and I have to thank you for a lot of code I borrowed from the Cactus tests. ;-) One thing I noticed is that I have to have

Re: h:outputLabel - validation and colons

2004-12-02 Thread Matt Raible
for=lastModificationOfData detailFormat=#{messagesBundleMap['detailMessage']}/ /h:panelGrid On Wed, 1 Dec 2004 23:52:54 -0700, Matt Raible [EMAIL PROTECTED] wrote: Thanks David - much appreciated. Unfortunately, in my testing the input is always null b/c the label comes before the component it's for. If I move

selectManyCheckbox - hidden fields for some users

2004-12-02 Thread Matt Raible
I have a requirement to show a group of checkboxes for some users, and hide them for others. When they're hidden, I still want to retain the data - so storing them as hidden fields seems the logical thing to do. I have this for the users that can edit the checkboxes:

h:outputLabel - validation and colons

2004-12-01 Thread Matt Raible
Hello all, I've been doing a bit of MyFaces development this week and enjoying it for the most part. I have a couple questions about h:outputLabel: 1. Is there anyway to modify h:outputLabel to add an asterisk for required fields? Do I have to subclass the existing JSP Tag to do this? 2. Is

Managed Bean can't catch checked exception

2004-11-29 Thread Matt Raible
I'm experiencing a strange issue. I am calling a Spring-managed bean from my managed-bean and for some reason, the bean won't catch a checked exception. Here's the method that throws the exception: public void saveUser(User user) throws UserExistsException { try {

Re: Managed Bean can't catch checked exception

2004-11-29 Thread Matt Raible
sure the issue below is what I experienced. Matt TTFN, -bd- On Nov 29, 2004, at 9:00 AM, Matt Raible wrote: I'm experiencing a strange issue. I am calling a Spring-managed bean from my managed-bean and for some reason, the bean won't catch a checked exception. Here's the method that throws