Re: [Tobago] calling of renderer class

2010-07-13 Thread Udo Schnurpfeil

 Hallo Hani,

I'm not know exactly what you need. I assume, you have a sheet with 
headers, and the headers should have more than one row?
Do you needed wrapping of the text in one header element, or do you need 
to have two header elements (with border etc.?).


A feature like this will be added in Tobago 1.5, but is not scheduled yet.

Regards,

Udo

Am 25.06.10 10:38, schrieb Abushammala, Hani (EXTERN: FTP):

Thanks for the Info.

I`m trying now to extend the sheet renderer to visualize a label in two rows 
(or one label for each header row) in the header of the sheet.
Is this the best way or is there another way to solve it?


Regards,
Hani


-Ursprüngliche Nachricht-
Von: Udo Schnurpfeil [mailto:u...@schnurpfeil.de]
Gesendet: Freitag, 25. Juni 2010 07:46
An: users@myfaces.apache.org
Betreff: Re: [Tobago] calling of renderer class

Hi,

there is also an example-theme in the project
(https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/tobago-theme-example/)
which overrides the InRenderer.

Regards

Udo

Am 23.06.10 09:45, schrieb Volker Weber:

Hi Hani,

the easiest way to overwrite a Renderer is to put your own int the
tobago-resource-path into your application.
e.g. if you use the speyside theme put your renderer, which must be
named SheetRenderer, into the package
tobago-resource-path/html/standard/speyside/tag/


Regards,
  Volker

2010/6/21 Abushammala, Hani (EXTERN: FTP)
extern.hani.abushamma...@volkswagen.de:


Another question.

How can i configure another renderer for the tobago component like the sheet 
component.

Any ideas or solutions?

Regards,
Hani

-Ursprüngliche Nachricht-
Von: Abushammala, Hani (EXTERN: FTP) 
[mailto:extern.hani.abushamma...@volkswagen.de]
Gesendet: Montag, 21. Juni 2010 09:52
An: MyFaces Discussion
Betreff: [Tobago] calling of renderer class

Hi,

I`ve developed a component to create a dynamic panel with a renderer
class, but the renderer could not be called. The rendering works if the
compoent class renders the output stream.
I don`t know how i can configure the renderer for the new component in
tobago.


faces-config.xml:

   component
 descriptionThe dynamic panel component./description
 display-nameDynamicPanel/display-name
 !-- The name for registering the component. --
 component-typeextn.DynamicPanel/component-type
 !-- The implementation class. --
 component-classweb.components.UIDynamicPanel/component-class
 component-extension
 renderer-typeextn.DynamicPanelRenderer/renderer-type
 /component-extension
 /component

 render-kit
 renderer
 descriptionRenderer for DynamicPanel./description
 component-familyextn.DynamicPanelFamily/component-family
 renderer-typeextn.DynamicPanelRenderer/renderer-type

renderer-classweb.components.DynamicPanelRenderer/renderer-class
 /renderer
 /render-kit


Regards,
Hani










AW: [Tobago] calling of renderer class

2010-06-25 Thread Abushammala, Hani (EXTERN: FTP)
Thanks for the Info.

I`m trying now to extend the sheet renderer to visualize a label in two rows 
(or one label for each header row) in the header of the sheet.
Is this the best way or is there another way to solve it? 


Regards,
Hani


-Ursprüngliche Nachricht-
Von: Udo Schnurpfeil [mailto:u...@schnurpfeil.de] 
Gesendet: Freitag, 25. Juni 2010 07:46
An: users@myfaces.apache.org
Betreff: Re: [Tobago] calling of renderer class

Hi,

there is also an example-theme in the project 
(https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/tobago-theme-example/)
 
which overrides the InRenderer.

Regards

Udo

