Re: Fwd: findComponent, dataTable, messages

2006-01-21 Thread Mario Ivankovits
Hi! I don't want to access the data-model. I need to access the component directly, cause I need to access it from another component. I guess I don't get the difference, maybe I havent learned enough yet. Ok, foget it, thought about it a little bit more, now I know what you mean :-(

Re: findComponent, dataTable, messages

2006-01-21 Thread Mario Ivankovits
Hi Martin! the question is if it is any better than letting the component extend from a marker interface and implement the functionality itself. But I thought its not allowed to change the api. Or do you plan to add this only to the myfaces classes? Then I think the policy solution is better

Re: findComponent, dataTable, messages

2006-01-21 Thread Mario Ivankovits
Yes, only for extended components. Not for API stuff. Ok, so from now on its a matter of personal preferences. Personally I like to use factories/providers and so on ;-) In the current case it will make no difference between the various components just try to lookup and execute. - a third

Re: findComponent, dataTable, messages

2006-01-20 Thread Mario Ivankovits
Hi! It does sound a little fragile, though. It means treating UIData components specially which I don't like. Any use of instanceof in an OO program is a warning sign. Or can the UIData override findComponent on itself to manage that transparently? If so, that would be nice. Possibly

Re: findComponent, dataTable, messages

2006-01-20 Thread Mario Ivankovits
Hi Martin! we won't be able to do this on UIComponent. The problem is, that we can't extend the API - that's fixed. Even if you make it protected? You can use reflection then to call the entry point. Of course not instanceOf for UIData, but some generic marker interface. Marker interface? I

Re: findComponent, dataTable, messages

2006-01-20 Thread Mario Ivankovits
Hi ad 1) no - not even protected is allowed. The problem is that you don't want an application to rely on a certain implementation of the api - you change the api, and nothing works anymore ;) Ok, thats bad. ad 2) yes, well, instanceof to UIData is bad. There I'm completely d'accord with

Re: Myfaces new site design

2006-01-17 Thread Mario Ivankovits
Bruno Aranda schrieb: Ok, proposal C could be something like this Proposal C (aka mixture): http://people.apache.org/~baranda/myfaces-mix.png Not binding, but definitely +1. Ciao, Mario

[jira] Created: (MYFACES-1031) test cases didnt reset the facesContext to null

2006-01-16 Thread Mario Ivankovits (JIRA)
test cases didnt reset the facesContext to null --- Key: MYFACES-1031 URL: http://issues.apache.org/jira/browse/MYFACES-1031 Project: MyFaces Type: Bug Components: General Versions: Nightly Reporter: Mario

[jira] Updated: (MYFACES-1031) test cases didnt reset the facesContext to null

2006-01-16 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1031?page=all ] Mario Ivankovits updated MYFACES-1031: -- Attachment: test_ctx_null.diff test cases didnt reset the facesContext to null --- Key

[jira] Updated: (MYFACES-1031) test cases didnt reset the facesContext to null

2006-01-16 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1031?page=all ] Mario Ivankovits updated MYFACES-1031: -- Attachment: AbstractTestCase.java the super class for myfaces tests test cases didnt reset the facesContext to null

[jira] Updated: (MYFACES-1031) test cases didnt reset the facesContext to null

2006-01-16 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1031?page=all ] Mario Ivankovits updated MYFACES-1031: -- Attachment: FacesContextHelper.java context helper copied from commons test cases didnt reset the facesContext to null

[jira] Commented: (MYFACES-1031) test cases didnt reset the facesContext to null

2006-01-16 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1031?page=comments#action_12362825 ] Mario Ivankovits commented on MYFACES-1031: --- Yes, you are right. Shall I do it? test cases didnt reset the facesContext to null

[jira] Updated: (MYFACES-1031) test cases didnt reset the facesContext to null

