[jira] [Commented] (TOBAGO-1882) & is not loaded after clicking on a with actionListener

2018-03-29 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16419219#comment-16419219
 ] 

Guido Dubois commented on TOBAGO-1882:
--

In tobago-example.demo this works with MyFaces 2.0.24

In my case:
- with Mojarra 2.2.16 it works
- with MyFaces 2.2.12 it doesn't work

>  &  is not loaded after clicking on a  with 
> actionListener
> 
>
> Key: TOBAGO-1882
> URL: https://issues.apache.org/jira/browse/TOBAGO-1882
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core, Facelets
>Affects Versions: 4.1.0
>Reporter: Guido Dubois
>Priority: Major
>
> In version 4.1.0 exists the same wrong behavior like described in 
> [TOBAGO-425|https://issues.apache.org/jira/browse/TOBAGO-425]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TOBAGO-1875) Collapsible Section AJAX-Style doesn't work in /

2018-03-27 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415721#comment-16415721
 ] 

Guido Dubois commented on TOBAGO-1875:
--

I found the difference. You use MyFaces and I used Mojarra. After switching to 
MyFaces it works!

But if one section is opened and the page have to be reloaded - e.g. for 
changing the language - after that all sections in the sheet are open.

It would be nice if single selected mode is setted in the sheet, only one 
collapseable section can be in open state at same time. That means: Click a 
section to open, then the opened section is closed and the new one will be 
opened.

> Collapsible Section AJAX-Style doesn't work in /
> -
>
> Key: TOBAGO-1875
> URL: https://issues.apache.org/jira/browse/TOBAGO-1875
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 4.1.0
>Reporter: Guido Dubois
>Priority: Major
>
> Exists a way for  to get the row numbers like in  varStatus="..." > to define
> 
>   render="ajaxSection_[rownumber]"/>
>  
>  ...
> Perhaps you have an example?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (TOBAGO-1882) & is not loaded after clicking on a with actionListener

2018-03-27 Thread Guido Dubois (JIRA)
Guido Dubois created TOBAGO-1882:


 Summary:  &  is not loaded after clicking on 
a  with actionListener
 Key: TOBAGO-1882
 URL: https://issues.apache.org/jira/browse/TOBAGO-1882
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core, Facelets
Affects Versions: 4.1.0
Reporter: Guido Dubois


In version 4.1.0 exists the same wrong behavior like described in [link 
TOBAGO-425|https://issues.apache.org/jira/browse/TOBAGO-425]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TOBAGO-1876) Toggle-Button Example

2018-03-20 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16406652#comment-16406652
 ] 

Guido Dubois commented on TOBAGO-1876:
--

Hi Udo,

first it would be nice to have a new visual component for booleans like 
described here: 
[http://www.bootstraptoggle.com|http://www.bootstraptoggle.com/].

 

Furthermore it would be nice to have a toggle-button component - 
[http://getbootstrap.com/docs/4.0/components/buttons].

I want to show/hide a collapsible section with a toggle-button (arrow down / 
arrow up). In closed state show arrow-down button to open, in open state show 
arrow-up button to close the collapsible section.

> Toggle-Button Example
> -
>
> Key: TOBAGO-1876
> URL: https://issues.apache.org/jira/browse/TOBAGO-1876
> Project: MyFaces Tobago
>  Issue Type: Wish
>  Components: Core
>Affects Versions: 4.1.0
>Reporter: Guido Dubois
>Priority: Major
>
> How to define a toggle-button? Is it possible to define a toggle button in 
> Bootstrap style?
> Like this:
> 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TOBAGO-1875) Collapsible Section AJAX-Style doesn't work in /

2018-03-16 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16402188#comment-16402188
 ] 

Guido Dubois commented on TOBAGO-1875:
--

This doesn't work in a sheet. Clicking on DOWN shows the section content, but 
then the ajax loading arrow circle starts to run and at the end the section 
content disapears.
{code:java}

  

  
  

  

  


  
  


  

  
  

  

{code}
 

For example with this code it works fine as expected.
{code:java}

  


  

  


  
  


  

  
  

  

{code}

> Collapsible Section AJAX-Style doesn't work in /
> -
>
> Key: TOBAGO-1875
> URL: https://issues.apache.org/jira/browse/TOBAGO-1875
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 4.1.0
>Reporter: Guido Dubois
>Priority: Major
>
> Exists a way for  to get the row numbers like in  varStatus="..." > to define
> 
>   render="ajaxSection_[rownumber]"/>
>  
>  ...
> Perhaps you have an example?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (TOBAGO-1876) Toggle-Button Example

2018-03-09 Thread Guido Dubois (JIRA)
Guido Dubois created TOBAGO-1876:


 Summary: Toggle-Button Example
 Key: TOBAGO-1876
 URL: https://issues.apache.org/jira/browse/TOBAGO-1876
 Project: MyFaces Tobago
  Issue Type: Wish
  Components: Core
Affects Versions: 4.1.0
Reporter: Guido Dubois


How to define a toggle-button? Is it possible to define a toggle button in 
Bootstrap style?

Like this:





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (TOBAGO-1875) Collapsible Section AJAX-Style doesn't work in /

2018-03-09 Thread Guido Dubois (JIRA)
Guido Dubois created TOBAGO-1875:


 Summary: Collapsible Section AJAX-Style doesn't work in 
/
 Key: TOBAGO-1875
 URL: https://issues.apache.org/jira/browse/TOBAGO-1875
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 4.1.0
Reporter: Guido Dubois


Exists a way for  to get the row numbers like in  to define







--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (TOBAGO-1779) Servlet authentication

2017-08-15 Thread Guido Dubois (JIRA)
Guido Dubois created TOBAGO-1779:


 Summary: Servlet authentication
 Key: TOBAGO-1779
 URL: https://issues.apache.org/jira/browse/TOBAGO-1779
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 4.0.0
Reporter: Guido Dubois


I want to use FORM Authentication, but it doesn't work.

I manipulate the login form according to the addressbook example.
**
 * This code is needed to "repair" the submit parameter names and url to use
 * the names that a required for servlet authentication.
 */
  function() {
jQuery(Tobago.Utils.escapeClientId('page:j_username::field')).attr('name', 
'j_username');
jQuery(Tobago.Utils.escapeClientId('page:j_password::field')).attr('name', 
'j_password');
jQuery(Tobago.Utils.escapeClientId('page::form')).attr('action', 
jQuery('[data-tobago-context-path]').data('tobago-context-path') + 
'/j_security_check');
  },


I have to change the searched field IDs. The field names are correctly setted. 
The action right to. On error there is not displayed the configured error-page. 
 and  are no more inserted.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (TOBAGO-1751) Add META-tags to -tag

2017-07-31 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16107299#comment-16107299
 ] 

Guido Dubois commented on TOBAGO-1751:
--

Now it works fine.

Just a question: How about an attribute for injecting a file in raw format into 
the  section?

> Add META-tags to -tag
> ---
>
> Key: TOBAGO-1751
> URL: https://issues.apache.org/jira/browse/TOBAGO-1751
> Project: MyFaces Tobago
>  Issue Type: New Feature
>  Components: Core
>Reporter: Guido Dubois
>Assignee: Udo Schnurpfeil
>Priority: Minor
> Fix For: 4.0.0
>
>
> Is there a simple way to include META-tags to the  section of a 
> ?
> It would be nice to have a tag according to  or  file=""> for this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (TOBAGO-1751) Add META-tags to -tag

2017-06-30 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16069883#comment-16069883
 ] 

Guido Dubois commented on TOBAGO-1751:
--

Fine! But the tags are rendered twice.


  


>>>


[jira] [Commented] (TOBAGO-1751) Add META-tags to -tag

2017-06-29 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16068014#comment-16068014
 ] 

Guido Dubois commented on TOBAGO-1751:
--

I moved to 4.0.0-SNAPSHOT. So it will be perfect to get it in the this 
release...

> Add META-tags to -tag
> ---
>
> Key: TOBAGO-1751
> URL: https://issues.apache.org/jira/browse/TOBAGO-1751
> Project: MyFaces Tobago
>  Issue Type: Wish
>  Components: Core
>Reporter: Guido Dubois
>Assignee: Udo Schnurpfeil
>Priority: Minor
> Fix For: 4.0.0
>
>
> Is there a simple way to include META-tags to the  section of a 
> ?
> It would be nice to have a tag according to  or  file=""> for this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (TOBAGO-1751) Add META-tags to -tag

2017-06-14 Thread Guido Dubois (JIRA)
Guido Dubois created TOBAGO-1751:


 Summary: Add META-tags to -tag
 Key: TOBAGO-1751
 URL: https://issues.apache.org/jira/browse/TOBAGO-1751
 Project: MyFaces Tobago
  Issue Type: Wish
  Components: Core
Reporter: Guido Dubois
Priority: Minor


Is there a simple way to include META-tags to the  section of a ?

It would be nice to have a tag according to  or  for this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (TOBAGO-1531) Extend functinallity of

2017-06-14 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16049084#comment-16049084
 ] 

Guido Dubois commented on TOBAGO-1531:
--

The attribute "justifyContent" is not working correctly. Neither in 3.0.4 nor 
in 4.0.0-SNAPSHOT.

As example the style class "tobago-justifyContent-spaceAround" exists in CSS, 
but it is not rendered in HTML.



Results in: 

It have to look like this: 


> Extend functinallity of 
> ---
>
> Key: TOBAGO-1531
> URL: https://issues.apache.org/jira/browse/TOBAGO-1531
> Project: MyFaces Tobago
>  Issue Type: Sub-task
>  Components: Core, Themes
>Reporter: Udo Schnurpfeil
>Assignee: Udo Schnurpfeil
> Fix For: 3.0.0-alpha-4, 3.0.0
>
>
> Add support for 
> * align-item (/)
> * justify-content



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] Commented: (TOBAGO-953) f:selectItem itemValue= itemLabel=All / item no longer NULL

2010-12-17 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12972504#action_12972504
 ] 

Guido Dubois commented on TOBAGO-953:
-

I'm thinking about going back to version 1.0.32 because in this state version 
1.5.0 (alpha-2) is unuseable...

 f:selectItem itemValue= itemLabel=All / item no longer NULL
 -

 Key: TOBAGO-953
 URL: https://issues.apache.org/jira/browse/TOBAGO-953
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois

 The value of tx:selectOneChoice gets 0 selecting the first item... The 
 first select item has to return NULL. In version 1.0.x this behaviour works 
 correctly...
   tx:selectOneChoice 
 value=#{tableofproductsController.filterSelectedNorm} 
 label=#{bundle.popupFilterNormFilter} labelWidth=225px
 f:selectItem itemValue= itemLabel=#{bundle.itemAll} /
 f:selectItems 
 value=#{tableofproductsController.filterNormSelectItems} /
   /tx:selectOneChoice

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-953) f:selectItem itemValue= itemLabel=All / item no longer NULL

2010-12-13 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12970805#action_12970805
 ] 

Guido Dubois commented on TOBAGO-953:
-

Yes, I do...

I tried it allready before with the tc:selectItem but including itemValue. 
Now I have tried exactly what Bernd recommended...

 f:selectItem itemValue= itemLabel=All / item no longer NULL
 -

 Key: TOBAGO-953
 URL: https://issues.apache.org/jira/browse/TOBAGO-953
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois

 The value of tx:selectOneChoice gets 0 selecting the first item... The 
 first select item has to return NULL. In version 1.0.x this behaviour works 
 correctly...
   tx:selectOneChoice 
 value=#{tableofproductsController.filterSelectedNorm} 
 label=#{bundle.popupFilterNormFilter} labelWidth=225px
 f:selectItem itemValue= itemLabel=#{bundle.itemAll} /
 f:selectItems 
 value=#{tableofproductsController.filterNormSelectItems} /
   /tx:selectOneChoice

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-953) f:selectItem itemValue= itemLabel=All / item no longer NULL

2010-12-10 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12970174#action_12970174
 ] 

Guido Dubois commented on TOBAGO-953:
-

I tried to prevent this behaviour with a converter. But I get the same result. 
The value of selectOneChoice is not NULL when I'm selecting the empty item.

I have no idea how to prevent this behaviour. Please give me a hint? It is 
really important for me...

 f:selectItem itemValue= itemLabel=All / item no longer NULL
 -

 Key: TOBAGO-953
 URL: https://issues.apache.org/jira/browse/TOBAGO-953
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois

 The value of tx:selectOneChoice gets 0 selecting the first item... The 
 first select item has to return NULL. In version 1.0.x this behaviour works 
 correctly...
   tx:selectOneChoice 
 value=#{tableofproductsController.filterSelectedNorm} 
 label=#{bundle.popupFilterNormFilter} labelWidth=225px
 f:selectItem itemValue= itemLabel=#{bundle.itemAll} /
 f:selectItems 
 value=#{tableofproductsController.filterNormSelectItems} /
   /tx:selectOneChoice

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-953) f:selectItem itemValue= itemLabel=All / item no longer NULL

2010-12-10 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12970195#action_12970195
 ] 

Guido Dubois commented on TOBAGO-953:
-

No, this hint doesn't work...

 f:selectItem itemValue= itemLabel=All / item no longer NULL
 -

 Key: TOBAGO-953
 URL: https://issues.apache.org/jira/browse/TOBAGO-953
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois

 The value of tx:selectOneChoice gets 0 selecting the first item... The 
 first select item has to return NULL. In version 1.0.x this behaviour works 
 correctly...
   tx:selectOneChoice 
 value=#{tableofproductsController.filterSelectedNorm} 
 label=#{bundle.popupFilterNormFilter} labelWidth=225px
 f:selectItem itemValue= itemLabel=#{bundle.itemAll} /
 f:selectItems 
 value=#{tableofproductsController.filterNormSelectItems} /
   /tx:selectOneChoice

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-955) Attribute inline=true doesn't work anymore in tc:selectOneRadio

2010-11-30 Thread Guido Dubois (JIRA)
Attribute inline=true doesn't work anymore in tc:selectOneRadio
---

 Key: TOBAGO-955
 URL: https://issues.apache.org/jira/browse/TOBAGO-955
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois


Attribute inline=true doesn't work anymore in tc:selectOneRadio. I can't 
test it in demo because Ref. is under construction...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-929) Render partially doesn't work inside of ToolBar.