Am 23.06.10 09:45, schrieb Volker Weber:
 Hi Hani,

 the easiest way to overwrite a Renderer is to put your own int the
 tobago-resource-path into your application.
 e.g. if you use the speyside theme put your renderer, which must be
 named SheetRenderer, into the package
 tobago-resource-path/html/standard/speyside/tag/


 Regards,
  Volker

 2010/6/21 Abushammala, Hani (EXTERN: FTP)
 extern.hani.abushamma...@volkswagen.de:

 Another question.

 How can i configure another renderer for the tobago component like the sheet 
 component.

 Any ideas or solutions?

 Regards,
 Hani

 -Ursprüngliche Nachricht-
 Von: Abushammala, Hani (EXTERN: FTP) 
 [mailto:extern.hani.abushamma...@volkswagen.de]
 Gesendet: Montag, 21. Juni 2010 09:52
 An: MyFaces Discussion
 Betreff: [Tobago] calling of renderer class

 Hi,

 I`ve developed a component to create a dynamic panel with a renderer
 class, but the renderer could not be called. The rendering works if the
 compoent class renders the output stream.
 I don`t know how i can configure the renderer for the new component in
 tobago.


 faces-config.xml:

   component
 descriptionThe dynamic panel component./description
 display-nameDynamicPanel/display-name
 !-- The name for registering the component. --
 component-typeextn.DynamicPanel/component-type
 !-- The implementation class. --
 component-classweb.components.UIDynamicPanel/component-class
 component-extension
 renderer-typeextn.DynamicPanelRenderer/renderer-type
 /component-extension
 /component

 render-kit
 renderer
 descriptionRenderer for DynamicPanel./description
 component-familyextn.DynamicPanelFamily/component-family
 renderer-typeextn.DynamicPanelRenderer/renderer-type

 renderer-classweb.components.DynamicPanelRenderer/renderer-class
 /renderer
 /render-kit


 Regards,
 Hani




  





Re: [Tobago] calling of renderer class

2010-06-24 Thread Udo Schnurpfeil

Hi,

there is also an example-theme in the project 
(https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/tobago-theme-example/) 
which overrides the InRenderer.


Regards

Udo

Am 23.06.10 09:45, schrieb Volker Weber:

Hi Hani,

the easiest way to overwrite a Renderer is to put your own int the
tobago-resource-path into your application.
e.g. if you use the speyside theme put your renderer, which must be
named SheetRenderer, into the package
tobago-resource-path/html/standard/speyside/tag/


Regards,
 Volker

2010/6/21 Abushammala, Hani (EXTERN: FTP)
extern.hani.abushamma...@volkswagen.de:
   

Another question.

How can i configure another renderer for the tobago component like the sheet 
component.

Any ideas or solutions?

Regards,
Hani

-Ursprüngliche Nachricht-
Von: Abushammala, Hani (EXTERN: FTP) 
[mailto:extern.hani.abushamma...@volkswagen.de]
Gesendet: Montag, 21. Juni 2010 09:52
An: MyFaces Discussion
Betreff: [Tobago] calling of renderer class

Hi,

I`ve developed a component to create a dynamic panel with a renderer
class, but the renderer could not be called. The rendering works if the
compoent class renders the output stream.
I don`t know how i can configure the renderer for the new component in
tobago.


faces-config.xml:

  component
descriptionThe dynamic panel component./description
display-nameDynamicPanel/display-name
!-- The name for registering the component. --
component-typeextn.DynamicPanel/component-type
!-- The implementation class. --
component-classweb.components.UIDynamicPanel/component-class
component-extension
renderer-typeextn.DynamicPanelRenderer/renderer-type
/component-extension
/component

render-kit
renderer
descriptionRenderer for DynamicPanel./description
component-familyextn.DynamicPanelFamily/component-family
renderer-typeextn.DynamicPanelRenderer/renderer-type

renderer-classweb.components.DynamicPanelRenderer/renderer-class
/renderer
/render-kit


Regards,
Hani




 



   


Re: [Tobago] calling of renderer class

2010-06-23 Thread Volker Weber
Hi Hani,

the easiest way to overwrite a Renderer is to put your own int the
tobago-resource-path into your application.
e.g. if you use the speyside theme put your renderer, which must be
named SheetRenderer, into the package
tobago-resource-path/html/standard/speyside/tag/


Regards,
Volker