2006-01-16 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1031?page=all ] Mario Ivankovits updated MYFACES-1031: -- Attachment: test_ctx_null.diff moved abstractTestCase to its new home test cases didnt reset the facesContext to null

[jira] Commented: (MYFACES-1031) test cases didnt reset the facesContext to null

2006-01-16 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1031?page=comments#action_12362833 ] Mario Ivankovits commented on MYFACES-1031: --- works like a charme! Thank you! test cases didnt reset the facesContext to null

[jira] Commented: (MYFACES-1002) make tree.js work without navImageId

2006-01-16 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1002?page=comments#action_12362852 ] Mario Ivankovits commented on MYFACES-1002: --- someone willing to apply this simple patch please? make tree.js work without navImageId

[jira] Updated: (MYFACES-1032) use a javascript method in commondLink for lesser html size

2006-01-16 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1032?page=all ] Mario Ivankovits updated MYFACES-1032: -- Attachment: onclick_method.diff use a javascript method in commondLink for lesser html size

test failed

2006-01-15 Thread Mario Ivankovits
Hi! Could someone please confirm that the tests against the current svn head fail? Currently I try to implement the commandLink submit script but after an svn update the following exception occurs during mvn install. I cant see any class I changed being involved ... so I am not sure if its my

Re: test failed

2006-01-15 Thread Mario Ivankovits
Hi! And it works for me too. On Sun, 2006-01-15 at 22:28 +0100, Arvid Hülsebus wrote: I just updated the sources and run a 'mvn clean install' and everything worked out fine. The tests didn't fail. All this is odd. I tried it now on another machine and got the same test failure. I also

Re: test failed

2006-01-15 Thread Mario Ivankovits
Hi Simon! Do you perhaps have some other tests you've written which have not been checked in and which might have this side-effect, and which are run before this test? ;-) No I havent written any tests so far. But thanks for the hints, now I got it. Its the UISelectManyTest which setup a

[jira] Created: (MYFACES-1028) make autoUpdateDataTable work if added via facet (panelLayout)

2006-01-14 Thread Mario Ivankovits (JIRA)
: Nightly Reporter: Mario Ivankovits Attachments: autoupdate_facet.diff The attached patch makes the autoUpdateDataTable work even if its added via an facet (panelLayout) The main problem can be located in org/apache/myfaces/custom/util/ComponentUtils.java this will traverse all children

[jira] Updated: (MYFACES-1028) make autoUpdateDataTable work if added via facet (panelLayout)