2010-11-29 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12964739#action_12964739
 ] 

Guido Dubois commented on TOBAGO-929:
-

It works now! Thanks...

 Render partially doesn't work inside of ToolBar.
 

 Key: TOBAGO-929
 URL: https://issues.apache.org/jira/browse/TOBAGO-929
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois
Assignee: Bernd Bohmann
 Fix For: 1.5.0-alpha-2


 I get an exception clicking on a toolbar button in a box header. There have 
 to open a popup. I can't open the Component Tree in the debug window to see, 
 which component ...ase:267 - WARNING: Component j_id586 just g... it is.
 Inserting the popup code directly from demo example gets the same error...
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.tobago.internal.ajax.AjaxInternalUtils:75 - 
 ajaxComponentIds = page:popupFilter
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.tobago.internal.ajax.AjaxInternalUtils:87 - ajaxComponent 
 for page:popupFilter = 
 org.apache.myfaces.tobago.component.uipo...@394f8e42
 2010-10-23 13:28:48 WARN  - javax.faces.component.UIComponentBase:267 - 
 WARNING: Component j_id586 just got an automatic id, because there was no id 
 assigned yet. If this component was created dynamically (i.e. not by a JSP 
 tag) you should assign it an explicit static id or assign it the id you get 
 from the createUniqueId from the current UIViewRoot component right after 
 creation! Path to Component: {Component-Path : [Class: 
 org.apache.myfaces.tobago.component.UIViewRoot,ViewId: 
 /overview/tableofproducts.xhtml]}
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
 Creating instance of de.ibs.prodis3.overview.ToolbarController
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
 Creating instance of de.ibs.prodis3.overview.PopupDemoteProductController
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
 Creating instance of de.ibs.prodis3.overview.PopupSetSituationController
 2010-10-23 13:28:48 ERROR - javax.faces.webapp._ErrorPageWriter:496 - An 
 exception occurred
 java.lang.StringIndexOutOfBoundsException: String index out of range: -8
   at java.lang.String.substring(Unknown Source)
   at java.lang.String.substring(Unknown Source)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUISheet.invokeOnComponent(AbstractUISheet.java:410)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUIPanelBase.invokeOnComponent(AbstractUIPanelBase.java:33)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUIPanelBase.invokeOnComponent(AbstractUIPanelBase.java:33)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:77)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUIPage.invokeOnComponent(AbstractUIPage.java:298)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
   at 
 org.apache.myfaces.tobago.internal.lifecycle.ApplyRequestValuesExecutor.decodeActionComponent(ApplyRequestValuesExecutor.java:102)
   at 
 org.apache.myfaces.tobago.internal.lifecycle.ApplyRequestValuesExecutor.execute(ApplyRequestValuesExecutor.java:64)
   at 
 org.apache.myfaces.tobago.internal.lifecycle.TobagoLifecycle.executePhase(TobagoLifecycle.java:102)
   at 
 org.apache.myfaces.tobago.internal.lifecycle.TobagoLifecycle.execute(TobagoLifecycle.java:77)
   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:183)
   at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
   at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at 
 org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataFilter.doFilter(TobagoMultipartFormdataFilter.java:122)
   at 
 

[jira] Commented: (TOBAGO-953) f:selectItem itemValue= itemLabel=All / item no longer NULL

2010-11-29 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12964741#action_12964741
 ] 

Guido Dubois commented on TOBAGO-953:
-

What abaut this issue? This is really essential...

 f:selectItem itemValue= itemLabel=All / item no longer NULL
 -

 Key: TOBAGO-953
 URL: https://issues.apache.org/jira/browse/TOBAGO-953
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois

 The value of tx:selectOneChoice gets 0 selecting the first item... The 
 first select item has to return NULL. In version 1.0.x this behaviour works 
 correctly...
   tx:selectOneChoice 
 value=#{tableofproductsController.filterSelectedNorm} 
 label=#{bundle.popupFilterNormFilter} labelWidth=225px
 f:selectItem itemValue= itemLabel=#{bundle.itemAll} /
 f:selectItems 
 value=#{tableofproductsController.filterNormSelectItems} /
   /tx:selectOneChoice

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-929) Render partially doesn't work inside of ToolBar.

2010-11-26 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12935987#action_12935987
 ] 

Guido Dubois commented on TOBAGO-929:
-

It works now, but icon has arrow-cursor and label has text-cursor...

 Render partially doesn't work inside of ToolBar.
 

 Key: TOBAGO-929
 URL: https://issues.apache.org/jira/browse/TOBAGO-929
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois
Assignee: Bernd Bohmann
 Fix For: 1.5.0-alpha-2


 I get an exception clicking on a toolbar button in a box header. There have 
 to open a popup. I can't open the Component Tree in the debug window to see, 
 which component ...ase:267 - WARNING: Component j_id586 just g... it is.
 Inserting the popup code directly from demo example gets the same error...
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.tobago.internal.ajax.AjaxInternalUtils:75 - 
 ajaxComponentIds = page:popupFilter
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.tobago.internal.ajax.AjaxInternalUtils:87 - ajaxComponent 
 for page:popupFilter = 
 org.apache.myfaces.tobago.component.uipo...@394f8e42
 2010-10-23 13:28:48 WARN  - javax.faces.component.UIComponentBase:267 - 
 WARNING: Component j_id586 just got an automatic id, because there was no id 
 assigned yet. If this component was created dynamically (i.e. not by a JSP 
 tag) you should assign it an explicit static id or assign it the id you get 
 from the createUniqueId from the current UIViewRoot component right after 
 creation! Path to Component: {Component-Path : [Class: 
 org.apache.myfaces.tobago.component.UIViewRoot,ViewId: 
 /overview/tableofproducts.xhtml]}
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
 Creating instance of de.ibs.prodis3.overview.ToolbarController
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
 Creating instance of de.ibs.prodis3.overview.PopupDemoteProductController
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
 Creating instance of de.ibs.prodis3.overview.PopupSetSituationController
 2010-10-23 13:28:48 ERROR - javax.faces.webapp._ErrorPageWriter:496 - An 
 exception occurred
 java.lang.StringIndexOutOfBoundsException: String index out of range: -8
   at java.lang.String.substring(Unknown Source)
   at java.lang.String.substring(Unknown Source)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUISheet.invokeOnComponent(AbstractUISheet.java:410)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUIPanelBase.invokeOnComponent(AbstractUIPanelBase.java:33)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUIPanelBase.invokeOnComponent(AbstractUIPanelBase.java:33)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:77)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUIPage.invokeOnComponent(AbstractUIPage.java:298)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
   at 
 org.apache.myfaces.tobago.internal.lifecycle.ApplyRequestValuesExecutor.decodeActionComponent(ApplyRequestValuesExecutor.java:102)
   at 
 org.apache.myfaces.tobago.internal.lifecycle.ApplyRequestValuesExecutor.execute(ApplyRequestValuesExecutor.java:64)
   at 
 org.apache.myfaces.tobago.internal.lifecycle.TobagoLifecycle.executePhase(TobagoLifecycle.java:102)
   at 
 org.apache.myfaces.tobago.internal.lifecycle.TobagoLifecycle.execute(TobagoLifecycle.java:77)
   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:183)
   at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
   at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at 
 org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataFilter.doFilter(TobagoMultipartFormdataFilter.java:122)
   at 
 

[jira] Commented: (TOBAGO-929) Render partially doesn't work inside of ToolBar.

2010-11-26 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12935992#action_12935992
 ] 

Guido Dubois commented on TOBAGO-929:
-

Upps!

In default mode popup is no longer modal with renderedPartially. The 
Components in background are clickable. Without renderedPartially it's ok...

 Render partially doesn't work inside of ToolBar.
 

 Key: TOBAGO-929
 URL: https://issues.apache.org/jira/browse/TOBAGO-929
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois
Assignee: Bernd Bohmann
 Fix For: 1.5.0-alpha-2


 I get an exception clicking on a toolbar button in a box header. There have 
 to open a popup. I can't open the Component Tree in the debug window to see, 
 which component ...ase:267 - WARNING: Component j_id586 just g... it is.
 Inserting the popup code directly from demo example gets the same error...
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.tobago.internal.ajax.AjaxInternalUtils:75 - 
 ajaxComponentIds = page:popupFilter
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.tobago.internal.ajax.AjaxInternalUtils:87 - ajaxComponent 
 for page:popupFilter = 
 org.apache.myfaces.tobago.component.uipo...@394f8e42
 2010-10-23 13:28:48 WARN  - javax.faces.component.UIComponentBase:267 - 
 WARNING: Component j_id586 just got an automatic id, because there was no id 
 assigned yet. If this component was created dynamically (i.e. not by a JSP 
 tag) you should assign it an explicit static id or assign it the id you get 
 from the createUniqueId from the current UIViewRoot component right after 
 creation! Path to Component: {Component-Path : [Class: 
 org.apache.myfaces.tobago.component.UIViewRoot,ViewId: 
 /overview/tableofproducts.xhtml]}
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
 Creating instance of de.ibs.prodis3.overview.ToolbarController
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
 Creating instance of de.ibs.prodis3.overview.PopupDemoteProductController
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
 Creating instance of de.ibs.prodis3.overview.PopupSetSituationController
 2010-10-23 13:28:48 ERROR - javax.faces.webapp._ErrorPageWriter:496 - An 
 exception occurred
 java.lang.StringIndexOutOfBoundsException: String index out of range: -8
   at java.lang.String.substring(Unknown Source)
   at java.lang.String.substring(Unknown Source)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUISheet.invokeOnComponent(AbstractUISheet.java:410)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUIPanelBase.invokeOnComponent(AbstractUIPanelBase.java:33)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUIPanelBase.invokeOnComponent(AbstractUIPanelBase.java:33)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:77)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUIPage.invokeOnComponent(AbstractUIPage.java:298)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
   at 
 org.apache.myfaces.tobago.internal.lifecycle.ApplyRequestValuesExecutor.decodeActionComponent(ApplyRequestValuesExecutor.java:102)
   at 
 org.apache.myfaces.tobago.internal.lifecycle.ApplyRequestValuesExecutor.execute(ApplyRequestValuesExecutor.java:64)
   at 
 org.apache.myfaces.tobago.internal.lifecycle.TobagoLifecycle.executePhase(TobagoLifecycle.java:102)
   at 
 org.apache.myfaces.tobago.internal.lifecycle.TobagoLifecycle.execute(TobagoLifecycle.java:77)
   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:183)
   at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
   at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at 
 

[jira] Created: (TOBAGO-953) f:selectItem itemValue= itemLabel=All / item no longer NULL

2010-11-26 Thread Guido Dubois (JIRA)
f:selectItem itemValue= itemLabel=All / item no longer NULL
-

 Key: TOBAGO-953
 URL: https://issues.apache.org/jira/browse/TOBAGO-953
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois


The value of tx:selectOneChoice gets 0 selecting the first item... The 
first select item has to return NULL. In version 1.0.x this behaviour works 
correctly...

  tx:selectOneChoice 
value=#{tableofproductsController.filterSelectedNorm} 
label=#{bundle.popupFilterNormFilter} labelWidth=225px
f:selectItem itemValue= itemLabel=#{bundle.itemAll} /
f:selectItems 
value=#{tableofproductsController.filterNormSelectItems} /
  /tx:selectOneChoice


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-954) FORM authentication doesn't work anymore with tx:in

2010-11-26 Thread Guido Dubois (JIRA)
FORM authentication doesn't work anymore with tx:in
-

 Key: TOBAGO-954
 URL: https://issues.apache.org/jira/browse/TOBAGO-954
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois


FORM authentication doesn't work anymore with tx:in tag. With the manually 
inserted tc:panel.../tc:panel code it works like in version 1.0.x

tc:panel
  f:facet name=layout
tc:gridLayout columns=200px;* /
  /f:facet
  tc:label for=j_username value=#{bundle.loginCompanyCode}/
  tc:in id=j_username /
/tc:panel
!--tx:in id=j_username--
!--  label=#{bundle.loginCompanyCode} labelWidth=200px /--

tc:panel
  f:facet name=layout
tc:gridLayout columns=200px;* /
  /f:facet
  tc:label for=j_password value=#{bundle.loginPassword}/
  tc:in id=j_password password=true /
/tc:panel
!--tx:in id=j_password password=true--
!--  label=#{bundle.loginPassword} labelWidth=200px /--


JS functions:
  initLoginForm: function() {
user = document.getElementById(page:j_username);
if (user) user.name = j_username;

pass = document.getElementById(page:j_password);
if (pass) pass.name = j_password;
  },

  submitLoginForm: function(contextPath) {
form = document.getElementById(page::form);
if (form) {
  form.action = contextPath + /j_security_check;
  form.submit();
}
  },


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-929) Render partially doesn't work inside of ToolBar.

2010-11-16 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932735#action_12932735
 ] 

Guido Dubois commented on TOBAGO-929:
-

renderedPartially works now in toolbar!

But now there is an other behaviour. In the class-attributes are rendered a  
tobago-button-class like this ...class=tobago-boxToolBar-item tobago-button. 
That's wrong.

div class=tobago-box-headerToolbarspan style=width: 101px; height: 19px; 
left: 1px; title=Alle Produkte anzeigen (Filter beibehalten) 
class=tobago-boxToolBar-item tobago-buttonspan 
onclick=Tobago.submitAction(this, 'page:filterShowAllButton', true); 
id=page:filterShowAllButton style=width: 101px; height: 19px; top: 0px; 
left: 0px; class=tobago-boxToolBar-button tobago-buttonimg style=width: 
16px; height: 16px; top: 2px; left: 3px; alt=Alle anzeigen 
src=/prodis3/prodis3-resource/html/standard/standard/image/searchnone.pngspan
 style=width: 76px; height: 14px; top: 3px; left: 22px; 
