RE: Export Datatable to PDF(Report)

2008-04-02 Thread Janap
Wow! That sounds really good. But i do not use Facelets for my JSF application. So now the question is if the Flying saucer can also somehow read the html produced by my JSF datatable and then pass this buffer for pdf rendering. Thank you Janap Jesse Alexander (KSFH 323) wrote: Hi we use

[Orchestra] Mixed evironment installation problem - Complete Mail

2008-04-02 Thread Stephan Frai
Hi, we`ve integrated Orchestra successfully into our MyFaces application. But now we`re additionally using plain servlets in some parts of our application. Inside the servelts we`re checking out the beans from spring like that: ApplicationContext appContext =

[Orchestra] Mixed evironment installation problem

2008-04-02 Thread Stephan Frai
Hi. We`ve integrated Orchestra successfully into our MyFaces application. But now we`re additionally using plain servlets in some parts of our application. Inside the servelts we`re checking out the beans from spring like that: ApplicationContext appContext =

Re: [Orchestra] Mixed evironment installation problem - Complete Mail

2008-04-02 Thread Mario Ivankovits
Hi! However Orchestra does need a proper solution for this. I've created the following JIRA issue to track it: http://issues.apache.org/jira/browse/ORCHESTRA-18 Yes! What about creating a BasicSpringFrameworkAdapter which uses the same trick ApplicationContext appContext =

RE: Tomahawk datatable NewspaperColumns not working for dynamic value

2008-04-02 Thread Rønnevik , Eivind
Hi! I've been doing this both for tomahawk 1.1.5 and tomahawk 1.1.6, both worked fine. Currently I'm using myfaces-1.1.5 SNAPSHOT and tomahawk-1.1.6. :) - E - From: Pinal Patel [mailto:[EMAIL PROTECTED] Sent: 2. april 2008 04:25 To: MyFaces Discussion Cc: Rønnevik, Eivind

[Trinidad] tr:selectBooleanCheckbox does not update Entity

2008-04-02 Thread Bart . Kummel
Hi all, I'm having problems with the tr:selectBooleanCheckbox component. I have a page that updates an EJB3 Entity. If I make changes, alle values in the Entity get updated, except for the boolean values that are linked with the tr:selectBooleanCheckbox components. (Like this:

Re: [Orchestra] Mixed evironment installation problem - Complete Mail

2008-04-02 Thread [EMAIL PROTECTED]
Hi Stephan, Stephan Frai schrieb: Hi, we`ve integrated Orchestra successfully into our MyFaces application. But now we`re additionally using plain servlets in some parts of our application. Inside the servelts we`re checking out the beans from spring like that: ApplicationContext

Re: [Orchestra] Mixed evironment installation problem - Complete Mail

2008-04-02 Thread Mario Ivankovits
Hi! I've committed a SpringBasicFrameworkAdapter, could you please give it a try and see if it works now. At the moment the flash scoped beans are not released after the JSP request! We will have a look how to fix that, but that should not be a major problem for now. Thanks! Ciao, Mario

[Trinidad] Reload problem with dynamically created CoreTable

2008-04-02 Thread Torben Makowka
Hi all, i'm experiencing a really strange problem with a dynamic CoreTable i'm filling with a variable number of columns from the backing bean. I set the binding attribute of the table to a property in my backing bean. Interestingly enough i have to set the var attribute directly in my jsp

AW: [Orchestra] Mixed evironment installation problem - Solution

2008-04-02 Thread Stephan Frai
Hi Simon, thanks for your work around. I`ve just added these lines to the servlet code: ApplicationContext appContext = WebApplicationContextUtils.getWebApplicationContext(getServletContext()); Object accessScopeMgr=

navigation/form: wrong url displayed in browser

2008-04-02 Thread arne anka
hi, i created three pages: /index.jspx /search/search_simple.jspx /search/search_results.jspx index.jspx contains a jscookmenu directing to search_simple.jspx (by navigation-rule), search_simple.jspx sends a form to a backing bean which in turn (by navigation-rule) directs to

Re: navigation/form: wrong url displayed in browser

2008-04-02 Thread [EMAIL PROTECTED]
arne anka schrieb: hi, i created three pages: /index.jspx /search/search_simple.jspx /search/search_results.jspx index.jspx contains a jscookmenu directing to search_simple.jspx (by navigation-rule), search_simple.jspx sends a form to a backing bean which in turn (by navigation-rule)

object is not an instance of declaring class

2008-04-02 Thread arne anka
hi, i got a jspx with a jscookmenu and a backing bean. t:jscookMenu id=menu2 layout=hbr theme=ThemeOffice styleLocation=css ... everything is fine until i change something in the bean and recompile it, the tomcat recognizes it and refreshes -- but after that any request to my jspx-page

Re: navigation/form: wrong url displayed in browser

2008-04-02 Thread arne anka
See here: http://wiki.apache.org/myfaces/FAQ#StaleLink ah, thanks a lot. but, alas, it is more like a better description of the problem with two proposals to work around but no real solution. i would think a lot of people is bothered by this ... not real myfaces: but is there a way to

Re: navigation/form: wrong url displayed in browser

2008-04-02 Thread Volker Weber
Hi, you can made the welcome-file a frameset, to hide the real inner urls. Regards, Volker 2008/4/2, arne anka [EMAIL PROTECTED]: See here: http://wiki.apache.org/myfaces/FAQ#StaleLink ah, thanks a lot. but, alas, it is more like a better description of the problem with two

commandButton action not executed

2008-04-02 Thread Scott Belnap
I have a page that has the following commandButton. h:commandButton value=Update List action=#{todoListBean.update} rendered=#{todoListBean.todoList.listId ne 0} / When I click on the button it doesn't execute the action it just refreshes the page. But if I remove the rendered property so the

Re: commandButton action not executed

2008-04-02 Thread Andrew Robinson
Is todoListBean session scoped? If your todoList is not available during decode, the rendered will fail and non-rendered components are not decoded. On Wed, Apr 2, 2008 at 10:54 AM, Scott Belnap [EMAIL PROTECTED] wrote: I have a page that has the following commandButton. h:commandButton

Re: commandButton action not executed

2008-04-02 Thread Scott Belnap
todoListBean is request scoped not session scoped. Is there anyway to use a request scoped bean in this case? Thanks. On Wed, 2008-04-02 at 11:10 -0600, Andrew Robinson wrote: Is todoListBean session scoped? If your todoList is not available during decode, the rendered will fail and

Re: navigation/form: wrong url displayed in browser

2008-04-02 Thread simon
On Wed, 2008-04-02 at 17:15 +0200, arne anka wrote: See here: http://wiki.apache.org/myfaces/FAQ#StaleLink ah, thanks a lot. but, alas, it is more like a better description of the problem with two proposals to work around but no real solution. i would think a lot of people is

Re: navigation/form: wrong url displayed in browser

2008-04-02 Thread Stephen Friedrich
You can't always show the same URL, but using the redirect-after-post pattern (similar to the first solution sketched briefly in the myfaces wiki), is a standard solution. Not only does it solve the one-url-behind-problem, but it solves the problem of stupid browser warnings when the user