2006-01-14 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1028?page=all ] Mario Ivankovits updated MYFACES-1028: -- Attachment: autoupdate_facet.diff the patch make autoUpdateDataTable work if added via facet (panelLayout

Build failed due to StateUtilsTestCase

2006-01-12 Thread Mario Ivankovits
Hi! I cant build the current svn head due to the class StateUtilsTestCase defined in an file named myfaces/commons/src/test/java/org/apache/myfaces/util/StateUtilsAbstractCase.java After renaming the file to StateUtilsTestCase.java it worked. Ciao, Mario

Re: Build failed due to StateUtilsTestCase

2006-01-12 Thread Mario Ivankovits
Mathias Brökelmann wrote: It´s fixed now. Thanks Mario. resoved, verified! Thanks! Ciao, Mario

managed bean creation factory

2006-01-12 Thread Mario Ivankovits
Hi! Are there plans in the future JSF spec to make the managed bean creation factory configureable? something like: factory managed-bean-factory For some reason I would like to read a managed bean from a serialized store or use a specialized factory to create the bean instead of

JFYI: change session to request bean - the way life

2006-01-11 Thread Mario Ivankovits
Hi! It cost me a couple of hours to figure it out, so I'll share my insights with you. I have had a bean which I declared in session scope at first. After a while I decided to make it a request scoped bean and use the managed-property stuff to inject a request param. I restarted tomcat a

Re: ADF Source drop is available!

2006-01-07 Thread Mario Ivankovits
Hi! What we can do is providing *wrapper* for the package stuff. ADF Faces is software, which is already in use by lot's of people, so... if we change *all* packages, we bother some users IMO. So we can set the *old* as deprecated and provide *new* org.apache.** package. Not sure if it is ok...

Re: [jira] Created: (MYFACES-1006) Datatable do not support multple o

2006-01-05 Thread Mario Ivankovits
Hi! For showing selected row it is possible to do: rowOnMouseOver=this.className='reportRowOver' rowOnMouseOut=this.className='reportRowLight' what about rowOnMouseOver=if (!this.oldClassName){this.oldClassName=this.className;} this.className='reportRowOver'

[jira] Created: (MYFACES-1002) make tree.js work without navImageId

2006-01-04 Thread Mario Ivankovits (JIRA)
make tree.js work without navImageId Key: MYFACES-1002 URL: http://issues.apache.org/jira/browse/MYFACES-1002 Project: MyFaces Type: Improvement Components: Tomahawk Versions: Nightly Reporter: Mario Ivankovits

NavigationHandlerImpl and viewId

2005-12-22 Thread Mario Ivankovits
Hi! In NavigationHandlerImpl around line 145 there is the following code ViewHandler viewHandler = facesContext.getApplication().getViewHandler(); //create new view String newViewId = navigationCase.getToViewId(); UIViewRoot viewRoot = viewHandler.createView(facesContext, newViewId);

Re: NavigationHandlerImpl and viewId

2005-12-22 Thread Mario Ivankovits
viewRoot.setViewId(viewRoot.getViewId()); Silly code, indeed, might have too much Punch today ;-) So can we remove the setViewId() at this place at all? --- Mario

Re: NavigationHandlerImpl and viewId

2005-12-22 Thread Mario Ivankovits
Martin Marinschek wrote: That's what I've done. Thanks! Merry Christmas to you all !! Ciao, Mario BTW: Are you and your fellows subscribed to [EMAIL PROTECTED] Maybe we can organize meetings in austria/vieanna from time to time in the new year?

Faces Freeway

2005-12-03 Thread Mario Ivankovits
Hi! Inspired from the Ruby on Rails Demo in vienna I would like to develop a rapid web-framework, prototyping framework or call it anything else for JSF too. Please have a look at http://wiki.apache.org/myfaces/FacesFreeway I am looking forwar for a vital discussion about it. I hope I

Re: Faces Freeway

2005-12-03 Thread Mario Ivankovits
Hi Werner, Inspired from the Ruby on Rails Demo in vienna I would like to develop a rapid web-framework, prototyping framework or call it anything else for JSF too. Hi Mario, good to hear from you again, Hope you have had a power outlet in your train ;-) Trails currently use Tapestry

Re: Faces Freeway