class=tobago-boxToolBar-label tobago-buttonAlle 
anzeigen/span/span/spanspan style=width: 54px; height: 19px; left: 
1px; title=Filter einstellen... class=tobago-boxToolBar-item 
tobago-buttonspan onclick=Tobago.openPopupWithAction(this, 
'page:popupFilter', 'page:j_id149'); id=page:j_id149 style=width: 54px; 
height: 19px; top: 0px; left: 0px; class=tobago-boxToolBar-button 
tobago-buttonimg style=width: 16px; height: 16px; top: 2px; left: 3px; 
alt=Filter 
src=/prodis3/prodis3-resource/html/standard/standard/image/search.pngspan 
style=width: 29px; height: 14px; top: 3px; left: 22px; 
class=tobago-boxToolBar-label tobago-buttonFilter/span/span/span/div

Same behaviour in a normal toolbar. I tried the demo. There it works correctly. 
I can't find any reason...

 Render partially doesn't work inside of ToolBar.
 

 Key: TOBAGO-929
 URL: https://issues.apache.org/jira/browse/TOBAGO-929
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois
Assignee: Bernd Bohmann
 Fix For: 1.5.0-alpha-2


 I get an exception clicking on a toolbar button in a box header. There have 
 to open a popup. I can't open the Component Tree in the debug window to see, 
 which component ...ase:267 - WARNING: Component j_id586 just g... it is.
 Inserting the popup code directly from demo example gets the same error...
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.tobago.internal.ajax.AjaxInternalUtils:75 - 
 ajaxComponentIds = page:popupFilter
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.tobago.internal.ajax.AjaxInternalUtils:87 - ajaxComponent 
 for page:popupFilter = 
 org.apache.myfaces.tobago.component.uipo...@394f8e42
 2010-10-23 13:28:48 WARN  - javax.faces.component.UIComponentBase:267 - 
 WARNING: Component j_id586 just got an automatic id, because there was no id 
 assigned yet. If this component was created dynamically (i.e. not by a JSP 
 tag) you should assign it an explicit static id or assign it the id you get 
 from the createUniqueId from the current UIViewRoot component right after 
 creation! Path to Component: {Component-Path : [Class: 
 org.apache.myfaces.tobago.component.UIViewRoot,ViewId: 
 /overview/tableofproducts.xhtml]}
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
 Creating instance of de.ibs.prodis3.overview.ToolbarController
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
 Creating instance of de.ibs.prodis3.overview.PopupDemoteProductController
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
 Creating instance of de.ibs.prodis3.overview.PopupSetSituationController
 2010-10-23 13:28:48 ERROR - javax.faces.webapp._ErrorPageWriter:496 - An 
 exception occurred
 java.lang.StringIndexOutOfBoundsException: String index out of range: -8
   at java.lang.String.substring(Unknown Source)
   at java.lang.String.substring(Unknown Source)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUISheet.invokeOnComponent(AbstractUISheet.java:410)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUIPanelBase.invokeOnComponent(AbstractUIPanelBase.java:33)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
   at 
 

[jira] Commented: (TOBAGO-929) tc:toolBarCommand in box header

2010-11-02 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12927532#action_12927532
 ] 

Guido Dubois commented on TOBAGO-929:
-

The problem is renderedPartially! Neither version (1) nor version (2) works. 
Without renderedPartially it works, but the page is reloaded completely...

tc:toolBarCommand label=#{bundle.filterButton}
  actionListener=#{tableofproductsController.doFilteringClick}
  image=image/search.png tip=#{bundle.filterButtonTip} 
!--(1)   renderedPartially=popupFilter --
!--(2) tc:attribute name=renderedPartially value=popupFilter 
/--

  tc:popupReference for=popupFilter /

  !-- Popup dialog Filter --
  ui:include src=/overview/popupFilter.xhtml /
/tc:toolBarCommand


 tc:toolBarCommand in box header
 -

 Key: TOBAGO-929
 URL: https://issues.apache.org/jira/browse/TOBAGO-929
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois

 I get an exception clicking on a toolbar button in a box header. There have 
 to open a popup. I can't open the Component Tree in the debug window to see, 
 which component ...ase:267 - WARNING: Component j_id586 just g... it is.
 Inserting the popup code directly from demo example gets the same error...
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.tobago.internal.ajax.AjaxInternalUtils:75 - 
 ajaxComponentIds = page:popupFilter
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.tobago.internal.ajax.AjaxInternalUtils:87 - ajaxComponent 
 for page:popupFilter = 
 org.apache.myfaces.tobago.component.uipo...@394f8e42
 2010-10-23 13:28:48 WARN  - javax.faces.component.UIComponentBase:267 - 
 WARNING: Component j_id586 just got an automatic id, because there was no id 
 assigned yet. If this component was created dynamically (i.e. not by a JSP 
 tag) you should assign it an explicit static id or assign it the id you get 
 from the createUniqueId from the current UIViewRoot component right after 
 creation! Path to Component: {Component-Path : [Class: 
 org.apache.myfaces.tobago.component.UIViewRoot,ViewId: 
 /overview/tableofproducts.xhtml]}
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
 Creating instance of de.ibs.prodis3.overview.ToolbarController
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
 Creating instance of de.ibs.prodis3.overview.PopupDemoteProductController
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
 Creating instance of de.ibs.prodis3.overview.PopupSetSituationController
 2010-10-23 13:28:48 ERROR - javax.faces.webapp._ErrorPageWriter:496 - An 
 exception occurred
 java.lang.StringIndexOutOfBoundsException: String index out of range: -8
   at java.lang.String.substring(Unknown Source)
   at java.lang.String.substring(Unknown Source)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUISheet.invokeOnComponent(AbstractUISheet.java:410)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUIPanelBase.invokeOnComponent(AbstractUIPanelBase.java:33)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUIPanelBase.invokeOnComponent(AbstractUIPanelBase.java:33)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:77)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUIPage.invokeOnComponent(AbstractUIPage.java:298)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
   at 
 org.apache.myfaces.tobago.internal.lifecycle.ApplyRequestValuesExecutor.decodeActionComponent(ApplyRequestValuesExecutor.java:102)
   at 
 org.apache.myfaces.tobago.internal.lifecycle.ApplyRequestValuesExecutor.execute(ApplyRequestValuesExecutor.java:64)
   at 
 org.apache.myfaces.tobago.internal.lifecycle.TobagoLifecycle.executePhase(TobagoLifecycle.java:102)
   at 
 

[jira] Commented: (TOBAGO-929) tc:toolBarCommand in box header

2010-11-02 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12927534#action_12927534
 ] 

Guido Dubois commented on TOBAGO-929:
-

...in the demo app you have done the toolbar-popup-case without 
renderedPartially too. The Ref.-Partial case doesn't work in demo app.

 tc:toolBarCommand in box header
 -

 Key: TOBAGO-929
 URL: https://issues.apache.org/jira/browse/TOBAGO-929
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois

 I get an exception clicking on a toolbar button in a box header. There have 
 to open a popup. I can't open the Component Tree in the debug window to see, 
 which component ...ase:267 - WARNING: Component j_id586 just g... it is.
 Inserting the popup code directly from demo example gets the same error...
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.tobago.internal.ajax.AjaxInternalUtils:75 - 
 ajaxComponentIds = page:popupFilter
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.tobago.internal.ajax.AjaxInternalUtils:87 - ajaxComponent 
 for page:popupFilter = 
 org.apache.myfaces.tobago.component.uipo...@394f8e42
 2010-10-23 13:28:48 WARN  - javax.faces.component.UIComponentBase:267 - 
 WARNING: Component j_id586 just got an automatic id, because there was no id 
 assigned yet. If this component was created dynamically (i.e. not by a JSP 
 tag) you should assign it an explicit static id or assign it the id you get 
 from the createUniqueId from the current UIViewRoot component right after 
 creation! Path to Component: {Component-Path : [Class: 
 org.apache.myfaces.tobago.component.UIViewRoot,ViewId: 
 /overview/tableofproducts.xhtml]}
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
 Creating instance of de.ibs.prodis3.overview.ToolbarController
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
 Creating instance of de.ibs.prodis3.overview.PopupDemoteProductController
 2010-10-23 13:28:48 INFO  - 
 org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
 Creating instance of de.ibs.prodis3.overview.PopupSetSituationController
 2010-10-23 13:28:48 ERROR - javax.faces.webapp._ErrorPageWriter:496 - An 
 exception occurred
 java.lang.StringIndexOutOfBoundsException: String index out of range: -8
   at java.lang.String.substring(Unknown Source)
   at java.lang.String.substring(Unknown Source)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUISheet.invokeOnComponent(AbstractUISheet.java:410)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUIPanelBase.invokeOnComponent(AbstractUIPanelBase.java:33)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUIPanelBase.invokeOnComponent(AbstractUIPanelBase.java:33)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:77)
   at 
 org.apache.myfaces.tobago.internal.component.AbstractUIPage.invokeOnComponent(AbstractUIPage.java:298)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
   at 
 org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
   at 
 org.apache.myfaces.tobago.internal.lifecycle.ApplyRequestValuesExecutor.decodeActionComponent(ApplyRequestValuesExecutor.java:102)
   at 
 org.apache.myfaces.tobago.internal.lifecycle.ApplyRequestValuesExecutor.execute(ApplyRequestValuesExecutor.java:64)
   at 
 org.apache.myfaces.tobago.internal.lifecycle.TobagoLifecycle.executePhase(TobagoLifecycle.java:102)
   at 
 org.apache.myfaces.tobago.internal.lifecycle.TobagoLifecycle.execute(TobagoLifecycle.java:77)
   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:183)
   at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
   at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at 
 org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataFilter.doFilter(TobagoMultipartFormdataFilter.java:122)
   at 
 

[jira] Commented: (TOBAGO-926) tc:popup transparent

2010-10-29 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12926323#action_12926323
 ] 

Guido Dubois commented on TOBAGO-926:
-

Thanks for the suggestion! I droped this code from the style-file and now it 
works fine...

.tobago-popup {
  opacity: 0.75;
  filter: alpha(opacity = 75);
  -moz-opacity: 0.75;
}


 tc:popup transparent
 --

 Key: TOBAGO-926
 URL: https://issues.apache.org/jira/browse/TOBAGO-926
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois
 Attachments: transparent_popup.png


 Popup trought tc:toolBarCommand is transparent.
   tc:toolBarCommand id=toolbarButtonNewProduct
 actionListener=#{toolbarController.newProductClick}
 label=#{bundle.toolNewProduct} image=image/filenew.png
 tip=#{bundle.tooltipNewProduct} immediate=false
 transition=true
 tc:popupReference for=popupNewProduct /
 ui:include src=/overview/popupNewProduct.xhtml /
   /tc:toolBarCommand

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-928) Button tc:toolBarCommand gets not correct width if using other fonts than arial

2010-10-23 Thread Guido Dubois (JIRA)
Button tc:toolBarCommand gets not correct width if using other fonts than 
arial
-

 Key: TOBAGO-928
 URL: https://issues.apache.org/jira/browse/TOBAGO-928
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois


Toolbar buttons gets not the correct width if using other fonts than arial...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-929) tc:toolBarCommand in box header

2010-10-23 Thread Guido Dubois (JIRA)
tc:toolBarCommand in box header
-

 Key: TOBAGO-929
 URL: https://issues.apache.org/jira/browse/TOBAGO-929
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois


I get an exception clicking on a toolbar button in a box header. There have to 
open a popup. I can't open the Component Tree in the debug window to see, which 
component ...ase:267 - WARNING: Component j_id586 just g... it is.

Inserting the popup code directly from demo example gets the same error...


2010-10-23 13:28:48 INFO  - 
org.apache.myfaces.tobago.internal.ajax.AjaxInternalUtils:75 - ajaxComponentIds 
= page:popupFilter
2010-10-23 13:28:48 INFO  - 
org.apache.myfaces.tobago.internal.ajax.AjaxInternalUtils:87 - ajaxComponent 
for page:popupFilter = org.apache.myfaces.tobago.component.uipo...@394f8e42
2010-10-23 13:28:48 WARN  - javax.faces.component.UIComponentBase:267 - 
WARNING: Component j_id586 just got an automatic id, because there was no id 
assigned yet. If this component was created dynamically (i.e. not by a JSP tag) 
you should assign it an explicit static id or assign it the id you get from the 
createUniqueId from the current UIViewRoot component right after creation! Path 
to Component: {Component-Path : [Class: 
org.apache.myfaces.tobago.component.UIViewRoot,ViewId: 
/overview/tableofproducts.xhtml]}
2010-10-23 13:28:48 INFO  - 
org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
Creating instance of de.ibs.prodis3.overview.ToolbarController
2010-10-23 13:28:48 INFO  - 
org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
Creating instance of de.ibs.prodis3.overview.PopupDemoteProductController
2010-10-23 13:28:48 INFO  - 
org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:47 - 
Creating instance of de.ibs.prodis3.overview.PopupSetSituationController
2010-10-23 13:28:48 ERROR - javax.faces.webapp._ErrorPageWriter:496 - An 
exception occurred
java.lang.StringIndexOutOfBoundsException: String index out of range: -8
at java.lang.String.substring(Unknown Source)
at java.lang.String.substring(Unknown Source)
at 
org.apache.myfaces.tobago.internal.component.AbstractUISheet.invokeOnComponent(AbstractUISheet.java:410)
at 
org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
at 
org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
at 
org.apache.myfaces.tobago.internal.component.AbstractUIPanelBase.invokeOnComponent(AbstractUIPanelBase.java:33)
at 
org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
at 
org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
at 
org.apache.myfaces.tobago.internal.component.AbstractUIPanelBase.invokeOnComponent(AbstractUIPanelBase.java:33)
at 
org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
at 
org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:77)
at 
org.apache.myfaces.tobago.internal.component.AbstractUIPage.invokeOnComponent(AbstractUIPage.java:298)
at 
org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponentFacetsAndChildren(FacesUtils.java:99)
at 
org.apache.myfaces.tobago.compat.FacesUtils.invokeOnComponent(FacesUtils.java:82)
at 
org.apache.myfaces.tobago.internal.lifecycle.ApplyRequestValuesExecutor.decodeActionComponent(ApplyRequestValuesExecutor.java:102)
at 
org.apache.myfaces.tobago.internal.lifecycle.ApplyRequestValuesExecutor.execute(ApplyRequestValuesExecutor.java:64)
at 
org.apache.myfaces.tobago.internal.lifecycle.TobagoLifecycle.executePhase(TobagoLifecycle.java:102)
at 
org.apache.myfaces.tobago.internal.lifecycle.TobagoLifecycle.execute(TobagoLifecycle.java:77)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:183)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataFilter.doFilter(TobagoMultipartFormdataFilter.java:122)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 

