SEVERITY_ERROR run a Lazy Initialization

2008-03-07 Thread hiver.sanglant
Hi, I'm having the same problem as Yee: - From http://users.myfaces.markmail.org/search/?q=SEVERITY_ERROR%20+%20Lazy%20Initialization#query:SEVERITY_ERROR%20%20%20Lazy%20Initialization+page:1+mid:owa2rp34hfcx4l42+state:results I have a jsf page that with a simple action as follows:

character encoding

2008-03-07 Thread Luca Stancapiano
hi I've seen that myfaces executes a strange encoding for characters. If I have something similar: h:form h:commandLink action=#{UserNumberBean.log} h:outputText value=#{UserNumberBean.modalita}/

Re: character encoding

2008-03-07 Thread Paul van Rossem
Use h:outputText value=#{UserNumberBean.modalita} escape=false/ Paul. Luca Stancapiano wrote: hi I've seen that myfaces executes a strange encoding for characters. If I have something similar: h:form h:commandLink action=#{UserNumberBean.log}

Re: character encoding

2008-03-07 Thread Luca Stancapiano
Paul van Rossem ha scritto: Use h:outputText value=#{UserNumberBean.modalita} escape=false/ the problem is on 'param' tag. Escape attribute seems not working there Paul. Luca Stancapiano wrote: hi I've seen that myfaces executes a strange encoding for characters. If I have something

Re: character encoding

2008-03-07 Thread Christoph Ebner
hi luca, try setting context-param org.apache.myfaces.STRICT_XHTML_LINKS to false in web.xml regards christoph On Fri, Mar 7, 2008 at 11:05 AM, Luca Stancapiano [EMAIL PROTECTED] wrote: Paul van Rossem ha scritto: Use h:outputText value=#{UserNumberBean.modalita} escape=false/ the problem

[Trinidad] rendering pre-formatted html text

2008-03-07 Thread Renzo Tomaselli
Hi, I wonder if any component in Trinidad is suitable for rendering a pre-formatted chunk of html text. Assume I allow to edit html through TinyMCE or alike, then I save the resulting html text. Whenever I want to render it in readonly mode, I need to include it as it is within the page DOM

Problem with t:selectManyCheckbox and spread layout

2008-03-07 Thread Gregor R
Hi all, I got a very frustrating issue with the tomahawk selectmanycheckbox-component and spreadlayout. The following code works fine: t:panelGrid columns=3 t:panelGroup t:outputText value=Frage/ t:selectManyCheckbox id=test layout=spread f:selectItem itemLabel=Test1

Re: character encoding

2008-03-07 Thread Mathias Walter
Hi, I've a similar unsolved problem with Trinidads PPR. Sometimes the special characters inside inputText are escaped or translated into something else, after a PPR. I'm not sure, if it's related to MyFaces or Trinidad. -- Kind regards, Mathias Original-Nachricht Datum:

Problem with tomehawk datatable, selectBooleanCheckbox and sorting

2008-03-07 Thread Anders H. Andersen
The problem is that the checked boxes does not move when the sorting is changed. I can see from the log that the set and get metodes ond checkbox isnt's called when the sorting is changed, so that explains why the marks on the checkbox does not follow the sorting. How can I make the datatable

inputFileUpload issue when file does not exists

2008-03-07 Thread jorge08
I am using the inputFileUpload Tomahawk component to upload files. Everything works great except when the user types the file path and file name directly into the input field. If the file path is wrong or the file does not exists, there is no error messages displayed. I would like to

Re: Problem with tomehawk datatable, selectBooleanCheckbox and sorting

2008-03-07 Thread [EMAIL PROTECTED]
Have you tried this without preserveRowStates? Anders H. Andersen schrieb: The problem is that the checked boxes does not move when the sorting is changed. I can see from the log that the set and get metodes ond checkbox isnt's called when the sorting is changed, so that explains why the

Re: [Trinidad] Problem invoking queue.sendRequest from Javascript API in IE7

2008-03-07 Thread Davide Bonicelli
Hi all, any idea on this issue? Thanks for you help. Davide On Tue, Mar 4, 2008 at 11:14 AM, Davide Bonicelli [EMAIL PROTECTED] wrote: Hi all, I'm trying to invoke the sendRequest() method from the Javascript Trinidad API. Here is an example of the code I'm using for testing purpose:

Re: [Trinidad] rendering pre-formatted html text

2008-03-07 Thread Laurie Harper
Renzo Tomaselli wrote: Hi, I wonder if any component in Trinidad is suitable for rendering a pre-formatted chunk of html text. Assume I allow to edit html through TinyMCE or alike, then I save the resulting html text. Whenever I want to render it in readonly mode, I need to include it as it is

Re: s:roundedDiv not fully rendered in IE6 and IE7

2008-03-07 Thread myfaces
One other enhancement that would be great to have is the ability to have the background filled with a gradient as opposed to a solid color. -Original Message- The following are the two things that came to my mind as far as enhancements: 1. The ability to link the

Re: s:roundedDiv not fully rendered in IE6 and IE7

2008-03-07 Thread Andrew Robinson
I am not sure why that would be of any value. If you do not set a background color, it uses a transparent color. On 3/7/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: One other enhancement that would be great to have is the ability to have the background filled with a gradient as opposed to a

Re: s:roundedDiv not fully rendered in IE6 and IE7

2008-03-07 Thread myfaces
I'd like to be able to specify the backgroundColor (persay), but have it actually be a generated gradient pattern instead of a solid color. This would just provide a flexible way of providing some 'effect' to the area you are enclosing in the roundedDiv. -Original Message- I