2005-12-03 Thread Mario Ivankovits
Alberto Molpeceres wrote: I started a time ago a project in SF called Licurgo (http://licurgo.sourceforge.net), altough I haven't take part in its development in the last months. This is a persistence framework based on Ralph Johnson's Dynamic Object Models Do you mean this is a replacement

Re: Maven scripts?

2005-12-01 Thread Mario Ivankovits
Sean Schofield wrote: Quick question. How do you include LICENSE.txt in your jar file. Isn't it supposed to be automatic if its in your top level dir? I am not an expert, but my project.xml contains licenses license nameThe Apache Software License, Version 2.0/name

Re: [jira] Closed: (MYFACES-856) t:aliasBean + binding + panelGrid causes exception

2005-11-30 Thread Mario Ivankovits
Hi Simon! Ok, it looks like there is simply no easy answer to making t:aliasBean work with component binding. I've therefore added information about this to the AliasBean.java javadoc, and to the wiki. Looks like that is all that can be done. Just a wild guess (didnt find the time to

Re: Web framework smackdown in Vienna

2005-11-24 Thread Mario Ivankovits
Hi Martin! If there is any chance to leave the office, I'll come. It's worth mentioning that 3 of four presentations will be held by project committers or founders (MyFaces, Ruby on Rails and Cocoon) and I'am the commons-vfs one, just in case someone is interested ;-) Ciao, Mario

[jira] Commented: (MYFACES-860) tomahawk.tld and myfaces_ext.tld is malformed errors in weblogic log

2005-11-22 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-860?page=comments#action_12358268 ] Mario Ivankovits commented on MYFACES-860: -- Duplicate of MYFACES-846 and should already be fixed. tomahawk.tld and myfaces_ext.tld is malformed errors in weblogic

[jira] Created: (MYFACES-864) valueChangeNotifier

2005-11-22 Thread Mario Ivankovits (JIRA)
valueChangeNotifier --- Key: MYFACES-864 URL: http://issues.apache.org/jira/browse/MYFACES-864 Project: MyFaces Type: Improvement Components: Tomahawk Reporter: Mario Ivankovits Like valueChangeListener but will fire valueChange event AFTER

[jira] Updated: (MYFACES-864) valueChangeNotifier

2005-11-22 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-864?page=all ] Mario Ivankovits updated MYFACES-864: - Attachment: ValueChangeCollector.java valueChangeNotifier --- Key: MYFACES-864 URL: http://issues.apache.org

[jira] Updated: (MYFACES-864) valueChangeNotifier

2005-11-22 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-864?page=all ] Mario Ivankovits updated MYFACES-864: - Attachment: ValueChangeManager.java ValueChangeNotifierTag.java ValueChangePhaseListener.java valueChangeNotifier

[jira] Commented: (MYFACES-864) valueChangeNotifier

2005-11-22 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-864?page=comments#action_12358315 ] Mario Ivankovits commented on MYFACES-864: -- Usage: h:selectOneMenu value=#{replacementItems.catalog} onchange=submit

[jira] Commented: (MYFACES-856) t:aliasBean + binding + panelGrid causes exception

2005-11-22 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-856?page=comments#action_12358339 ] Mario Ivankovits commented on MYFACES-856: -- You are right, these are the downsides of this solution, but as I said, it isnt a solution its a HACK. Even if you put

jira comment formatting

2005-11-22 Thread Mario Ivankovits
Hi! What happend to the comment formatting in jira? Was it always that bad and I never noticed it, or is this a new feature? It purges all newlines. --- Mario

[jira] Commented: (MYFACES-856) t:aliasBean + binding + panelGrid causes exception

2005-11-21 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-856?page=comments#action_12358218 ] Mario Ivankovits commented on MYFACES-856: -- Hi Simon, I use the following HACK to create the alias right after the view is restored: We also use x:aliasBeansScope

[jira] Commented: (MYFACES-516) Capture and restore saveState Beans and messages when using redirect navigation rule

2005-11-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-516?page=comments#action_12357975 ] Mario Ivankovits commented on MYFACES-516: -- We should save the requestParameterMap too. This should be done to save parameters like in h:commandLink action

[jira] Commented: (MYFACES-403) Use a PhaseListener to reinject FacesMessages lost during a redirection to the JSF context

2005-11-07 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-403?page=comments#action_12356932 ] Mario Ivankovits commented on MYFACES-403: -- Do we have to save locale data? Ey, and for sure all request scoped beans. Please have a look at: http

Re: Super!

2005-10-18 Thread Mario Ivankovits
Mathias Brökelmann wrote: If server side state is uses the serialized view is now really serialized (this was not the case before) into the session by using the viewid and a sequence number. May I ask if you also add this sequence number to the redirect url if one uses redirect navigation

Re: Super!

2005-10-18 Thread Mario Ivankovits
Mario Ivankovits wrote: http://issues.apache.org/jira/browse/MYFACES-516 Oh, and I tried to survive the messages too. --- Mario

Re: Super!