[jira] Created: (TOBAGO-926) tc:popup transparent

2010-10-20 Thread Guido Dubois (JIRA)
tc:popup transparent
--

 Key: TOBAGO-926
 URL: https://issues.apache.org/jira/browse/TOBAGO-926
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois


Popup trought tc:toolBarCommand is transparent.

  tc:toolBarCommand id=toolbarButtonNewProduct
actionListener=#{toolbarController.newProductClick}
label=#{bundle.toolNewProduct} image=image/filenew.png
tip=#{bundle.tooltipNewProduct} immediate=false
transition=true
tc:popupReference for=popupNewProduct /
ui:include src=/overview/popupNewProduct.xhtml /
  /tc:toolBarCommand


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-927) Cursor tc:toolBarCommand

2010-10-20 Thread Guido Dubois (JIRA)
Cursor tc:toolBarCommand
--

 Key: TOBAGO-927
 URL: https://issues.apache.org/jira/browse/TOBAGO-927
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois


Cursors on tc:toolBarCommand not hand cursor

image - arrow
label - text cursor

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-926) tc:popup transparent

2010-10-20 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12922904#action_12922904
 ] 

Guido Dubois commented on TOBAGO-926:
-

...and buttons, links in background are active...

 tc:popup transparent
 --

 Key: TOBAGO-926
 URL: https://issues.apache.org/jira/browse/TOBAGO-926
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.5.0-alpha-2
 Environment: Facelets
Reporter: Guido Dubois

 Popup trought tc:toolBarCommand is transparent.
   tc:toolBarCommand id=toolbarButtonNewProduct
 actionListener=#{toolbarController.newProductClick}
 label=#{bundle.toolNewProduct} image=image/filenew.png
 tip=#{bundle.tooltipNewProduct} immediate=false
 transition=true
 tc:popupReference for=popupNewProduct /
 ui:include src=/overview/popupNewProduct.xhtml /
   /tc:toolBarCommand

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-912) tc:validateFileItem define multiple contentType

2010-09-02 Thread Guido Dubois (JIRA)
tc:validateFileItem define multiple contentType
---

 Key: TOBAGO-912
 URL: https://issues.apache.org/jira/browse/TOBAGO-912
 Project: MyFaces Tobago
  Issue Type: New Feature
  Components: Core
Affects Versions: 1.0.28
Reporter: Guido Dubois


Is it possible - if yes, how to do this - or it woul'd be nice to be able to 
define multiple content types in tag tc:validateFileItem for file uploads 
like follows

tc:validateFileItem maxSize=5242880 
contentType=application/pdf, application/vnd.ms-excel /


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-845) CSS load order wrong - tobago-menu.css is loaded at last after own css

2010-01-17 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12801377#action_12801377
 ] 

Guido Dubois commented on TOBAGO-845:
-

That doesn't matter. Thanks Volker, like this it works...

 CSS load order wrong - tobago-menu.css is loaded at last after own css
 --

 Key: TOBAGO-845
 URL: https://issues.apache.org/jira/browse/TOBAGO-845
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Themes
Affects Versions: 1.0.23
 Environment: JSP-Style, FF 3.5.7, IE 7/8
Reporter: Guido Dubois

 CSS for tobago-menu is loaded to late, see below. My own styles have to be 
 loaded at last like discribed in the documentation
 http://.../org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
 http://.../org/apache/myfaces/tobago/renderkit/html/scarborough/mozilla/style/style.css
 http://.../org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css
 http://.../org/apache/myfaces/tobago/renderkit/html/speyside/mozilla/style/style.css
 http://.../v5300-resource/html/standard/standard/style/v5300.css
 http://.../v5300-resource/html/standard/mozilla/style/v5300.css
 http://.../v5300-resource/html/standard/standard/style/tobago-menu.css
 http://.../org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago-menu.css
 http://.../org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago-menu.css

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-845) CSS load order wrong - tobago-menu.css is loaded at last after own css

2010-01-16 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12801208#action_12801208
 ] 

Guido Dubois commented on TOBAGO-845:
-

Sorry Volker, but if you have a look at the load order above, you will see that 
I named the file tobago-menu.css and that it is not loaded after the lib 
styles. Wath is wrong?

 CSS load order wrong - tobago-menu.css is loaded at last after own css
 --

 Key: TOBAGO-845
 URL: https://issues.apache.org/jira/browse/TOBAGO-845
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Themes
Affects Versions: 1.0.23
 Environment: JSP-Style, FF 3.5.7, IE 7/8
Reporter: Guido Dubois

 CSS for tobago-menu is loaded to late, see below. My own styles have to be 
 loaded at last like discribed in the documentation
 http://.../org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
 http://.../org/apache/myfaces/tobago/renderkit/html/scarborough/mozilla/style/style.css
 http://.../org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css
 http://.../org/apache/myfaces/tobago/renderkit/html/speyside/mozilla/style/style.css
 http://.../v5300-resource/html/standard/standard/style/v5300.css
 http://.../v5300-resource/html/standard/mozilla/style/v5300.css
 http://.../v5300-resource/html/standard/standard/style/tobago-menu.css
 http://.../org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago-menu.css
 http://.../org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago-menu.css

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-845) CSS load order wrong - tobago-menu.css is loaded at last after own css

2010-01-15 Thread Guido Dubois (JIRA)
CSS load order wrong - tobago-menu.css is loaded at last after own css
--

 Key: TOBAGO-845
 URL: https://issues.apache.org/jira/browse/TOBAGO-845
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Themes
Affects Versions: 1.0.23
 Environment: JSP-Style, FF 3.5.7, IE 7/8
Reporter: Guido Dubois


CSS for tobago-menu is loaded to late, see below. My own styles have to be 
loaded at last like discribed in the documentation

http://.../org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
http://.../org/apache/myfaces/tobago/renderkit/html/scarborough/mozilla/style/style.css
http://.../org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css
http://.../org/apache/myfaces/tobago/renderkit/html/speyside/mozilla/style/style.css
http://.../v5300-resource/html/standard/standard/style/v5300.css
http://.../v5300-resource/html/standard/mozilla/style/v5300.css
http://.../v5300-resource/html/standard/standard/style/tobago-menu.css
http://.../org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago-menu.css
http://.../org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago-menu.css

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-771) Facelets, all input components (tc:in) inside a tc:sheet causes NullPointerException

2009-07-06 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12727798#action_12727798
 ] 

Guido Dubois commented on TOBAGO-771:
-

2009-07-06 23:51:37 ERROR - javax.faces.webapp._ErrorPageWriter:363 - An 
exception occurred
java.lang.NullPointerException
at 
javax.faces.component.UIData.restoreDescendantComponentStates(UIData.java:345)
at 
javax.faces.component.UIData.restoreDescendantComponentStates(UIData.java:357)
at 
javax.faces.component.UIData.restoreDescendantComponentStates(UIData.java:357)
at 
javax.faces.component.UIData.restoreDescendantComponentStates(UIData.java:357)
at 
javax.faces.component.UIData.restoreDescendantComponentStates(UIData.java:357)
at 
javax.faces.component.UIData.restoreDescendantComponentStates(UIData.java:357)
at 
javax.faces.component.UIData.restoreDescendantComponentStates(UIData.java:357)
at 
javax.faces.component.UIData.restoreDescendantComponentStates(UIData.java:357)
at 
javax.faces.component.UIData.restoreDescendantComponentStates(UIData.java:357)
at javax.faces.component.UIData.setRowIndex(UIData.java:285)
at 
org.apache.myfaces.tobago.component.ComponentUtil.prepareOnUIData(ComponentUtil.java:1388)
at 
org.apache.myfaces.tobago.component.ComponentUtil.invokeOrPrepare(ComponentUtil.java:1314)
at 
org.apache.myfaces.tobago.component.ComponentUtil.prepareOnUIComponent(ComponentUtil.java:1344)
at 
org.apache.myfaces.tobago.component.ComponentUtil.invokeOrPrepare(ComponentUtil.java:1318)
at 
org.apache.myfaces.tobago.component.ComponentUtil.prepareOnUIComponent(ComponentUtil.java:1344)
at 
org.apache.myfaces.tobago.component.ComponentUtil.invokeOrPrepare(ComponentUtil.java:1318)
at 
org.apache.myfaces.tobago.component.ComponentUtil.prepareOnUIForm(ComponentUtil.java:1337)
at 
org.apache.myfaces.tobago.component.ComponentUtil.invokeOrPrepare(ComponentUtil.java:1316)
at 
org.apache.myfaces.tobago.component.ComponentUtil.prepareOnUIComponent(ComponentUtil.java:1344)
at 
org.apache.myfaces.tobago.component.ComponentUtil.invokeOrPrepare(ComponentUtil.java:1318)
at 
org.apache.myfaces.tobago.component.ComponentUtil.invokeOnComponent(ComponentUtil.java:1306)
at 
org.apache.myfaces.tobago.ajax.api.AjaxResponseRenderer.renderComponent(AjaxResponseRenderer.java:139)
at 
org.apache.myfaces.tobago.ajax.api.AjaxResponseRenderer.renderResponse(AjaxResponseRenderer.java:119)
at 
org.apache.myfaces.tobago.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:47)
at 
org.apache.myfaces.tobago.lifecycle.TobagoLifecycle.render(TobagoLifecycle.java:140)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:147)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataFilter.doFilter(TobagoMultipartFormdataFilter.java:127)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:568)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Unknown Source)



Code:
...
  tc:cell spanX=4

tc:sheet 
value=#{popupcheckedproductController.testlabcheckdataList} 
id=tableoftestlabcheckdata
  
columns=18px;200px;150px;150px;18px;18px;18px;18px;18px;18px;18px;1*
  var=testlabcheckdata 
state=#{tableofproductsController.sheetStateTestlabCheckData} 
showHeader=true
  showRowRange=left showPageRange=none showDirectLinks=none
  first=0 rows=100 

[jira] Created: (TOBAGO-772) Facelets, validation in popup only executed once

2009-07-04 Thread Guido Dubois (JIRA)
Facelets, validation in popup only executed once


 Key: TOBAGO-772
 URL: https://issues.apache.org/jira/browse/TOBAGO-772
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.22
 Environment: Facelets 1.1.14, MyFaces 1.1.6 snap (08.01.2008), Tobago 
1.0.22 snap (14.06.2009) 
Reporter: Guido Dubois


If you have for e.g. required fields in a popup, the validation for required is 
only executed once. If you submit a second time, required is ignored. Same 
behavior for converting errors in input fields.

- Used components tc:in and tc:selectOneChoice
- After the first submit, components are not marked as invalid (missing red 
border)

- tx-components are completly not rerendered after validation errors


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-771) Facelets, all input components (tc:in) inside a tc:sheet causes NullPointerException

2009-07-03 Thread Guido Dubois (JIRA)
Facelets, all input components (tc:in) inside a tc:sheet causes 
NullPointerException


 Key: TOBAGO-771
 URL: https://issues.apache.org/jira/browse/TOBAGO-771
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.22
 Environment: Facelets 1.1.14, MyFaces 1.1.6 snap (08.01.2008), Tobago 
1.0.22 snap (14.06.2009) 
Reporter: Guido Dubois


Facelets, all input components like tc:in or tc:selectBooleanCheckbox inside a 
tc:sheet causes NullPointerException. It's the same behavior like described in 
#TOBAGO-72.

tc:out works.

I want to use a checkbox in the sheet-rows...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-725) In FF3x and OP9x menu overlaps popup

2008-11-14 Thread Guido Dubois (JIRA)
In FF3x and OP9x menu overlaps popup


 Key: TOBAGO-725
 URL: https://issues.apache.org/jira/browse/TOBAGO-725
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.21
 Environment: Facelets 1.1.14, MyFaces 1.1.6 snap (08.01.2008), Tobago 
1.0.21 snap (06.11.2008) 
Reporter: Guido Dubois


In Firefox 3 and Opera 9 menu overlaps a popup box. Links are not deactivated. 
See attachement

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-682) Facelets, page is not rendered correct, it toggles from ok - wrong - ok - wrong... by executing an actionListener

2008-06-14 Thread Guido Dubois (JIRA)
Facelets, page is not rendered correct, it toggles from ok - wrong - ok - 
wrong... by executing an actionListener
-

 Key: TOBAGO-682
 URL: https://issues.apache.org/jira/browse/TOBAGO-682
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.18
 Environment: Facelets 1.1.14, MyFaces 1.1.6 snap (08.01.2008), Tobago 
1.0.18 snap (13.06.2008) 
Reporter: Guido Dubois


If I start the site, I get the right rendered result like in picture (1). But 
the following warnings will be logged.

02:43:18,927 INFO  [PageRendererBase] actionPosition='10px,115px,20px,12px'
02:43:19,130 ERROR [STDERR] 14.06.2008 02:43:19 
com.sun.facelets.impl.DefaultFacelet refresh
INFO: 
Facelet[/file:/C:/Programme/jboss-4.2.2.GA/server/default/tmp/deploy/tmp2320gut_prodis3EAR.ear-contents/gut_prodis3Client-exp.war/WEB-INF/lib/tobago-facelets-1.0.18-SNAPSHOT.jar!/META-INF/in.xml]
 was modified @ 02:43:19, flushing component applied @ 02:43:08
02:43:19,130 ERROR [STDERR] 14.06.2008 02:43:19 
com.sun.facelets.impl.DefaultFacelet refresh
INFO: 
Facelet[/file:/C:/Programme/jboss-4.2.2.GA/server/default/tmp/deploy/tmp2320gut_prodis3EAR.ear-contents/gut_prodis3Client-exp.war/WEB-INF/lib/tobago-facelets-1.0.18-SNAPSHOT.jar!/META-INF/in.xml]
 was modified @ 02:43:19, flushing component applied @ 02:43:08
