Re: [rinidad] Bug in inputDate!?

2009-07-22 Thread Daniel Niklas
Hi, I think it is a good idea to reopen http://issues.apache.org/jira/browse/TRINIDAD-1171. I can't do this. I think, that i don't have the permission to do this. Can someone else do this or should i create a new Jira issue? Daniel Richard Yee-3 wrote: I was tabbing out of the field. I

Re: [rinidad] Bug in inputDate!?

2009-07-22 Thread Matthias Wessendorf
I did that. I think that you should be able to do it as well. -Matthias On Wed, Jul 22, 2009 at 9:01 AM, Daniel Niklasco...@dniklas.de wrote: Hi, I think it is a good idea to reopen http://issues.apache.org/jira/browse/TRINIDAD-1171. I can't do this. I think, that i don't have the

Re: SizeLimitExceededException when uploading big files

2009-07-22 Thread António Rodrigues
Thanks Leonardo This was a great help. However I am still facing the same problem. I have set the following parameters: filter filter-nameMyFacesExtensionsFilter/filter-name filter-classorg.apache.myfaces.webapp.filter.ExtensionsFilter/filter-class init-param

how to handle redirets for PPR requests on session time out

2009-07-22 Thread Samba
Hi, We are facing trouble in redirecting the users to login page for PPR requests after session time out. We are having a filter that redirects the users login ( jsp ) page if the user is not autheticated or the authentication timed out. But after redirecting, I'm seeing the following

Re: SizeLimitExceededException when uploading big files

2009-07-22 Thread Leonardo Uribe
2009/7/22 António Rodrigues antonio.jose.rodrig...@gmail.com Thanks Leonardo This was a great help. However I am still facing the same problem. I have set the following parameters: filter filter-nameMyFacesExtensionsFilter/filter-name

Re: exception with extval - JSF1054 RENDER_RESPONSE 6

2009-07-22 Thread Belem
Hi Gerhard, it took longer than expected to resolve the problem with following exception: org.apache.jasper.el.JspPropertyNotFoundException: /myapp/templates/Login.jsp(20,56) '#{userBean.loginUserName}' Target Unreachable, identifier 'userBean' resolved to null it doesn't look like an extval

RE:[Trinidad] how to handle redirets for PPR requests on session time out

2009-07-22 Thread Kuhn, Harald
Hi Samba, Trinidads built-in ppr-Framework has the ability to send redirects initiated by the server. The only steps you have to do are: · check if it is a ppr-request oon “normal” requests use response.sendRedirect oon ppr-requests send ppr-Message containing redirect

Re: [Trinidad] how to handle redirets for PPR requests on session time out

2009-07-22 Thread Matthias Wessendorf
this would be good, to be implemented: https://issues.apache.org/jira/browse/TRINIDAD-943 -M On Wed, Jul 22, 2009 at 4:35 PM, Kuhn, Haraldhk...@airplus.com wrote: Hi Samba, Trinidads built-in ppr-Framework has the ability to send redirects initiated by the server. The only steps you

Re: [Trinidad] how to handle redirets for PPR requests on session time out

2009-07-22 Thread Samba
Thanks a lot Harald, I'll try it out and let you know how it went.. Regards, Samba On Wed, Jul 22, 2009 at 8:05 PM, Kuhn, Harald hk...@airplus.com wrote: Hi Samba, Trinidads built-in ppr-Framework has the ability to send redirects initiated by the server. The only steps you

Re: [Trinidad] how to handle redirets for PPR requests on session time out

2009-07-22 Thread Samba
Great news! It would have meant much more to me if this were implemented by now. Anyway, this is certainly the best way to go for fixing this issue. On Wed, Jul 22, 2009 at 8:29 PM, Matthias Wessendorf mat...@apache.orgwrote: this would be good, to be implemented:

Re: [Trinidad] how to handle redirets for PPR requests on session time out

2009-07-22 Thread Samba
Harald, I just realized that the XmlResponseWriter you referrred to is from trinidad jars; We are actually having a centralized valve at tomcat level that does the redirection. We would want that piece of code to be independent of any dependencies on any of the UI frameworks. Is it possible to

Re: t:selectOneMenu: value is not a valid option

2009-07-22 Thread Volker Weber
Hi Mike, didn't this mean changing the getter/setter from Integer to Number, as suggested, should help? Regards, Volker 2009/7/21 Mike Kienenberger mkien...@gmail.com: Rather than String, try using Long for your accessors. By default, accessors for literals must either be String or

Re: t:selectOneMenu: value is not a valid option

2009-07-22 Thread Mike Kienenberger
Maybe :) I've never tried it that way, but it sounds reasonable. However, I've always wanted a more concrete type for my accessors than Number when dealing with integer values. On Wed, Jul 22, 2009 at 12:58 PM, Volker Weberv.we...@inexso.de wrote: Hi Mike, didn't this mean changing the

Re: exception with extval - JSF1054 RENDER_RESPONSE 6

2009-07-22 Thread Gerhard Petracek
hi belem, you are welcome! thx for sharing the result with the community! (even though it's a special constellation in your project - but as you mentioned - maybe someone else has a similar issue.) fyi: we started component support modules at sandbox890 [1]. due to the special icefaces add-on