2005-10-18 Thread Mario Ivankovits
Mathias Brökelmann wrote: Redirection is not handled. Neither by client nor by server side state saving. Its not a question of client or server side state saving. If you do NOT use redirect you are still in the same request and thus have access to beans modified during this request. If

[jira] Commented: (MYFACES-164) Server-side state should be held

2005-09-05 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-164?page=comments#action_12322648 ] Mario Ivankovits commented on MYFACES-164: -- SoftReference: I dont think this works, there is NO reference to the server-state bean other than the map itself

[jira] Created: (MYFACES-516) Capture and restore saveState Beans and messages when using redirect navigation rule

2005-09-05 Thread Mario Ivankovits (JIRA)
: Improvement Components: Implementation Versions: Nightly Build Reporter: Mario Ivankovits Attachments: RedirectTracker.java, impl.diff, tom.diff Ok, this is a try to get what is described in the summary. The heart of this patch is the RedirectTracker. How it works

[jira] Updated: (MYFACES-516) Capture and restore saveState Beans and messages when using redirect navigation rule

2005-09-05 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-516?page=all ] Mario Ivankovits updated MYFACES-516: - Attachment: tom.diff Capture and restore saveState Beans and messages when using redirect navigation rule

[jira] Updated: (MYFACES-516) Capture and restore saveState Beans and messages when using redirect navigation rule

2005-09-05 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-516?page=all ] Mario Ivankovits updated MYFACES-516: - Attachment: impl.diff Capture and restore saveState Beans and messages when using redirect navigation rule

[jira] Updated: (MYFACES-516) Capture and restore saveState Beans and messages when using redirect navigation rule

2005-09-05 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-516?page=all ] Mario Ivankovits updated MYFACES-516: - Attachment: RedirectTracker.java Capture and restore saveState Beans and messages when using redirect navigation rule

[jira] Commented: (MYFACES-388) CLONE -tree2 image-path encoding

2005-08-11 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-388?page=comments#action_12318450 ] Mario Ivankovits commented on MYFACES-388: -- When you fixed the id stuff, you closed my original bug report. (I applied a patch for both defects). Now that I do

[jira] Commented: (MYFACES-388) [tree2] image-path encoding

2005-08-11 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-388?page=comments#action_12318514 ] Mario Ivankovits commented on MYFACES-388: -- I had problems with the user-supplied images passed through the facet tag f:facet name=type-folder h:panelGroup

Re: inputCalender and other date libraries (joda)

2005-08-05 Thread Mario Ivankovits
Hi! Well, send me the source as soon as you have found a way how to do that, I will review it... I filed a jira with it. MYFACES-389 Thanks! Mario

[jira] Created: (MYFACES-396) inputCalendar - add js only once

2005-08-05 Thread Mario Ivankovits (JIRA)
inputCalendar - add js only once Key: MYFACES-396 URL: http://issues.apache.org/jira/browse/MYFACES-396 Project: MyFaces Type: Improvement Components: Tomahawk Versions: Nightly Build Reporter: Mario Ivankovits

[jira] Updated: (MYFACES-396) inputCalendar - add js only once

2005-08-05 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-396?page=all ] Mario Ivankovits updated MYFACES-396: - Attachment: calendar_oncejs.diff inputCalendar - add js only once Key: MYFACES-396 URL: http

[jira] Updated: (MYFACES-389) allow inputCalendar to use other date libraries e.g joda

2005-08-04 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-389?page=all ] Mario Ivankovits updated MYFACES-389: - Attachment: calendar_share.diff I added a new method getObjectValue to get the plain value of the component. Refactored the getDateValue

inputCalender and other date libraries (joda)

2005-08-03 Thread Mario Ivankovits
Hi! Any plans to make inputCalender work with other date libraries like joda? What would be great is if it could be possible to bind the component not only to a java.util.Date but also to a joda DateTime and make is smart enough to convert it. I see two possible ways for now: a) Having a