02:43:19,130 WARN  [GridLayoutRenderer] Unable to calculate Height for token 
'1*'! using 'fixed' , component:page:_id77 is Panel
02:43:19,130 WARN  [GridLayoutRenderer] Unable to calculate Height for token 
'1*'! using 'fixed' , component:page:_id80 is Panel
02:43:19,130 WARN  [GridLayoutRenderer] Unable to calculate Height for token 
'1*'! using 'fixed' , component:page:_id77 is Panel
02:43:19,130 WARN  [GridLayoutRenderer] Unable to calculate Height for token 
'1*'! using 'fixed' , component:page:_id80 is Panel
02:43:19,146 INFO  [PageRenderer] get clientDebugSeverity = 2;hide
02:43:19,287 INFO  [DebugPhaseListener] Total response time : 375 milliseconds



Then I click a flag on the left side - there will only be executed an 
actionListener to switch the language - and I will get a wrong rendered site 
like in pictute (2) with the following log info

02:43:58,604 INFO  [PageRendererBase] actionPosition='10px,115px,20px,12px'
02:43:58,713 ERROR [STDERR] 14.06.2008 02:43:58 
com.sun.facelets.impl.DefaultFacelet refresh
INFO: 
Facelet[/file:/C:/Programme/jboss-4.2.2.GA/server/default/tmp/deploy/tmp2320gut_prodis3EAR.ear-contents/gut_prodis3Client-exp.war/WEB-INF/lib/tobago-facelets-1.0.18-SNAPSHOT.jar!/META-INF/in.xml]
 was modified @ 02:43:58, flushing component applied @ 02:43:21
02:43:58,713 ERROR [STDERR] 14.06.2008 02:43:58 
com.sun.facelets.impl.DefaultFacelet refresh
INFO: 
Facelet[/file:/C:/Programme/jboss-4.2.2.GA/server/default/tmp/deploy/tmp2320gut_prodis3EAR.ear-contents/gut_prodis3Client-exp.war/WEB-INF/lib/tobago-facelets-1.0.18-SNAPSHOT.jar!/META-INF/in.xml]
 was modified @ 02:43:58, flushing component applied @ 02:43:21
02:43:58,713 ERROR [STDERR] 14.06.2008 02:43:58 
com.sun.facelets.impl.DefaultFacelet refresh
INFO: 
Facelet[/file:/C:/Programme/jboss-4.2.2.GA/server/default/tmp/deploy/tmp2320gut_prodis3EAR.ear-contents/gut_prodis3Client-exp.war/WEB-INF/lib/tobago-facelets-1.0.18-SNAPSHOT.jar!/META-INF/in.xml]
 was modified @ 02:43:58, flushing component applied @ 02:43:21
02:43:58,713 ERROR [STDERR] 14.06.2008 02:43:58 
com.sun.facelets.impl.DefaultFacelet refresh
INFO: 
Facelet[/file:/C:/Programme/jboss-4.2.2.GA/server/default/tmp/deploy/tmp2320gut_prodis3EAR.ear-contents/gut_prodis3Client-exp.war/WEB-INF/lib/tobago-facelets-1.0.18-SNAPSHOT.jar!/META-INF/in.xml]
 was modified @ 02:43:58, flushing component applied @ 02:43:21
02:43:58,745 INFO  [PageRenderer] get clientDebugSeverity = 2;hide
02:43:58,776 INFO  [DebugPhaseListener] Total response time : 188 milliseconds



If I click the falg again, I get the right site again. It toggles by clicken 
right - wrong - right - wrong



I changed the in.xml file of the tobago-facelets-1.0.18-SNAPSHOT.jar file like 
follows. I have added rows=fixed because in the API-Doc is written

FIXED   any combination of FIXED or PIXEL but no PROPORTIONAL   okay
FIXED   any combination with at least one PROPORTIONAL  wrong   LayoutManager 
cannot compute the fixed value.

And an omitted rows attribute is like rows=*. After this the warnings are 
gone.

  tc:panel rendered=${rendered}
f:facet name=layout
  tc:gridLayout columns=${labelWidth};* rows=fixed/
/f:facet
tc:label value=${label} for=@auto tip=${tip}/
c:choose

02:49:06,588 INFO  [PageRendererBase] actionPosition='10px,115px,20px,12px'
02:49:06,745 ERROR [STDERR] 14.06.2008 02:49:06 
com.sun.facelets.impl.DefaultFacelet refresh

[jira] Created: (TOBAGO-681) Facelets link Component Tree in Debug Output window doesn't work

2008-06-13 Thread Guido Dubois (JIRA)
Facelets link Component Tree in Debug Output window doesn't work
--

 Key: TOBAGO-681
 URL: https://issues.apache.org/jira/browse/TOBAGO-681
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.18
 Environment: Facelets 1.1.14, MyFaces 1.1.6 snap (08.01.2008), Tobago 
1.0.18 snap (13.06.2008)
Reporter: Guido Dubois


If you open the facelets debug window and you want to show the component tree 
by clicking the link, the tree doesn't open.

The link Scoped Variables works fine...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-649) SelectOneRadio doesn't render error frame in mozilla browsers

2008-04-17 Thread Guido Dubois (JIRA)
SelectOneRadio doesn't render error frame in mozilla browsers
-

 Key: TOBAGO-649
 URL: https://issues.apache.org/jira/browse/TOBAGO-649
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.17
Reporter: Guido Dubois
Priority: Minor


If you get an error, the SelectOneRadio doesn't render error frame in mozilla 
browsers like Firefox, SeaMonkey. The style classes 

tobago-selectOneRadio-error and 
tobago-selectOneRadio-required will be rendered correctly.

In IE it works fine...



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-640) getSubmittedValue() of tc:selectOneRadio binding in a popup dialog returns always value of first item

2008-03-21 Thread Guido Dubois (JIRA)
getSubmittedValue() of tc:selectOneRadio binding in a popup dialog returns 
always value of first item
---

 Key: TOBAGO-640
 URL: https://issues.apache.org/jira/browse/TOBAGO-640
 Project: MyFaces Tobago
  Issue Type: Bug
 Environment: Facelets 1.1.14, MyFaces 1.1.6 snap (08.01.2008), Tobago 
1.0.16 snap (19.03.2008)
Reporter: Guido Dubois


...
tc:selectOneRadio id=extraLabel
  value=#{popuprequestprodisController.extraLabel}
  f:attribute name=binding
value=#{popuprequestprodisController.extraLabelSelectOne} /
  tc:selectItems
value=#{popuprequestprodisController.productExtraLabelItems} 
/
  f:facet name=click
tc:command
  
actionListener=#{popuprequestprodisController.selectExtraLabelClick}
  immediate=true
  tc:attribute name=renderedPartially
value=panelExtraLabelContainer /
/tc:command
  /f:facet
/tc:selectOneRadio
...

...
String item = this.extraLabelSelectOne.getSubmittedValue().toString();
...

item gets always the value of the first SelectItem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-641) converter in tc:selectOneRadio doesn't work

2008-03-21 Thread Guido Dubois (JIRA)
converter in tc:selectOneRadio doesn't work
-

 Key: TOBAGO-641
 URL: https://issues.apache.org/jira/browse/TOBAGO-641
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.16
 Environment: Facelets 1.1.14, MyFaces 1.1.6 snap (08.01.2008), Tobago 
1.0.16 snap (19.03.2008)
Reporter: Guido Dubois


...
tc:selectOneRadio id=extraLabel
  value=#{popuprequestprodisController.extraLabel}
  f:attribute name=binding
value=#{popuprequestprodisController.extraLabelSelectOne} /
  f:attribute name=converter
value=#{modelController.labelConverter} /
  tc:selectItems
value=#{popuprequestprodisController.productExtraLabelItems} 
/
/tc:selectOneRadio
...

The converter doesn't work. The same converter used in a tc:in works fine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-572) Duplicate component id with tc:selectOneRadio

2008-03-13 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578247#action_12578247
 ] 

Guido Dubois commented on TOBAGO-572:
-

Your suggestion works fine!

But after I changed the first bindings of tc:selectOneRadio, the bindings of 
tc:selectOneChoice does the same behaviour. Because I have really a lot of 
UISelectOne's in my application, I tried to define the binding attributes with 
f:attribute like this:

  tc:selectOneChoice id=castorChairCompany

value=#{modelController.product.norm1470.castorchairusereport.idcompany}
f:attribute name=binding
  
value=#{boxcastorchairController.castorChairReportCompanySelectOne} /
f:selectItems
  
value=#{carpettilerequirementsController.selectItemsReportCompany} /
  /tc:selectOneChoice

This works too! It's less work for me to change it in this way...

Thanks for your help!


 Duplicate component id with tc:selectOneRadio
 ---

 Key: TOBAGO-572
 URL: https://issues.apache.org/jira/browse/TOBAGO-572
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.13
 Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 
 1.0.13 snap (10.12.2007)
Reporter: Guido Dubois
Assignee: Bernd Bohmann
Priority: Minor
 Attachments: test-facelets.tgz, tobago_faceletsexample.war


 The first time the page is rendered correctly, but if you go back you will 
 get an exception
 java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces 
 tree. Component : page:_id54, path: {Component-Path : [Class: 
 org.apache.myfaces.tobago.component.UIViewRoot,ViewId: 
 /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: 
 page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: 
 org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: 
 org.apache.myfaces.tobago.component.UICell,Id: _id54]}
 I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-572) Duplicate component id with tc:selectOneRadio

2008-03-10 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577226#action_12577226
 ] 

Guido Dubois commented on TOBAGO-572:
-

I will try it in a short while...

 Duplicate component id with tc:selectOneRadio
 ---

 Key: TOBAGO-572
 URL: https://issues.apache.org/jira/browse/TOBAGO-572
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.13
 Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 
 1.0.13 snap (10.12.2007)
Reporter: Guido Dubois
Assignee: Bernd Bohmann
Priority: Minor
 Attachments: test-facelets.tgz, tobago_faceletsexample.war


 The first time the page is rendered correctly, but if you go back you will 
 get an exception
 java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces 
 tree. Component : page:_id54, path: {Component-Path : [Class: 
 org.apache.myfaces.tobago.component.UIViewRoot,ViewId: 
 /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: 
 page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: 
 org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: 
 org.apache.myfaces.tobago.component.UICell,Id: _id54]}
 I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-631) tld file for tobago facelets extension to include in eclipse to get coding assistence and code completition

2008-03-06 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12575612#action_12575612
 ] 

Guido Dubois commented on TOBAGO-631:
-

please delete this issue...

 tld file for tobago facelets extension to include in eclipse to get coding 
 assistence and code completition
 ---

 Key: TOBAGO-631
 URL: https://issues.apache.org/jira/browse/TOBAGO-631
 Project: MyFaces Tobago
  Issue Type: Sub-task
  Components: Facelets
Reporter: Guido Dubois
 Attachments: tobago-facelet-extension.tld


 Here is a tld file to include in eclipse to get coding assistence and code 
 completition.
 Just copy the file tobago-facelet-extension.tld into your META-INF 
 directory... 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-572) Duplicate component id with tc:selectOneRadio

2008-03-05 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12575515#action_12575515
 ] 

Guido Dubois commented on TOBAGO-572:
-

I startet with maven2, but in the moment I'm a bit in hurry and I have not 
enough time to get really familiar with it. By now I'm at a point in this 
project that I need a solution for this behavoiur. I tried Version 1.1.0 snap 
(28.02.2008), but I get the same error.

When do you get time to look after this?

Regards, Guido

 Duplicate component id with tc:selectOneRadio
 ---

 Key: TOBAGO-572
 URL: https://issues.apache.org/jira/browse/TOBAGO-572
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.13
 Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 
 1.0.13 snap (10.12.2007)
Reporter: Guido Dubois
 Attachments: tobago_faceletsexample.war


 The first time the page is rendered correctly, but if you go back you will 
 get an exception
 java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces 
 tree. Component : page:_id54, path: {Component-Path : [Class: 
 org.apache.myfaces.tobago.component.UIViewRoot,ViewId: 
 /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: 
 page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: 
 org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: 
 org.apache.myfaces.tobago.component.UICell,Id: _id54]}
 I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-631) tld file for tobago facelets extension to include in eclipse to get coding assistence and code completition

2008-03-05 Thread Guido Dubois (JIRA)
tld file for tobago facelets extension to include in eclipse to get coding 
assistence and code completition
---

 Key: TOBAGO-631
 URL: https://issues.apache.org/jira/browse/TOBAGO-631
 Project: MyFaces Tobago
  Issue Type: Improvement
  Components: Facelets
Reporter: Guido Dubois
 Attachments: tobago-facelet-extension.tld

Here is a tld file to include in eclipse to get coding assistence and code 
completition.

Just copy the file tobago-facelet-extension.tld into your META-INF 
directory... 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-601) UISelectBoolean.isSelected() produces ClassCastException

2008-01-18 Thread Guido Dubois (JIRA)
UISelectBoolean.isSelected() produces ClassCastException


 Key: TOBAGO-601
 URL: https://issues.apache.org/jira/browse/TOBAGO-601
 Project: MyFaces Tobago
  Issue Type: Bug
Affects Versions: 1.0.14
 Environment: Facelets 1.1.14, MyFaces 1.1.6 snap (08.01.2008), Tobago 
1.0.14 snap (16.01.2008)
Reporter: Guido Dubois


...
  private Boolean primaryBacking;
  private UISelectBoolean primaryBackingSelectBoolean;
...
if (this.primaryBackingSelectBoolean.isSelected()) {
...


Caused by: java.lang.ClassCastException: java.lang.String
at 
javax.faces.component.UISelectBoolean.isSelected(UISelectBoolean.java:41)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-572) Duplicate component id with tc:selectOneRadio

2008-01-17 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12560147#action_12560147
 ] 

Guido Dubois commented on TOBAGO-572:
-

I am not familiar with maven2, I will try it...

 Duplicate component id with tc:selectOneRadio
 ---

 Key: TOBAGO-572
 URL: https://issues.apache.org/jira/browse/TOBAGO-572
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.13
 Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 
 1.0.13 snap (10.12.2007)
Reporter: Guido Dubois
 Attachments: tobago_faceletsexample.war


 The first time the page is rendered correctly, but if you go back you will 
 get an exception
 java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces 
 tree. Component : page:_id54, path: {Component-Path : [Class: 
 org.apache.myfaces.tobago.component.UIViewRoot,ViewId: 
 /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: 
 page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: 
 org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: 
 org.apache.myfaces.tobago.component.UICell,Id: _id54]}
 I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-572) Duplicate component id with tc:selectOneRadio