2010/6/21 Abushammala, Hani (EXTERN: FTP)
extern.hani.abushamma...@volkswagen.de:
 Another question.

 How can i configure another renderer for the tobago component like the sheet 
 component.

 Any ideas or solutions?

 Regards,
 Hani

 -Ursprüngliche Nachricht-
 Von: Abushammala, Hani (EXTERN: FTP) 
 [mailto:extern.hani.abushamma...@volkswagen.de]
 Gesendet: Montag, 21. Juni 2010 09:52
 An: MyFaces Discussion
 Betreff: [Tobago] calling of renderer class

 Hi,

 I`ve developed a component to create a dynamic panel with a renderer
 class, but the renderer could not be called. The rendering works if the
 compoent class renders the output stream.
 I don`t know how i can configure the renderer for the new component in
 tobago.


 faces-config.xml:

      component
        descriptionThe dynamic panel component./description
        display-nameDynamicPanel/display-name
        !-- The name for registering the component. --
        component-typeextn.DynamicPanel/component-type
        !-- The implementation class. --
        component-classweb.components.UIDynamicPanel/component-class
        component-extension
            renderer-typeextn.DynamicPanelRenderer/renderer-type
        /component-extension
    /component

    render-kit
        renderer
            descriptionRenderer for DynamicPanel./description
            component-familyextn.DynamicPanelFamily/component-family
            renderer-typeextn.DynamicPanelRenderer/renderer-type

 renderer-classweb.components.DynamicPanelRenderer/renderer-class
        /renderer
    /render-kit


 Regards,
 Hani







-- 
inexso - information exchange solutions GmbH
Bismarckstraße 13  | 26122 Oldenburg
Tel.: +49 441 4082 356 |
FAX:  +49 441 4082 355 | www.inexso.de


[Tobago] calling of renderer class

2010-06-21 Thread Abushammala, Hani (EXTERN: FTP)
Hi,

I`ve developed a component to create a dynamic panel with a renderer
class, but the renderer could not be called. The rendering works if the
compoent class renders the output stream. 
I don`t know how i can configure the renderer for the new component in
tobago.


faces-config.xml:

  component
descriptionThe dynamic panel component./description
display-nameDynamicPanel/display-name
!-- The name for registering the component. --
component-typeextn.DynamicPanel/component-type
!-- The implementation class. --
component-classweb.components.UIDynamicPanel/component-class
component-extension
renderer-typeextn.DynamicPanelRenderer/renderer-type
/component-extension
/component
  
render-kit
renderer
descriptionRenderer for DynamicPanel./description
component-familyextn.DynamicPanelFamily/component-family
renderer-typeextn.DynamicPanelRenderer/renderer-type
 
renderer-classweb.components.DynamicPanelRenderer/renderer-class
/renderer
/render-kit


Regards,
Hani





AW: [Tobago] calling of renderer class

2010-06-21 Thread Abushammala, Hani (EXTERN: FTP)
Another question.

How can i configure another renderer for the tobago component like the sheet 
component. 

Any ideas or solutions?

Regards,
Hani

-Ursprüngliche Nachricht-
Von: Abushammala, Hani (EXTERN: FTP) 
[mailto:extern.hani.abushamma...@volkswagen.de] 
Gesendet: Montag, 21. Juni 2010 09:52
An: MyFaces Discussion
Betreff: [Tobago] calling of renderer class

Hi,

I`ve developed a component to create a dynamic panel with a renderer
class, but the renderer could not be called. The rendering works if the
compoent class renders the output stream. 
I don`t know how i can configure the renderer for the new component in
tobago.


faces-config.xml:

  component
descriptionThe dynamic panel component./description
display-nameDynamicPanel/display-name
!-- The name for registering the component. --
component-typeextn.DynamicPanel/component-type
!-- The implementation class. --
component-classweb.components.UIDynamicPanel/component-class
component-extension
renderer-typeextn.DynamicPanelRenderer/renderer-type
/component-extension
/component
  
render-kit
renderer
descriptionRenderer for DynamicPanel./description
component-familyextn.DynamicPanelFamily/component-family
renderer-typeextn.DynamicPanelRenderer/renderer-type
 
renderer-classweb.components.DynamicPanelRenderer/renderer-class
/renderer
/render-kit


Regards,
Hani