Re: inputCalender and other date libraries (joda)

2005-08-03 Thread Mario Ivankovits
Martin Marinschek wrote: we wouldn't want to introduce a dependency on joda, I would say. No other dependency needed. If you find another way not disturbing the other users of this component, go ahead and send in a patch as soon as you are finished! But please give me a direction how

Re: inputCalender and other date libraries (joda)

2005-08-03 Thread Mario Ivankovits
Martin Marinschek wrote: You know that there is something like a converter tag already in JSF, right? Sure, I know. And it is sufficient during setting the value, a custom converter to convert the string to joda-time do the job, ... what would your variant b be different from that? ... but

Re: inputCalender and other date libraries (joda)

2005-08-03 Thread Mario Ivankovits
Martin Marinschek wrote: You know that there is something like a converter tag already in JSF, right? After thinking about it again it turns out the easiest is to extend this converter and move all access to the date-object from the renderer into it. --- Mario

[jira] Created: (MYFACES-334) aliasbean and alias usage in binding

2005-07-15 Thread Mario Ivankovits (JIRA)
aliasbean and alias usage in binding Key: MYFACES-334 URL: http://issues.apache.org/jira/browse/MYFACES-334 Project: MyFaces Type: Bug Versions: 1.0.9 beta Reporter: Mario Ivankovits Myfaces fails to restore a view

aliasbean and alias usage in binding

2005-07-14 Thread Mario Ivankovits
Hi! I hope its not wrong to post this to the developer list at first, but I think there is a technical problem with the aliasbean. Our jsf looks like this (for sure, we use include for the dataTable): x:aliasBeansScope x:aliasBean alias=#{coTopicEdit} value=#{coAddressEdit} /

[jira] Created: (MYFACES-308) tree2 image-path encoding and fix for missing ids on images

2005-07-07 Thread Mario Ivankovits (JIRA)
tree2 image-path encoding and fix for missing ids on images --- Key: MYFACES-308 URL: http://issues.apache.org/jira/browse/MYFACES-308 Project: MyFaces Type: Bug Versions: 1.0.9 beta Reporter: Mario

[jira] Updated: (MYFACES-308) tree2 image-path encoding and fix for missing ids on images

2005-07-07 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-308?page=all ] Mario Ivankovits updated MYFACES-308: - Attachment: tree2_share.diff tree2 image-path encoding and fix for missing ids on images

[jira] Updated: (MYFACES-308) tree2 image-path encoding and fix for missing ids on images

2005-07-07 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-308?page=all ] Mario Ivankovits updated MYFACES-308: - Attachment: tree2_tomahawk.diff tree2 image-path encoding and fix for missing ids on images

[jira] Updated: (MYFACES-308) tree2 image-path encoding and fix for missing ids on images

2005-07-07 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-308?page=all ] Mario Ivankovits updated MYFACES-308: - Attachment: tree2_tomahawk.diff This attachment also changes the time when the node states will be regenerated from the cookie. Now the tree

[jira] Commented: (MYFACES-308) tree2 image-path encoding and fix for missing ids on images

2005-07-07 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-308?page=comments#action_12315279 ] Mario Ivankovits commented on MYFACES-308: -- I have seen my latest tree2_tomahawk patch introduces a problem. I tried to always use the cookie to restore the tree

test

2005-07-06 Thread Mario Ivankovits
Sorry for the test, but my message on myFaces-user did not apper so I tried if it makes it to the developer list. --- Mario

[jira] Created: (MYFACES-148) datalist: problems with modelupdate and verbatim tag

2005-03-23 Thread Mario Ivankovits (JIRA)
datalist: problems with modelupdate and verbatim tag Key: MYFACES-148 URL: http://issues.apache.org/jira/browse/MYFACES-148 Project: MyFaces Type: Wish Versions: 1.0.9 beta Reporter: Mario Ivankovits

<    5   6   7   8   9   10