2008-01-16 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559631#action_12559631
 ] 

Guido Dubois commented on TOBAGO-572:
-

Oh, sorry! I tried it this morning with no downloaded version from tonight...

Now I tested with the newest version:

Tobago 1.0.14 snap (16.01.2008)

Facelets 1.1.12 :: doesn't work, get same behaviour
Facelets 1.1.13 :: doesn't work, get same behaviour
Facelets 1.1.14 :: doesn't work, get same behaviour


 Duplicate component id with tc:selectOneRadio
 ---

 Key: TOBAGO-572
 URL: https://issues.apache.org/jira/browse/TOBAGO-572
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.13
 Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 
 1.0.13 snap (10.12.2007)
Reporter: Guido Dubois
 Attachments: tobago_faceletsexample.war


 The first time the page is rendered correctly, but if you go back you will 
 get an exception
 java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces 
 tree. Component : page:_id54, path: {Component-Path : [Class: 
 org.apache.myfaces.tobago.component.UIViewRoot,ViewId: 
 /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: 
 page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: 
 org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: 
 org.apache.myfaces.tobago.component.UICell,Id: _id54]}
 I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-572) Duplicate component id with tc:selectOneRadio

2008-01-15 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559033#action_12559033
 ] 

Guido Dubois commented on TOBAGO-572:
-

This behaviour is still present in Tobago 1.0.14 snap (12.01.2008). Is it 
possible that you fix this as soon as possible? Thanks for a short note...

 Duplicate component id with tc:selectOneRadio
 ---

 Key: TOBAGO-572
 URL: https://issues.apache.org/jira/browse/TOBAGO-572
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.13
 Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 
 1.0.13 snap (10.12.2007)
Reporter: Guido Dubois
 Attachments: tobago_faceletsexample.war


 The first time the page is rendered correctly, but if you go back you will 
 get an exception
 java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces 
 tree. Component : page:_id54, path: {Component-Path : [Class: 
 org.apache.myfaces.tobago.component.UIViewRoot,ViewId: 
 /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: 
 page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: 
 org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: 
 org.apache.myfaces.tobago.component.UICell,Id: _id54]}
 I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-572) Duplicate component id with tc:selectOneRadio

2008-01-15 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559371#action_12559371
 ] 

Guido Dubois commented on TOBAGO-572:
-

I tested it with:

   Tobago 1.0.12 Tobago 1.0.13 Tobago 
1.0.14 snap
Facelets 1.1.12x  x 
  x
Facelets 1.1.13x  x 
  x
Facelets 1.1.14x  x 
  x


(x) I get this error in all cases

 Duplicate component id with tc:selectOneRadio
 ---

 Key: TOBAGO-572
 URL: https://issues.apache.org/jira/browse/TOBAGO-572
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.13
 Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 
 1.0.13 snap (10.12.2007)
Reporter: Guido Dubois
 Attachments: tobago_faceletsexample.war


 The first time the page is rendered correctly, but if you go back you will 
 get an exception
 java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces 
 tree. Component : page:_id54, path: {Component-Path : [Class: 
 org.apache.myfaces.tobago.component.UIViewRoot,ViewId: 
 /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: 
 page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: 
 org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: 
 org.apache.myfaces.tobago.component.UICell,Id: _id54]}
 I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-597) TLD file for tx facelets extensions to include in eclipse to get coding assistence and code completition

2008-01-15 Thread Guido Dubois (JIRA)
TLD file for tx facelets extensions to include in eclipse to get coding 
assistence and code completition


 Key: TOBAGO-597
 URL: https://issues.apache.org/jira/browse/TOBAGO-597
 Project: MyFaces Tobago
  Issue Type: Improvement
  Components: Facelets
Affects Versions: 1.0.13
Reporter: Guido Dubois




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-572) Duplicate component id with tc:selectOneRadio

2007-12-10 Thread Guido Dubois (JIRA)
Duplicate component id with tc:selectOneRadio
---

 Key: TOBAGO-572
 URL: https://issues.apache.org/jira/browse/TOBAGO-572
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.13
 Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 
1.0.13 snap (10.12.2007)
Reporter: Guido Dubois


The first time the page is rendered correctly, but if you go back you will get 
an exception

java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces 
tree. Component : page:_id54, path: {Component-Path : [Class: 
org.apache.myfaces.tobago.component.UIViewRoot,ViewId: 
/helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: 
page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: 
org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: 
org.apache.myfaces.tobago.component.UICell,Id: _id54]}

I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-515) tx:in in facelets with binding attribute

2007-11-30 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547075
 ] 

Guido Dubois commented on TOBAGO-515:
-

I have tried to find an other solution. I found a way in the folowing article:

Facelets fits JSF like a glove
http://www-128.ibm.com/developerworks/java/library/j-facelets/

This way works but it is rather hard to extend such like in.xml composition 
definition for all attributes.

Then I remembered the suggestion from Tobias made in TOBAGO-513 concerning the 
the markup attribute and facelets. So I tried to define the component like this:

  xmlns:tx=http://myfaces.apache.org/tobago/facelet-extension;

tx:in id=compPA6 value=#{modelController.product.norm1470.compPa6} 
label=#{bundle.productCompositionPA6} labelWidth=265px
  f:convertNumber type=number maxFractionDigits=2 
pattern=#,##0.00 /
  f:validateDoubleRange minimum=0.0 maximum=100.0 /

  tc:attribute name=binding 
value=#{editproductController.compInput /
  tc:attribute name=validator 
value=#{editproductController.overAllValidator} /

  f:facet name=change
tc:command actionListener=#{editproductController.valueChanged}
  tc:attribute name=renderedPartially 
value=:page:panelProductComposition /
/tc:command
  /f:facet
/tx:in

And it works like in tobago-jsp style!
In this way you can define all attributes (markup, binding, validator, 
converter, ...) which are not supported in the compostion like in.xml and the 
way is really more easier than the first solution (Facelets fits JSF like a 
glove)...

 tx:in in facelets with binding attribute
 --

 Key: TOBAGO-515
 URL: https://issues.apache.org/jira/browse/TOBAGO-515
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.12
 Environment: Facelets 1.1.13, MyFaces 1.1.6 snap (11.09.2007), Tobago 
 1.0.12 snap (11.10.2007)
Reporter: Guido Dubois
 Attachments: tobago_faceletsexample.war


 ...
   xmlns:tx=http://myfaces.apache.org/tobago/extension;
   xmlns:fx=http://myfaces.apache.org/tobago/facelet-extension;
 ...
 If you have the following input field, the page rendering is broken. You get 
 only a short demaged part of page code. If you remove the binding attribute 
 all works fine...
 ...
 tx:in id=name value=#{counter.text}
   binding=#{counter.textInput} label=#{bundle.helloWorldName}
   labelWidth=180px validator=#{counter.stringValidator}
   required=true markup=bg_color /
 ...
 With the following input field, the page is rendered correctly, but you get a 
 NullPointerException, if you want to use the UIInput field in a BackingBean
 ...
 fx:in id=name value=#{counter.text}
   binding=#{counter.textInput} label=#{bundle.helloWorldName}
   labelWidth=180px validator=#{counter.stringValidator}
   required=true markup=bg_color /

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-515) tx:in in facelets with binding attribute

2007-11-26 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545490
 ] 

Guido Dubois commented on TOBAGO-515:
-

Have you already looked after this? I am waiting for this...

 tx:in in facelets with binding attribute
 --

 Key: TOBAGO-515
 URL: https://issues.apache.org/jira/browse/TOBAGO-515
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.12
 Environment: Facelets 1.1.13, MyFaces 1.1.6 snap (11.09.2007), Tobago 
 1.0.12 snap (11.10.2007)
Reporter: Guido Dubois
 Attachments: tobago_faceletsexample.war


 ...
   xmlns:tx=http://myfaces.apache.org/tobago/extension;
   xmlns:fx=http://myfaces.apache.org/tobago/facelet-extension;
 ...
 If you have the following input field, the page rendering is broken. You get 
 only a short demaged part of page code. If you remove the binding attribute 
 all works fine...
 ...
 tx:in id=name value=#{counter.text}
   binding=#{counter.textInput} label=#{bundle.helloWorldName}
   labelWidth=180px validator=#{counter.stringValidator}
   required=true markup=bg_color /
 ...
 With the following input field, the page is rendered correctly, but you get a 
 NullPointerException, if you want to use the UIInput field in a BackingBean
 ...
 fx:in id=name value=#{counter.text}
   binding=#{counter.textInput} label=#{bundle.helloWorldName}
   labelWidth=180px validator=#{counter.stringValidator}
   required=true markup=bg_color /

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-348) Allow multiple components updated by ajax in single request

2007-11-26 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545495
 ] 

Guido Dubois commented on TOBAGO-348:
-

Have you already a target date for this behavior? It sounds good, and I just 
have a use case for this...

 Allow multiple components updated by ajax in single request
 ---

 Key: TOBAGO-348
 URL: https://issues.apache.org/jira/browse/TOBAGO-348
 Project: MyFaces Tobago
  Issue Type: New Feature
  Components: Core
Reporter: Volker Weber
Assignee: Volker Weber
 Fix For: 1.1.0


 Allow multiple renderedPartially attributes at command components,
 this will also allow the app to add components to the response.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-268) TLD file for facelet-extension for code completition in eclipse

2007-11-09 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541476
 ] 

Guido Dubois commented on TOBAGO-268:
-

Thanks Tobias, but I use this workaround since I have started with facelets. 
What I mean is a TLD for the Tobago Facelets Extension

  xmlns:fx=http://myfaces.apache.org/tobago/facelet-extension;



 TLD file for facelet-extension for code completition in eclipse
 ---

 Key: TOBAGO-268
 URL: https://issues.apache.org/jira/browse/TOBAGO-268
 Project: MyFaces Tobago
  Issue Type: Wish
  Components: Facelets
Affects Versions: 1.0.9
Reporter: Guido Dubois

 Where to get a TLD file for  
 ...xmlns:tx=http://myfaces.apache.org/tobago/facelet-extension;... that code 
 completition in eclipse works?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-515) tx:in in facelets with binding attribute

2007-10-11 Thread Guido Dubois (JIRA)
tx:in in facelets with binding attribute
--

 Key: TOBAGO-515
 URL: https://issues.apache.org/jira/browse/TOBAGO-515
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.12
 Environment: Facelets 1.1.13, MyFaces 1.1.6 snap (11.09.2007), Tobago 
1.0.12 snap (11.10.2007)
Reporter: Guido Dubois


...
  xmlns:tx=http://myfaces.apache.org/tobago/extension;
  xmlns:fx=http://myfaces.apache.org/tobago/facelet-extension;
...

If you have the following input field, the page rendering is broken. You get 
only a short demaged part of page code. If you remove the binding attribute all 
works fine...
...
tx:in id=name value=#{counter.text}
  binding=#{counter.textInput} label=#{bundle.helloWorldName}
  labelWidth=180px validator=#{counter.stringValidator}
  required=true markup=bg_color /
...

With the following input field, the page is rendered correctly, but you get a 
NullPointerException, if you want to use the UIInput field in a BackingBean
...
fx:in id=name value=#{counter.text}
  binding=#{counter.textInput} label=#{bundle.helloWorldName}
  labelWidth=180px validator=#{counter.stringValidator}
  required=true markup=bg_color /


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-512) tc:validateSubmittedValueLength produces a taglib error

2007-10-11 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534101
 ] 

Guido Dubois commented on TOBAGO-512:
-

This works fine now...

 tc:validateSubmittedValueLength produces a taglib error
 -

 Key: TOBAGO-512
 URL: https://issues.apache.org/jira/browse/TOBAGO-512
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.12
 Environment: Facelets 1.1.13, MyFaces 1.1.6 snap (11.09.2007), Tobago 
 1.0.12 snap (29.09.2007)
Reporter: Guido Dubois
Assignee: Bernd Bohmann
 Fix For: 1.0.12


   tx:date id=test value=#{counter.datum}
 label=#{bundle.helloWorldDate} required=true
 f:convertDateTime type=date timeZone=Europe/Berlin /
 tc:validateSubmittedValueLength maximum=10 /
   /tx:date
 The above code results in the following error message
 /helloWorld.xhtml @50,61 tc:validateSubmittedValueLength
 Tag Library supports namespace: http://myfaces.apache.org/tobago/component, 
 but no tag was defined for name: validateSubmittedValueLength

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-464) Create a real tx extension taglib for facelets

2007-10-10 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533862
 ] 

Guido Dubois commented on TOBAGO-464:
-

Is there somewhere a tld file to include in eclipse to get coding assistence 
and code completition?

...
  xmlns:tx=http://myfaces.apache.org/tobago/facelet-extension;
...


 Create a real tx extension taglib for facelets
 --

 Key: TOBAGO-464
 URL: https://issues.apache.org/jira/browse/TOBAGO-464
 Project: MyFaces Tobago
  Issue Type: Improvement
  Components: Facelets
Reporter: Bernd Bohmann
Assignee: Bernd Bohmann
 Fix For: 1.0.12




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-513) tx:in markup attribute doesn't work with facelets

2007-10-10 Thread Guido Dubois (JIRA)
tx:in markup attribute doesn't work with facelets
---

 Key: TOBAGO-513
 URL: https://issues.apache.org/jira/browse/TOBAGO-513
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.12
 Environment: facelets 1.1.13, MyFace 1.1.6 snap, Tobago 1.0.12 snap
Reporter: Guido Dubois


If you define the namespace


  xmlns:tx=http://myfaces.apache.org/tobago/facelet-extension;


for the tag tx:in the markup attribute doesn't work

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-514) tx:in id attribute will not be rendered correct

2007-10-10 Thread Guido Dubois (JIRA)
tx:in id attribute will not be rendered correct
-

 Key: TOBAGO-514
 URL: https://issues.apache.org/jira/browse/TOBAGO-514
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.12
 Environment: facelets 1.1.13, MyFaces 1.1.6 snap, Tobago 1.0.12 snap
Reporter: Guido Dubois


With namespace

...
  xmlns:tx=http://myfaces.apache.org/tobago/extension;
