Re: Re: Bookmarking, History and JSF

2006-01-30 Thread Martin Marinschek
Hi John, ok - so you agree with me that the renderer has to take care of that? Cause I still don't get that getURL stuff from the navigation-handler - It would be great if you could elaborate on that. as for saving parameters, I see three approaches cristalizing out now: 1) configure in the

Re: Re: Bookmarking, History and JSF

2006-01-30 Thread Martin Marinschek
As for the security of proposal 2) if we do client-side state-saving, we do encryption, right? Would we have to do encryption here, too, to make this more secure? Would that run against the notion of readable, nice bookmarks? Probably yes... regards, Martin On 1/30/06, Martin Marinschek

[jira] Created: (MYFACES-1073) t:commandNavigation2 rendering ignores static text of its value attribute, iff layout=list

2006-01-30 Thread Mathias Stein (JIRA)
t:commandNavigation2 rendering ignores static text of its value attribute, iff layout=list Key: MYFACES-1073 URL: http://issues.apache.org/jira/browse/MYFACES-1073 Project: MyFaces

[jira] Commented: (MYFACES-1069) inputCalendar ctl2 has no properties

2006-01-30 Thread Sukhada (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1069?page=comments#action_12364460 ] Sukhada commented on MYFACES-1069: -- I didn't change anything but put id for the component. In web.xml changed url pattern from security/* to /* filter

dynamic columns with different UI components

2006-01-30 Thread Michael Heinen
Hi, I am new to JSF and I need some help: I use a datatable with a dynamic number of columns. This is generally working well like in the openDataTable.jsp sample. Now I have to render the first column as a checkbox ( h:selectBooleanCheckbox ). In the openDataTable.jsp sample a

[jira] Commented: (MYFACES-992) Schedule renders duplicate ids in render tree

2006-01-30 Thread Michael Grimsberg (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-992?page=comments#action_12364468 ] Michael Grimsberg commented on MYFACES-992: --- I got the same problem today both at my own application and when I try the example at www.irian.at. If I change from

[jira] Commented: (MYFACES-1010) Extended Data Table: Action Event delivered more than one time

2006-01-30 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1010?page=comments#action_12364488 ] Martin Marinschek commented on MYFACES-1010: Ed Burns has already responded - in record time, that's his answer:

{ANN] Oracle JDeveloper 10.1.3 Production Released

2006-01-30 Thread Jonas Jacobi
In case you wonder why I have been quite ;) Today we released Oracle JDeveloper 10.1.3 Studio production release - you can download it from here with plenty of tutorials and other goodies. There is also improved doc on ADF Faces. http://otn.oracle.com/jdev Thanks, Jonas -- Author: Pro JSF

Re: Re: Bookmarking, History and JSF

2006-01-30 Thread John Fallows
Maybe I'm missing something, but I don't understand why state saving and bookmarking are related.Isn't a bookmark something you would potentially paste into an email and send to your friend? There doesn't seem to be any assosicated state present in the URL or on the server, so why do we need

[jira] Created: (MYFACES-1074) web-facesconfig_1_1.dtd not included in 1.1.2 nightly build.

2006-01-30 Thread Duncan DeVore (JIRA)
web-facesconfig_1_1.dtd not included in 1.1.2 nightly build. Key: MYFACES-1074 URL: http://issues.apache.org/jira/browse/MYFACES-1074 Project: MyFaces Type: Bug Components: Implementation Versions:

Re: svn commit: r373531 - /myfaces/current/pom.xml

2006-01-30 Thread Bernd Bohmann
Hello Tom, why is this needed? Regards Bernd [EMAIL PROTECTED] schrieb: Author: tomsp Date: Mon Jan 30 07:33:50 2006 New Revision: 373531 URL: http://svn.apache.org/viewcvs?rev=373531view=rev Log: added scm element Modified: myfaces/current/pom.xml Modified: myfaces/current/pom.xml

Re: svn commit: r373531 - /myfaces/current/pom.xml

2006-01-30 Thread Sean Schofield
Same question here On 1/30/06, Bernd Bohmann [EMAIL PROTECTED] wrote: Hello Tom, why is this needed? Regards Bernd [EMAIL PROTECTED] schrieb: Author: tomsp Date: Mon Jan 30 07:33:50 2006 New Revision: 373531 URL: http://svn.apache.org/viewcvs?rev=373531view=rev Log: added

[jira] Created: (MYFACES-1075) NullPointerException after Session expiration

2006-01-30 Thread Andrej Konkow (JIRA)
NullPointerException after Session expiration - Key: MYFACES-1075 URL: http://issues.apache.org/jira/browse/MYFACES-1075 Project: MyFaces Type: Bug Components: General Environment: java5, Tomcat5.5, MyFaces 1.1.1

Re: svn commit: r373531 - /myfaces/current/pom.xml

2006-01-30 Thread Thomas Spiegl
The Maven Idea plugin uses this information to configure svn as VCS for the generated project. On 1/30/06, Sean Schofield [EMAIL PROTECTED] wrote: Same question here On 1/30/06, Bernd Bohmann [EMAIL PROTECTED] wrote: Hello Tom, why is this needed? Regards Bernd [EMAIL

Re: Re: Bookmarking, History and JSF

2006-01-30 Thread Kalle Korhonen
Considering the huge number of responses in this thread, this is obviously a big problem. While there were good suggestions on how to improve the situation, with all of them, we are only making (better) alternatives to the broken base functionality. And yes, some say it's not really broken because

Re: Re: Bookmarking, History and JSF

2006-01-30 Thread Martin Marinschek
Well, for your suggestion, no state saving is necessary, right. you'll only have use-data transferred via the wire to the client, so that's somewhat ok. In proposal 2 (see above) the use-data _and_ the structure is transferred to the client, so by changing the structure, the (hacking) user can

Re: Re: Bookmarking, History and JSF

2006-01-30 Thread Martin Marinschek
Yeah, Kalle, you're absolutely right. I was thinking about that too - if you have a fixed action-parameter or add a defaultAction parameter to a link, you can already render the new view-id instead of the old one. But: you'll have to make sure that the postback somehow includes the information on