...

the defined id attribute in tx:in will not be rendered correct. Instead there 
will be rendered a system generated id attribute like page:_id5

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-512) tc:validateSubmittedValueLength produces a taglib error

2007-10-09 Thread Guido Dubois (JIRA)
tc:validateSubmittedValueLength produces a taglib error
-

 Key: TOBAGO-512
 URL: https://issues.apache.org/jira/browse/TOBAGO-512
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.12
 Environment: Facelets 1.1.13, MyFaces 1.1.6 snap (11.09.2007), Tobago 
1.0.12 snap (29.09.2007)
Reporter: Guido Dubois


  tx:date id=test value=#{counter.datum}
label=#{bundle.helloWorldDate} required=true
f:convertDateTime type=date timeZone=Europe/Berlin /
tc:validateSubmittedValueLength maximum=10 /
  /tx:date

The above code results in the following error message

/helloWorld.xhtml @50,61 tc:validateSubmittedValueLength
Tag Library supports namespace: http://myfaces.apache.org/tobago/component, but 
no tag was defined for name: validateSubmittedValueLength


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-505) tx:selectBooleanCheckbox with attribute labelWidth doesn't work

2007-10-05 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532643
 ] 

Guido Dubois commented on TOBAGO-505:
-

Sorry! You're right. It's my fault...

 tx:selectBooleanCheckbox with attribute labelWidth doesn't work
 ---

 Key: TOBAGO-505
 URL: https://issues.apache.org/jira/browse/TOBAGO-505
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.12
 Environment: myfaces 1.1.6 (snap 11.09.2007), tobago 1.0.12 (snap 
 29.09.2007), facelets 1.1.13
Reporter: Guido Dubois

 tx:selectBooleanCheckbox with attribute labelWidth doesn't work together 
 with facelets. If you indicate a value for labelwith, the label is rendered 
 over the full width and the checkbox in a second line...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-505) tx:selectBooleanCheckbox with attribute labelWidth doesn't work

2007-10-04 Thread Guido Dubois (JIRA)
tx:selectBooleanCheckbox with attribute labelWidth doesn't work
---

 Key: TOBAGO-505
 URL: https://issues.apache.org/jira/browse/TOBAGO-505
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.12
 Environment: myfaces 1.1.6 (snap 11.09.2007), tobago 1.0.12 (snap 
29.09.2007), facelets 1.1.13
Reporter: Guido Dubois


tx:selectBooleanCheckbox with attribute labelWidth doesn't work together 
with facelets. If you indicate a value for labelwith, the label is rendered 
over the full width and the checkbox in a second line...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-505) tx:selectBooleanCheckbox with attribute labelWidth doesn't work

2007-10-04 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532509
 ] 

Guido Dubois commented on TOBAGO-505:
-

Same behaviour for tx:in

 tx:selectBooleanCheckbox with attribute labelWidth doesn't work
 ---

 Key: TOBAGO-505
 URL: https://issues.apache.org/jira/browse/TOBAGO-505
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.12
 Environment: myfaces 1.1.6 (snap 11.09.2007), tobago 1.0.12 (snap 
 29.09.2007), facelets 1.1.13
Reporter: Guido Dubois

 tx:selectBooleanCheckbox with attribute labelWidth doesn't work together 
 with facelets. If you indicate a value for labelwith, the label is rendered 
 over the full width and the checkbox in a second line...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-384) popup box is not rendered in Firefox with renderedPartially attribute and tc:popupReference

2007-07-28 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516156
 ] 

Guido Dubois commented on TOBAGO-384:
-

Now it works fine! Thanks...

 popup box is not rendered in Firefox with renderedPartially attribute and 
 tc:popupReference
 ---

 Key: TOBAGO-384
 URL: https://issues.apache.org/jira/browse/TOBAGO-384
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.10
 Environment: winxp prof, tomcat 5.5.23, myfaces 1.1.6 snap 
 (30.04.2007), tobago 1.0.11 snap (30.04.2007), Firefox 2.0.0.3
Reporter: Guido Dubois
Assignee: Bernd Bohmann
 Fix For: 1.0.12

 Attachments: popup.war


 In Firefox the popup box is not rendered. The background shading is shown, 
 but the popup box not. I work with a popupReference. In IE it works fine
   tc:link id=popupButton immediate=true
 actionListener=#{basicwController.click} image=image/help.gif
 tc:attribute name=renderedPartially value=info618RVO/
 tc:popupReference for=info618RVO /
   /tc:link

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-457) Tobago and MyFaces 1.2.0

2007-07-28 Thread Guido Dubois (JIRA)
Tobago and MyFaces 1.2.0


 Key: TOBAGO-457
 URL: https://issues.apache.org/jira/browse/TOBAGO-457
 Project: MyFaces Tobago
  Issue Type: Improvement
Reporter: Guido Dubois


What's about MyFaces 1.2.0? Have you already tested it or some experiences 
joining it with Tobago? Are there any reasons speaking against this combination?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (MYFACES-1685) Enabled exception handling like in Facelets for the rest of the MyFaces LifeCycle

2007-07-28 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/MYFACES-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516157
 ] 

Guido Dubois commented on MYFACES-1685:
---

Fine! Both, exception handling configuration and logging are working correct 
now

 Enabled exception handling like in Facelets for the rest of the MyFaces 
 LifeCycle
 -

 Key: MYFACES-1685
 URL: https://issues.apache.org/jira/browse/MYFACES-1685
 Project: MyFaces Core
  Issue Type: New Feature
  Components: JSR-127, JSR-252
Affects Versions:  1.1.6-SNAPSHOT
Reporter: Martin Marinschek
Assignee: Martin Marinschek
 Fix For:  1.1.6-SNAPSHOT


 By express permission of Jacob Hookom for dual licensing one class out of 
 Facelets as ASL, I've added the Facelets-Error-Handling code to the rest of 
 the MyFaces LifeCycle. Jacob has an ICLA on file, so paperwork has been done 
 before.
 To tweak this behaviour, two new context-parameters have been added (add them 
 to your web.xml if you need to use this tweaking):
 private static final String ERROR_HANDLING_PARAMETER = 
 org.apache.myfaces.ERROR_HANDLING - if you want to disable the behaviour 
 completely
 private static final String ERROR_HANDLER_PARAMETER = 
 org.apache.myfaces.ERROR_HANDLER - if you want to choose a different class 
 for handling the exception
 Enjoy!
 regards,
 Martin
 =
 see our mail-discussion attached as a reference
 not a problem-- i think it'd be a cool solution for JSF 1.2 is to grab the 
 ELResolver and walk through the Features-- so even custom ELResolvers would 
 be able to output custom variables
 -- Jacob
 On 7/23/07, Martin Marinschek [EMAIL PROTECTED] wrote:
 Hi Jacob,
 is it ok if I use your error-handling page also for errors in the full 
 life-cycle of MyFaces? I just love this page, and I would want to see it for 
 other exceptions than render-exceptions as well...
 I'd surely add you as an author - we'd definitely need to put the 
 ASL-license on top, though.
 regards,
 Martin

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-425) tc:style tc:script is not loaded if clicking on a tc:link with actionListener

2007-07-27 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515979
 ] 

Guido Dubois commented on TOBAGO-425:
-

Great! Yes it works. Thanks...

 tc:style  tc:script is not loaded if clicking on a tc:link with 
 actionListener
 -

 Key: TOBAGO-425
 URL: https://issues.apache.org/jira/browse/TOBAGO-425
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Facelets
Affects Versions: 1.0.11
 Environment: winxp prof, tomcat 5.5.23, myfaces 1.1.6 snap 
 (13.06.2007), facelets 1.1.12, tobago 1.0.12 snap (11.06.2007), Firefox 
 2.0.0.3 / IE7
Reporter: Guido Dubois
Assignee: Bernd Bohmann
 Fix For: 1.0.12

 Attachments: gut_en1470.war




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (MYFACES-1685) Enabled exception handling like in Facelets for the rest of the MyFaces LifeCycle

2007-07-27 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/MYFACES-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515981
 ] 

Guido Dubois commented on MYFACES-1685:
---

Sorry, but it doesn't work. I still gets the facelets like exception handling...

reguards, Guido

 Enabled exception handling like in Facelets for the rest of the MyFaces 
 LifeCycle
 -

 Key: MYFACES-1685
 URL: https://issues.apache.org/jira/browse/MYFACES-1685
 Project: MyFaces Core
  Issue Type: New Feature
  Components: JSR-127, JSR-252
Affects Versions:  1.1.6-SNAPSHOT
Reporter: Martin Marinschek
Assignee: Martin Marinschek
 Fix For:  1.1.6-SNAPSHOT


 By express permission of Jacob Hookom for dual licensing one class out of 
 Facelets as ASL, I've added the Facelets-Error-Handling code to the rest of 
 the MyFaces LifeCycle. Jacob has an ICLA on file, so paperwork has been done 
 before.
 To tweak this behaviour, two new context-parameters have been added (add them 
 to your web.xml if you need to use this tweaking):
 private static final String ERROR_HANDLING_PARAMETER = 
 org.apache.myfaces.ERROR_HANDLING - if you want to disable the behaviour 
 completely
 private static final String ERROR_HANDLER_PARAMETER = 
 org.apache.myfaces.ERROR_HANDLER - if you want to choose a different class 
 for handling the exception
 Enjoy!
 regards,
 Martin
 =
 see our mail-discussion attached as a reference
 not a problem-- i think it'd be a cool solution for JSF 1.2 is to grab the 
 ELResolver and walk through the Features-- so even custom ELResolvers would 
 be able to output custom variables
 -- Jacob
 On 7/23/07, Martin Marinschek [EMAIL PROTECTED] wrote:
 Hi Jacob,
 is it ok if I use your error-handling page also for errors in the full 
 life-cycle of MyFaces? I just love this page, and I would want to see it for 
 other exceptions than render-exceptions as well...
 I'd surely add you as an author - we'd definitely need to put the 
 ASL-license on top, though.
 regards,
 Martin

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-384) popup box is not rendered in Firefox with renderedPartially attribute and tc:popupReference

2007-07-26 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515829
 ] 

Guido Dubois commented on TOBAGO-384:
-

Yes it is. Three days ago I added an example for this behaviour...

 popup box is not rendered in Firefox with renderedPartially attribute and 
 tc:popupReference
 ---

 Key: TOBAGO-384
 URL: https://issues.apache.org/jira/browse/TOBAGO-384
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.10
 Environment: winxp prof, tomcat 5.5.23, myfaces 1.1.6 snap 
 (30.04.2007), tobago 1.0.11 snap (30.04.2007), Firefox 2.0.0.3
Reporter: Guido Dubois
 Attachments: popup.war


 In Firefox the popup box is not rendered. The background shading is shown, 
 but the popup box not. I work with a popupReference. In IE it works fine
   tc:link id=popupButton immediate=true
 actionListener=#{basicwController.click} image=image/help.gif
 tc:attribute name=renderedPartially value=info618RVO/
 tc:popupReference for=info618RVO /
   /tc:link

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-422) facelets - gridlayout with cellspacing=0 has no effect

2007-07-25 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515321
 ] 

Guido Dubois commented on TOBAGO-422:
-

Thanks! It works fine...

 facelets - gridlayout with cellspacing=0 has no effect
 

 Key: TOBAGO-422
 URL: https://issues.apache.org/jira/browse/TOBAGO-422
 Project: MyFaces Tobago
  Issue Type: Bug
Affects Versions: 1.0.11
 Environment: winxp prof, tomcat 5.5.23, myfaces 1.1.6 snap 
 (13.06.2007), tobago 1.0.12 snap (11.06.2007), Firefox 2.0.0.3 / IE7
Reporter: Guido Dubois
Assignee: Bernd Bohmann
 Fix For: 1.0.12


 gridlayout in facelets with cellspacing=0 has no effect.
 with jsp it works...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-425) tc:style tc:script is not loaded if clicking on a tc:link with actionListener

2007-07-25 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515325
 ] 

Guido Dubois commented on TOBAGO-425:
-

What's about this behaviour? When would you solve this problem? I'm waiting for 
this...

 tc:style  tc:script is not loaded if clicking on a tc:link with 
 actionListener
 -

 Key: TOBAGO-425
 URL: https://issues.apache.org/jira/browse/TOBAGO-425
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.11
 Environment: winxp prof, tomcat 5.5.23, myfaces 1.1.6 snap 
 (13.06.2007), facelets 1.1.12, tobago 1.0.12 snap (11.06.2007), Firefox 
 2.0.0.3 / IE7
Reporter: Guido Dubois
 Attachments: gut_en1470.war




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-422) facelets - gridlayout with cellspacing=0 has no effect

2007-07-23 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514802
 ] 

Guido Dubois commented on TOBAGO-422:
-

When you are fixing this? I'm waiting for this...

 facelets - gridlayout with cellspacing=0 has no effect
 

 Key: TOBAGO-422
 URL: https://issues.apache.org/jira/browse/TOBAGO-422
 Project: MyFaces Tobago
  Issue Type: Bug
Affects Versions: 1.0.11
 Environment: winxp prof, tomcat 5.5.23, myfaces 1.1.6 snap 
 (13.06.2007), tobago 1.0.12 snap (11.06.2007), Firefox 2.0.0.3 / IE7
Reporter: Guido Dubois

 gridlayout in facelets with cellspacing=0 has no effect.
 with jsp it works...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-335) f:convertNumber type=number and Double object in backing bean

2007-07-18 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513742
 ] 

Guido Dubois commented on TOBAGO-335:
-

This works with empty fields!

The error message corresponds to an other field of simple double type.

 f:convertNumber type=number and Double object in backing bean
 -

 Key: TOBAGO-335
 URL: https://issues.apache.org/jira/browse/TOBAGO-335
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.10
Reporter: Guido Dubois

 If you need to clear an input field, the easiest way is to use an object type 
 like String, Date or Double. So you can set it simply to null and the field 
 will be cleared. But in case of Double there will be a problem with 
 f:convertNumber.
 In RI there is the same problem. See issue 
 https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=286 for more 
 details.
 This workaround helps:
 tx:in value=#{bbg.f3} label=field3 labelWidth=120px
   f:convertNumber type=number maxFractionDigits=2 pattern=#,##0.00 /
 /tx:in
 ...
 private Number f1;
 private Double f1double;
 ...  
 public Number getF1() {
   return f1double;
 }
 public void setF1(Number f1) {
   this.f1double = f1.doubleValue();
 }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-425) tc:style tc:script is not loaded if clicking on a tc:link with actionListener

2007-06-15 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505065
 ] 

Guido Dubois commented on TOBAGO-425:
-

Hi Volker,

no, it doesn't work with an action and null as outcome.



 tc:style  tc:script is not loaded if clicking on a tc:link with 
 actionListener
 -

 Key: TOBAGO-425
 URL: https://issues.apache.org/jira/browse/TOBAGO-425
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.11
 Environment: winxp prof, tomcat 5.5.23, myfaces 1.1.6 snap 
 (13.06.2007), facelets 1.1.12, tobago 1.0.12 snap (11.06.2007), Firefox 
 2.0.0.3 / IE7
Reporter: Guido Dubois
 Attachments: gut_en1470.war




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-394) Link should support confirmation facet

2007-06-13 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504180
 ] 

Guido Dubois commented on TOBAGO-394:
-

Have you an example for this?

 Link should support confirmation facet
 --

 Key: TOBAGO-394
 URL: https://issues.apache.org/jira/browse/TOBAGO-394
 Project: MyFaces Tobago
  Issue Type: Improvement
Affects Versions: 1.0.10
Reporter: Bernd Bohmann
 Fix For: 1.0.11




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-422) facelets - gridlayout with cellspacing=0 has no effect

2007-06-13 Thread Guido Dubois (JIRA)
facelets - gridlayout with cellspacing=0 has no effect


 Key: TOBAGO-422
 URL: https://issues.apache.org/jira/browse/TOBAGO-422
 Project: MyFaces Tobago
  Issue Type: Bug
Affects Versions: 1.0.11
 Environment: winxp prof, tomcat 5.5.23, myfaces 1.1.6 snap 
(13.06.2007), tobago 1.0.12 snap (11.06.2007), Firefox 2.0.0.3 / IE7
Reporter: Guido Dubois


gridlayout in facelets with cellspacing=0 has no effect.

with jsp it works...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-425) tc:style tc:script is not loaded if clicking on a tc:link with actionListener

2007-06-13 Thread Guido Dubois (JIRA)
tc:style  tc:script is not loaded if clicking on a tc:link with 
actionListener
-

 Key: TOBAGO-425
 URL: https://issues.apache.org/jira/browse/TOBAGO-425
 Project: MyFaces Tobago
  Issue Type: Bug
 Environment: winxp prof, tomcat 5.5.23, myfaces 1.1.6 snap 
(13.06.2007), facelets 1.1.12, tobago 1.0.12 snap (11.06.2007), Firefox 2.0.0.3 
/ IE7
Reporter: Guido Dubois




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-403) Markup attribute for tc:selectItem would be nice

2007-05-18 Thread Guido Dubois (JIRA)
Markup attribute for tc:selectItem would be nice


 Key: TOBAGO-403
 URL: https://issues.apache.org/jira/browse/TOBAGO-403
 Project: MyFaces Tobago
  Issue Type: Improvement
  Components: Core
Affects Versions: 1.0.10
Reporter: Guido Dubois


Markup attribute for tc:selectItem would be nice to style the items label

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-334) markup attribute for tab component

2007-05-17 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496519
 ] 

Guido Dubois commented on TOBAGO-334:
-

Thanks, it works fine...

 markup attribute for tab component
 --

 Key: TOBAGO-334
 URL: https://issues.apache.org/jira/browse/TOBAGO-334
 Project: MyFaces Tobago
  Issue Type: Improvement
  Components: Core
Affects Versions: 1.0.10
Reporter: Bernd Bohmann
 Assigned To: Bernd Bohmann
 Fix For: 1.0.11




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-357) tc:selectOneRadio and f:facet name=change is only executed if changed twice

2007-05-17 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496521
 ] 

Guido Dubois commented on TOBAGO-357:
-

Good advice, this works...

 tc:selectOneRadio and f:facet name=change is only executed if changed 
 twice
 -

 Key: TOBAGO-357
 URL: https://issues.apache.org/jira/browse/TOBAGO-357
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.10
 Environment: winxp prof, tomcat 5.5.20, myfaces 1.1.6 snap 
 (16.04.2007), tobago 1.0.11 snap (16.04.2007)
Reporter: Guido Dubois

 Initialy nothing is choosen. Then select the first one (N), nothing 
 happend. Select the second one (O), now the method is invoked and the radio 
 is setted to the first one (N). Set to the second (O) does nothing. Set 
 to the third (S),  method is invoked and radio setted to second (O).
   tc:selectOneRadio required=true
 tc:selectItem itemValue=N itemLabel=Nord /
 tc:selectItem itemValue=O itemLabel=East /
 tc:selectItem itemValue=S itemLabel=South /
 tc:selectItem itemValue=W itemLabel=West /
 f:facet name=change
   tc:command actionListener=#{bbg.value1Changed} /
 /f:facet
   /tc:selectOneRadio

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-384) popup box is not rendered in Firefox with renderedPartially attribute and tc:popupReference

2007-05-04 Thread Guido Dubois (JIRA)
popup box is not rendered in Firefox with renderedPartially attribute and 
tc:popupReference
---

 Key: TOBAGO-384
 URL: https://issues.apache.org/jira/browse/TOBAGO-384
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.10
 Environment: winxp prof, tomcat 5.5.23, myfaces 1.1.6 snap 
(30.04.2007), tobago 1.0.11 snap (30.04.2007), Firefox 2.0.0.3
Reporter: Guido Dubois


In Firefox the popup box is not rendered. The background shading is shown, but 
the popup box not. I work with a popupReference. In IE it works fine

  tc:link id=popupButton immediate=true
actionListener=#{basicwController.click} image=image/help.gif
tc:attribute name=renderedPartially value=info618RVO/
tc:popupReference for=info618RVO /
  /tc:link


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-360) Allow definition of supported markup in tobago-config.xml

2007-05-03 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493393
 ] 

Guido Dubois commented on TOBAGO-360:
-

How to do this? For this thing, I have created my own theme...

 Allow definition of supported markup in tobago-config.xml
 -

 Key: TOBAGO-360
 URL: https://issues.apache.org/jira/browse/TOBAGO-360
 Project: MyFaces Tobago
  Issue Type: Improvement
Reporter: Bernd Bohmann
 Assigned To: Bernd Bohmann
Priority: Minor
 Fix For: 1.0.11




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-381) tc:panel and markup attribute in tabs

2007-05-03 Thread Guido Dubois (JIRA)
tc:panel and markup attribute in tabs
-

 Key: TOBAGO-381
 URL: https://issues.apache.org/jira/browse/TOBAGO-381
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.10
 Environment: winxp prof, tomcat 5.5.23, myfaces 1.1.6 snap 
(30.04.2007), tobago 1.0.11 snap (30.04.2007)
Reporter: Guido Dubois


If you use the markup attribute from tc:panel in a tab, there is rendered a 
vertical slider in the sub-tabs of the first super-tab if the attribute is set. 
I will add an example...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-360) Allow definition of supported markup in tobago-config.xml

2007-05-03 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493413
 ] 

Guido Dubois commented on TOBAGO-360:
-

Thanks! That's the way I love it...

 Allow definition of supported markup in tobago-config.xml
 -

 Key: TOBAGO-360
 URL: https://issues.apache.org/jira/browse/TOBAGO-360
 Project: MyFaces Tobago
  Issue Type: Improvement
Reporter: Bernd Bohmann
 Assigned To: Bernd Bohmann
Priority: Minor
 Fix For: 1.0.11




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-334) markup attribute for tab component

2007-05-02 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493130
 ] 

Guido Dubois commented on TOBAGO-334:
-

When you are ready with this option? I am waiting for this...

 markup attribute for tab component
 --

 Key: TOBAGO-334
 URL: https://issues.apache.org/jira/browse/TOBAGO-334
 Project: MyFaces Tobago
  Issue Type: Improvement
  Components: Core
Affects Versions: 1.0.10
Reporter: Bernd Bohmann
 Assigned To: Bernd Bohmann
 Fix For: 1.0.11




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-357) tc:selectOneRadio and f:facet name=change is only executed if changed twice

2007-04-18 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489736
 ] 

Guido Dubois commented on TOBAGO-357:
-

This happens only in IE, in Firefox it works accurate...

 tc:selectOneRadio and f:facet name=change is only executed if changed 
 twice
 -

 Key: TOBAGO-357
 URL: https://issues.apache.org/jira/browse/TOBAGO-357
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.10
 Environment: winxp prof, tomcat 5.5.20, myfaces 1.1.6 snap 
 (16.04.2007), tobago 1.0.11 snap (16.04.2007)
Reporter: Guido Dubois

 Initialy nothing is choosen. Then select the first one (N), nothing 
 happend. Select the second one (O), now the method is invoked and the radio 
 is setted to the first one (N). Set to the second (O) does nothing. Set 
 to the third (S),  method is invoked and radio setted to second (O).
   tc:selectOneRadio required=true
 tc:selectItem itemValue=N itemLabel=Nord /
 tc:selectItem itemValue=O itemLabel=East /
 tc:selectItem itemValue=S itemLabel=South /
 tc:selectItem itemValue=W itemLabel=West /
 f:facet name=change
   tc:command actionListener=#{bbg.value1Changed} /
 /f:facet
   /tc:selectOneRadio

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-357) tc:selectOneRadio and f:facet name=change is only executed if changed twice

2007-04-16 Thread Guido Dubois (JIRA)
tc:selectOneRadio and f:facet name=change is only executed if changed 
twice
-

 Key: TOBAGO-357
 URL: https://issues.apache.org/jira/browse/TOBAGO-357
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.10
 Environment: winxp prof, tomcat 5.5.20, myfaces 1.1.6 snap 
(16.04.2007), tobago 1.0.11 snap (16.04.2007)
Reporter: Guido Dubois


Initialy nothing is choosen. Then select the first one (N), nothing happend. 
Select the second one (O), now the method is invoked and the radio is setted 
to the first one (N). Set to the second (O) does nothing. Set to the third 
(S),  method is invoked and radio setted to second (O).

  tc:selectOneRadio required=true
tc:selectItem itemValue=N itemLabel=Nord /
tc:selectItem itemValue=O itemLabel=East /
tc:selectItem itemValue=S itemLabel=South /
tc:selectItem itemValue=W itemLabel=West /
f:facet name=change
  tc:command actionListener=#{bbg.value1Changed} /
/f:facet
  /tc:selectOneRadio


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-322) tabs after a rendered=false tab are not accessible if switch type is tabReload

2007-04-16 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489249
 ] 

Guido Dubois commented on TOBAGO-322:
-

Great, it works fine now!

 tabs after a rendered=false tab are not accessible if switch type is tabReload
 --

 Key: TOBAGO-322
 URL: https://issues.apache.org/jira/browse/TOBAGO-322
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Themes
Affects Versions: 1.0.10
Reporter: Bernd Bohmann
 Assigned To: Bernd Bohmann
 Fix For: 1.0.11

 Attachments: tab.war, tabpane_log.txt




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-322) tabs after a rendered=false tab are not accessible if switch type is tabReload

2007-04-12 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488274
 ] 

Guido Dubois commented on TOBAGO-322:
-

Ok, I think we are talking about different things. The accessibility is working 
now since several nightly build versions.

What I mean is, that if you turn the rendered=true of the first tab to 
rendered=false there will be rendered nothing. Even not the second heading tab 
with its children tabs. You can only set rendered=false from right tabs to left 
tabs. If you do this from left to right the following tabs are not rendered.

 tabs after a rendered=false tab are not accessible if switch type is tabReload
 --

 Key: TOBAGO-322
 URL: https://issues.apache.org/jira/browse/TOBAGO-322
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Themes
Affects Versions: 1.0.10
Reporter: Bernd Bohmann
 Assigned To: Bernd Bohmann
 Fix For: 1.0.11

 Attachments: tab.war, tabpane_log.txt




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-329) tx:date ... disabled=true allows opening the datepicker

2007-04-12 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488280
 ] 

Guido Dubois commented on TOBAGO-329:
-

Ok, it works...

Other question: If the date field is empty, the datepicker is opened with the 
current date. Is it possible to open the datepicker with a predefined date 
different from the current date? Perhaps with a parameter or attribute?

 tx:date ... disabled=true allows opening the datepicker
 --

 Key: TOBAGO-329
 URL: https://issues.apache.org/jira/browse/TOBAGO-329
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.10
 Environment: winxp prof, tomcat 5.5.20, myfaces 1.1.6 snap, tobago 
 1.0.11 snap
Reporter: Guido Dubois
 Assigned To: Bernd Bohmann
 Fix For: 1.0.11


 It is possible to open the datepicker and modify the disabled field.
 like [TOBAGO-209] for readonly...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOBAGO-355) Open datepicker with predefined date different from current date if field is empty

2007-04-12 Thread Guido Dubois (JIRA)
Open datepicker with predefined date different from current date if field is 
empty
--

 Key: TOBAGO-355
 URL: https://issues.apache.org/jira/browse/TOBAGO-355
 Project: MyFaces Tobago
  Issue Type: New Feature
  Components: Core
Affects Versions: 1.0.10
Reporter: Guido Dubois


If the date field is empty, the datepicker is opened with the current date. Is 
it possible to open the datepicker with a predefined date different from the 
current date? Perhaps with a parameter or attribute...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOBAGO-322) tabs after a rendered=false tab are not accessible if switch type is tabReload

2007-04-11 Thread Guido Dubois (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488012
 ] 

Guido Dubois commented on TOBAGO-322:
-

Are you still working at this problem? Other question: How long it will take 
until it works? I'm waiting for this...

 tabs after a rendered=false tab are not accessible if switch type is tabReload
 --

 Key: TOBAGO-322
 URL: https://issues.apache.org/jira/browse/TOBAGO-322
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Themes
Affects Versions: 1.0.10
Reporter: Bernd Bohmann
 Assigned To: Bernd Bohmann
 Fix For: 1.0.11

 Attachments: tab.war, tabpane_log.txt




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



  1   2   >