[jira] Issue Comment Edited: (TRINIDAD-1958) Client tr:numberConverter with type="currency" incorrectly handles arabic locale for positive values

2010-11-09 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-1958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930344#action_12930344
 ] 

Hazem Saleh edited comment on TRINIDAD-1958 at 11/9/10 6:16 PM:


>> Need to confirm if the Arabic symbols for negative pre/suffix are indeed 
>> correct. 

>> That is, if I want to represent the value -9 in currency, this is correct: 
>> en_US: ($9) 
>> he_IL: -9 ?? 
>>ar_SA: 9 ?? - 

No, this is incorrect. For Arabic currency, it is represented as "-9 ??".

Like for example:
-9 رس
-9 جم
and so on.

But the following is invalid to say:
9 رس -
or
9 جم -



  was (Author: hazems):
>> Need to confirm if the Arabic symbols for negative pre/suffix are indeed 
correct. 

>> That is, if I want to represent the value -9 in currency, this is correct: 
>> en_US: ($9) 
>> he_IL: -9 ?? 
>>ar_SA: 9 ?? - 

No, this is incorrect. For Arabic currency, it is represented as (-9 ??).

Like for example:
-9 رس
-9 جم
and so on.


  
> Client tr:numberConverter with type="currency" incorrectly handles arabic 
> locale for positive values
> 
>
> Key: TRINIDAD-1958
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1958
> Project: MyFaces Trinidad
>  Issue Type: Bug
>  Components: Components
>Affects Versions: 1.2.13-core 
>Reporter: Yee-Wah Lee
>Priority: Minor
>
> 1. Use the following jspx, binding the value of the inputText to a positive 
> integer. 
>autoSubmit="true">
>
>   
>   
> 2. Run the jspx, it displays something like:
> 2ر.س.‏ 0
> 3. Modify just the numerical portion of the text and tab off: Get an 
> Incorrect Format error
> Enter a currency in the same format as this example: ر.س.‏ 10,250

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



[jira] Commented: (TRINIDAD-1958) Client tr:numberConverter with type="currency" incorrectly handles arabic locale for positive values

2010-11-09 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-1958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930344#action_12930344
 ] 

Hazem Saleh commented on TRINIDAD-1958:
---

>> Need to confirm if the Arabic symbols for negative pre/suffix are indeed 
>> correct. 

>> That is, if I want to represent the value -9 in currency, this is correct: 
>> en_US: ($9) 
>> he_IL: -9 ?? 
>>ar_SA: 9 ?? - 

No, this is incorrect. For Arabic currency, it is represented as (-9 ??).

Like for example:
-9 رس
-9 جم
and so on.



> Client tr:numberConverter with type="currency" incorrectly handles arabic 
> locale for positive values
> 
>
> Key: TRINIDAD-1958
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1958
> Project: MyFaces Trinidad
>  Issue Type: Bug
>  Components: Components
>Affects Versions: 1.2.13-core 
>Reporter: Yee-Wah Lee
>Priority: Minor
>
> 1. Use the following jspx, binding the value of the inputText to a positive 
> integer. 
>autoSubmit="true">
>
>   
>   
> 2. Run the jspx, it displays something like:
> 2ر.س.‏ 0
> 3. Modify just the numerical portion of the text and tab off: Get an 
> Incorrect Format error
> Enter a currency in the same format as this example: ر.س.‏ 10,250

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



[jira] Commented: (MYFACES-2635) [MAB] MyFaces Application Builder

2010-03-30 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/MYFACES-2635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12851521#action_12851521
 ] 

Hazem Saleh commented on MYFACES-2635:
--

Adding to the base description:

There is a needed investigation about the possibility of creating custom tags 
for Spring Roo to shape the project direction.

> [MAB] MyFaces Application Builder
> -
>
> Key: MYFACES-2635
> URL: https://issues.apache.org/jira/browse/MYFACES-2635
> Project: MyFaces Core
>  Issue Type: New Feature
>Reporter: Gerhard Petracek
>
> An application builder for MyFaces should allow to bootstrap MyFaces 
> applications easily.
> The core should be very pluggable to allow add-ons for different frameworks.
> We should use CDI (e.g. OWB) as dependency injection framework (so it's 
> possible to use e.g. the nice event system).
> It should be possible to generate:
> #1 The project (minimal version of:)
>  - Maven config
> #2 Config
>  - JSF (MyFaces-Core and Mojarra)
>  - MyFaces component libs
>  - CDI
> #3 (Simple) Use-Case
>  - JSF
>  - 1 component lib
>  - CDI (OWB)
>  - MyFaces Extensions (ExtVal (bean-validation module), CODI)
> The generated application should >not< depend on the application builder.
> For the beginning users of the application builder should be able to use very 
> simple commands to generate the required (minimal) config and very simple 
> applications based on the mentioned frameworks.

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



[jira] Commented: (TOMAHAWK-1469) CAPTCHA renderer throws exception when session is missing

2009-12-08 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787755#action_12787755
 ] 

Hazem Saleh commented on TOMAHAWK-1469:
---

Can you please describe the scenario and the working environment?

> CAPTCHA renderer throws exception when session is missing
> -
>
> Key: TOMAHAWK-1469
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1469
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: Captcha
>Affects Versions: 1.1.9
> Environment: Not relevant
>Reporter: Igor Spac
>Assignee: Hazem Saleh
>
> CAPTCHARenderer.renderCAPTCHA throws exception in case session is missing. 
> This happens because session attribute is set after the image being rendered. 
> The fix would involve setting the attribute before rendering the image.
> Full stack trace:
> java.lang.IllegalStateException: Cannot create a session after the response 
> has been committed
> at 
> org.apache.catalina.connector.Request.doGetSession(Request.java:2221)
> at org.apache.catalina.connector.Request.getSession(Request.java:2031)
> at 
> org.apache.catalina.connector.RequestFacade$GetSessionPrivilegedAction.run(RequestFacade.java:196)
> at java.security.AccessController.doPrivileged(Native Method)
> at 
> org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:830)
> at 
> org.apache.myfaces.context.servlet.SessionMap.setAttribute(SessionMap.java:56)
> at 
> org.apache.myfaces.util.AbstractAttributeMap.put(AbstractAttributeMap.java:105)
> at 
> org.apache.myfaces.util.AbstractAttributeMap.put(AbstractAttributeMap.java:38)
> at 
> org.apache.myfaces.custom.captcha.CAPTCHARenderer.renderCAPTCHA(CAPTCHARenderer.java:207)
> at 
> org.apache.myfaces.custom.captcha.CAPTCHARenderer.serveResource(CAPTCHARenderer.java:159)
> at 
> org.apache.myfaces.renderkit.html.util.NonBufferingAddResource.serveResource(NonBufferingAddResource.java:544)
> at 
> org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:268)
> at sun.reflect.GeneratedMethodAccessor244.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at 
> org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:244)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
> at 
> org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:276)
> at 
> org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:218)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
> at 
> org.apache.catalina.core.ApplicationFilterChain.access$0(ApplicationFilterChain.java:192)
> at 
> org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:171)
> at java.security.AccessController.doPrivileged(Native Method)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:167)
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
> at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
> at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
> at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
> at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
> at 
> org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
> at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
> at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
> at 
> org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
> at 
> org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
> at 
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
> at java.lang.Thread.run(Thread.java:595)

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



[jira] Resolved: (TOMAHAWK-1180) Datascroller not rendering links correctly when javascript-detection on

2009-03-13 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1180.
---

Resolution: Duplicate

Duplicate to https://issues.apache.org/jira/browse/MYFACES-1692

> Datascroller not rendering links correctly when javascript-detection on
> ---
>
> Key: TOMAHAWK-1180
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1180
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: Data Scroller
>Affects Versions: 1.1.6
>Reporter: HARSHNA PATEL
>Assignee: Hazem Saleh
>
> When javascript-detect is set to true in the web.xml and javascript disabled 
> in the browser - the links rendered in the datascroller do not work.

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



[jira] Resolved: (TOMAHAWK-241) preserveDataModel=true always throws ClassCastException

2009-03-13 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-241.
--

Resolution: Invalid

Not a bug, This scenario works fine.

> preserveDataModel=true always throws ClassCastException
> ---
>
> Key: TOMAHAWK-241
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-241
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: Extended Datatable
>Affects Versions: 1.1.1
>Reporter: Robert Thaler
>Assignee: Hazem Saleh
>
> I have created a simple DataTable with scrolling ability using DataScroller. 
> I have set preserveDataModel to true.
> The first call of the page works fine. If I would like to show the next page 
> of data rows I always receive the following exception:
> java.lang.ClassCastException: javax.faces.model.ListDataModel
>   at 
> org.apache.myfaces.component.html.ext.HtmlDataTable.updateModelFromPreservedDataModel(HtmlDataTable.java:256)
>   at 
> org.apache.myfaces.component.html.ext.HtmlDataTable.processUpdates(HtmlDataTable.java:242)
>   at javax.faces.component.UIForm.processUpdates(UIForm.java:85)
> I take a look in the source and it seems to me that the call of 
> getDataModel() is the problem. It never returns a _SerializabelDataModel. 
> Souldn't it call getPreservedDataModel()?
> regards
> Robert

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



[jira] Commented: (TOMAHAWK-768) t:datascroller and sort headers don't work with ajax4jsf

2009-03-13 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681931#action_12681931
 ] 

Hazem Saleh commented on TOMAHAWK-768:
--

This patch is ricky to be applied!
As it will BREAK  an old feature.

> t:datascroller and sort headers don't work with ajax4jsf
> 
>
> Key: TOMAHAWK-768
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-768
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: Data Scroller, Sort Header
>Affects Versions: 1.1.3
>Reporter: Popcorn
>Assignee: Hazem Saleh
> Attachments: HtmlDataScrollerRendererFixedForAjax.java
>
>
> The datascroller and sort headers stop working inside an ajax-rendered area 
> with Ajax4jsf. The components need to be patched.
> For details, see this link:
> http://marc.theaimsgroup.com/?l=myfaces-user&m=116237031123948&w=2

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



[jira] Commented: (TOMAHAWK-631) please add onclick and rendered attribute to jscookmenu item

2009-03-13 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681887#action_12681887
 ] 

Hazem Saleh commented on TOMAHAWK-631:
--

rendered is already done in the component.
Iam not sure whether the cookmenu javascript component supports define events 
on, so I will investigate in this issue to add the (onclick) attribute to it.

> please add onclick and rendered attribute to jscookmenu item
> 
>
> Key: TOMAHAWK-631
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-631
> Project: MyFaces Tomahawk
>  Issue Type: Improvement
>  Components: JS Cook Menu
>Reporter: Slawomir Sobotka
>Assignee: Hazem Saleh
>
> onclick on menu item - suppose we have (for example) menu: file->logout in 
> our app and we want to ask user if he is sure to logout (JS confirm).
> now i must redirect user to "beforeLogoutPage" with onload attrib that calls 
> JS function. that JS function asks user if he is sure and than it clicks 
> hidden command button - its absurd and pathetic, isnt it?.
> but having onclick attrib witch would "catch" false JS function result and 
> cancel submit would be great.
> rendered atribute would be helpfull also-now im puting menu item into 
> scriptlet to conditionally render it-bruteforce;)

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



[jira] Issue Comment Edited: (TOMAHAWK-631) please add onclick and rendered attribute to jscookmenu item

2009-03-13 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681887#action_12681887
 ] 

Hazem Saleh edited comment on TOMAHAWK-631 at 3/13/09 1:37 PM:
---

rendered is already done in the component.
Iam not sure whether the cookmenu javascript component supports defining events 
on, so I will investigate in this issue to add the (onclick) attribute to the 
JSCookMenu component.

  was (Author: hazems):
rendered is already done in the component.
Iam not sure whether the cookmenu javascript component supports define events 
on, so I will investigate in this issue to add the (onclick) attribute to it.
  
> please add onclick and rendered attribute to jscookmenu item
> 
>
> Key: TOMAHAWK-631
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-631
> Project: MyFaces Tomahawk
>  Issue Type: Improvement
>  Components: JS Cook Menu
>Reporter: Slawomir Sobotka
>Assignee: Hazem Saleh
>
> onclick on menu item - suppose we have (for example) menu: file->logout in 
> our app and we want to ask user if he is sure to logout (JS confirm).
> now i must redirect user to "beforeLogoutPage" with onload attrib that calls 
> JS function. that JS function asks user if he is sure and than it clicks 
> hidden command button - its absurd and pathetic, isnt it?.
> but having onclick attrib witch would "catch" false JS function result and 
> cancel submit would be great.
> rendered atribute would be helpfull also-now im puting menu item into 
> scriptlet to conditionally render it-bruteforce;)

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



[jira] Resolved: (TOMAHAWK-1273) Documenting the media component

2009-03-13 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1273.
---

Resolution: Fixed

Component is now fully documented ;).

> Documenting the media component
> ---
>
> Key: TOMAHAWK-1273
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1273
> Project: MyFaces Tomahawk
>  Issue Type: Task
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
>


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



[jira] Resolved: (TOMAHAWK-159) Javascript not generated

2009-03-13 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-159.
--

Resolution: Invalid

> Javascript not generated
> 
>
> Key: TOMAHAWK-159
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-159
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: ExtensionsFilter
>Affects Versions: 1.1.2-SNAPSHOT
>Reporter: Carsten Burghardt
>Assignee: Hazem Saleh
>
> When the page is loaded the first time all Javascript includes are missing 
> (tree2.js, Cookie.js, scrolling). My pages are constructed with panelLayout 
> and the subviews are included. If the page is reloaded the Javascript is 
> present. The same application worked with 1.1.1

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



[jira] Resolved: (TOMAHAWK-564) jscookmenu dinamic

2009-03-13 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-564.
--

Resolution: Incomplete

Ambiguous requirement! 

> jscookmenu dinamic
> --
>
> Key: TOMAHAWK-564
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-564
> Project: MyFaces Tomahawk
>  Issue Type: New Feature
>  Components: JS Cook Menu
> Environment: myfaces 1.1.5 tomahawk windows xp
>Reporter: Alberto Marqués
>Assignee: Hazem Saleh
>
> I need in a JSCookMenu implemented with nenuNavigationItems I went by a 
> managed-bean instead of a jsp. Do I need that it goes by the bean to listen 
> the label or the value of the menuNavigationItem on which I have made click 
> this is possible
> My implementation:
>  layout="hbr"
> theme="ThemeOffice" binding="#{gestionProyectosBean.nombre_proyecto}" >
> 
>  value="#{menuGenericoXML.olistmenuitem}"/>
> 
> Something similar to selectOneMenu here passes the value from the item 
> seleecionado to the managed-bean
>  "#{listadoUsuariosBean.sgrupoactual}" onchange = "submit () immediate = 
> "true">
> 
> 
> As I can make it???
> thank you!! 

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



[jira] Resolved: (TOMAHAWK-723) Unable to find setter method for attribute: footerstyleClass

2009-03-13 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-723.
--

Resolution: Fixed

footerstyleClass works fine with me with 

> Unable to find setter method for attribute: footerstyleClass
> 
>
> Key: TOMAHAWK-723
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-723
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: Columns
>Affects Versions: 1.1.2, 1.1.3
> Environment: Websphere 6.0.2.11  / Sun Implementation 1.1 / Tomahawk 
> 1.1.2 & 1.1.3
>Reporter: Guillaume Serre
>Assignee: Hazem Saleh
>
> Closely related to https://issues.apache.org/jira/browse/TOMAHAWK-345, but 
> for the t:columns tag this time.
> Setting the footerstyleClass on the t:columns tag results in this error 
> (sorry for the french message, means: Unable to find setter method for 
> attribute: footerstyleClass )
> [04/10/06 10:54:32:961 CEST] 0022 WebAppE   SRVE0026E: [Erreur de 
> servlet]-[JSPG0218E: Erreur - La localisation de la méthode setter pour 
> l'attribut footerstyleClass dans la classe de balises 
> org.apache.myfaces.custom.crosstable.HtmlColumnsTag n'a pas abouti]: 
> com.ibm.ws.jsp.JspCoreException: JSPG0218E: Erreur - La localisation de la 
> méthode setter pour l'attribut footerstyleClass dans la classe de balises 
> org.apache.myfaces.custom.crosstable.HtmlColumnsTag n'a pas abouti
>   at 
> com.ibm.ws.jsp.taglib.TagClassInfo.getParameterClassName(TagClassInfo.java:173)
>   at 
> com.ibm.ws.jsp.translator.visitor.generator.BaseTagGenerator.evaluateAttribute(BaseTagGenerator.java:327)
>   at 
> com.ibm.ws.jsp.translator.visitor.generator.BaseTagGenerator.generateSetters(BaseTagGenerator.java:216)
>   at 
> com.ibm.ws.jsp.translator.visitor.generator.CustomTagGenerator.startGeneration(CustomTagGenerator.java:342)
>   at 
> com.ibm.ws.jsp.translator.visitor.generator.GenerateVisitor.startGeneration(GenerateVisitor.java:683)
>   at 
> com.ibm.ws.jsp.translator.visitor.generator.GenerateVisitor.visitCustomTagStart(GenerateVisitor.java:392)
>   at 
> com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java:253)
>   at 
> com.ibm.ws.jsp.translator.visitor.JspVisitor.processChildren(JspVisitor.java:286)
>   at 
> com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java:254)
>   at 
> com.ibm.ws.jsp.translator.visitor.JspVisitor.processChildren(JspVisitor.java:286)
>   at 
> com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java:254)
>   at 
> com.ibm.ws.jsp.translator.visitor.JspVisitor.processChildren(JspVisitor.java:286)
>   at 
> com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java:254)
>   at 
> com.ibm.ws.jsp.translator.visitor.JspVisitor.processChildren(JspVisitor.java:286)
>   at 
> com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java:254)
>   at 
> com.ibm.ws.jsp.translator.visitor.JspVisitor.processChildren(JspVisitor.java:286)
>   at 
> com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java:254)
>   at 
> com.ibm.ws.jsp.translator.visitor.JspVisitor.processChildren(JspVisitor.java:286)
>   at 
> com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java:254)
>   at 
> com.ibm.ws.jsp.translator.visitor.JspVisitor.processChildren(JspVisitor.java:286)
>   at 
> com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java:254)
>   at 
> com.ibm.ws.jsp.translator.visitor.JspVisitor.processChildren(JspVisitor.java:286)
>   at 
> com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java:125)
>   at 
> com.ibm.ws.jsp.translator.visitor.JspVisitor.visit(JspVisitor.java:110)
>   at 
> com.ibm.ws.jsp.translator.visitor.generator.GenerateJspVisitor.visit(GenerateJspVisitor.java:136)
>   at 
> com.ibm.ws.jsp.translator.JspTranslator.processVisitors(JspTranslator.java:121)
>   at 
> com.ibm.ws.jsp.translator.utils.JspTranslatorUtil.translateJsp(JspTranslatorUtil.java:169)
>   at 
> com.ibm.ws.jsp.translator.utils.JspTranslatorUtil.translateJspAndCompile(JspTranslatorUtil.java:82)
>   at 
> com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.translateJsp(JSPExtensionServletWrapper.java:360)
>   at 
> com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper._checkForTranslation(JSPExtensionServletWrapper.java:329)
>   at 
> com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.checkForTranslation(JSPExtensionServletWrapper.java:237)
>   at 
> com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:144)
>   at 
> com.ibm.ws.webco

[jira] Updated: (TOMAHAWK-1400) ArithmeticException when last button is pressed in empty table

2009-03-11 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh updated TOMAHAWK-1400:
--

Resolution: Fixed
Status: Resolved  (was: Patch Available)

Resolved thanks to (Jochen Reinhardt).

> ArithmeticException when last button is pressed in empty table
> --
>
> Key: TOMAHAWK-1400
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1400
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: Data Scroller
>Affects Versions: 1.1.8
> Environment: JBoss 5.01GA with Sun's JSF RI, Ubuntu Linux
>Reporter: Jochen Reinhardt
>Assignee: Hazem Saleh
>Priority: Minor
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> Problem is in AbstractHtmlDataScroller.java, line 307 / 308
> int rows = uiData.getRows();
> int delta = rowcount % rows;
> Rows obviously can be 0, so the code should read:
> int rows = uiData.getRows();
> int delta = rows != 0 ? rowcount % rows : 0;

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



[jira] Resolved: (MFCOMMONS-6) just reads first outputText of content

2009-03-06 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/MFCOMMONS-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved MFCOMMONS-6.
-

   Resolution: Fixed
Fix Version/s: 1.0.1-SNAPSHOT

Resolved in 1.0.1-SNAPSHOT.

Long Life MyFacesss!

>  just reads first outputText of content
> --
>
> Key: MFCOMMONS-6
> URL: https://issues.apache.org/jira/browse/MFCOMMONS-6
> Project: MyFaces Commons
>  Issue Type: Improvement
>  Components: myfaces-commons-components
>Affects Versions: 1.0.1-SNAPSHOT
> Environment: myfaces 1.2.6
> tomahawk 1.1.8
> sandbox 1.1.7 snapshot
> facelets 1.1.14
> tomcat 6.0.16
> Apache mod_jk 2
> Myfaces-common-components (current source with taglib from MFCOMMONS-3 issue)
>Reporter: Gerd Schaffer
>Assignee: Hazem Saleh
> Fix For: 1.0.1-SNAPSHOT
>
>
> for every record and column in the datatable just the first outputText will 
> be rendered - is there a good reason why the code looks like this: 
> column.getChildren().get(0) ?
> wouldn't it better to loop over all Children and display all objects? Would 
> be a good improvement - exported output will look similar to the html-output 
> of the datatable component

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



[jira] Commented: (MFCOMMONS-5) does not work with message bundles

2009-02-20 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/MFCOMMONS-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675341#action_12675341
 ] 

Hazem Saleh commented on MFCOMMONS-5:
-

Where is the exportActionListener in this code snippet?

>  does not work with message bundles
> --
>
> Key: MFCOMMONS-5
> URL: https://issues.apache.org/jira/browse/MFCOMMONS-5
> Project: MyFaces Commons
>  Issue Type: Bug
>  Components: myfaces-commons-components
>Affects Versions: 1.0.1-SNAPSHOT
> Environment: myfaces 1.2.6
> tomahawk 1.1.8
> sandbox 1.1.7 snapshot
> facelets 1.1.14
> tomcat 6.0.16
> Apache mod_jk 2
> Myfaces-common-components (current source with taglib from MFCOMMONS-3 issue)
>Reporter: Gerd Schaffer
>Assignee: Hazem Saleh
>
> The ExporterActionListener does not render value bindings that come from 
> ressource message files (needed for multilanguage). We took a look into the 
> sourcecode but did not spot a big difference between the render-method of the 
> datatable or the output-text components and the renderer of the exporter. The 
> values are null in any case (see example below). It does not matter if we 
> have an output Text in the header, footer or "detail" part of a column- the 
> value from the bundle will never be drawn.
> Is it possible, that the ExporterActionListener cannot access the values 
> drawn via value bindings from message-files (ressource bundles) because the 
> resource files are not in the context of the exporter (or something similar)?
> our code:
>
>var="j"
>id="reportData"
>value="#{pageBean.list}"
>rowClasses="firstline, secondline"
>columnClasses=" , , , , column_right, column_right,
> column_right, , "
>sortColumn="#{cbaOutgoReportPageBean.sort}"
>sortAscending="#{cbaOutgoReportPageBean.ascending}"
>preserveDataModel="true"
>forceId="true"
>rendered="#{cbaOutgoReportPageBean.showResults}">
>
>
> arrow="true">
>
>
>
>
>
>.
>.
>.
>  

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



[jira] Commented: (MFCOMMONS-6) just reads first outputText of content

2009-02-20 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/MFCOMMONS-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675340#action_12675340
 ] 

Hazem Saleh commented on MFCOMMONS-6:
-

Please send us the code sample that does not work correctly.

>  just reads first outputText of content
> --
>
> Key: MFCOMMONS-6
> URL: https://issues.apache.org/jira/browse/MFCOMMONS-6
> Project: MyFaces Commons
>  Issue Type: Improvement
>  Components: myfaces-commons-components
>Affects Versions: 1.0.1-SNAPSHOT
> Environment: myfaces 1.2.6
> tomahawk 1.1.8
> sandbox 1.1.7 snapshot
> facelets 1.1.14
> tomcat 6.0.16
> Apache mod_jk 2
> Myfaces-common-components (current source with taglib from MFCOMMONS-3 issue)
>Reporter: Gerd Schaffer
>Assignee: Hazem Saleh
>
> for every record and column in the datatable just the first outputText will 
> be rendered - is there a good reason why the code looks like this: 
> column.getChildren().get(0) ?
> wouldn't it better to loop over all Children and display all objects? Would 
> be a good improvement - exported output will look similar to the html-output 
> of the datatable component

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



[jira] Resolved: (MFCOMMONS-4) Adding Facelets example module to test components

2009-02-06 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/MFCOMMONS-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved MFCOMMONS-4.
-

   Resolution: Fixed
Fix Version/s: 1.0.1-SNAPSHOT

Done.

> Adding Facelets example module to test components
> -
>
> Key: MFCOMMONS-4
> URL: https://issues.apache.org/jira/browse/MFCOMMONS-4
> Project: MyFaces Commons
>  Issue Type: Improvement
>  Components: myfaces-commons-examples
>Affects Versions: 1.0.1-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.0.1-SNAPSHOT
>
>
> For avoiding the future Facelets bugs.

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



[jira] Created: (MFCOMMONS-4) Adding Facelets example module to test components

2009-02-06 Thread Hazem Saleh (JIRA)
Adding Facelets example module to test components
-

 Key: MFCOMMONS-4
 URL: https://issues.apache.org/jira/browse/MFCOMMONS-4
 Project: MyFaces Commons
  Issue Type: Improvement
  Components: myfaces-commons-examples
Affects Versions: 1.0.1-SNAPSHOT
Reporter: Hazem Saleh
Assignee: Hazem Saleh


For avoiding the future Facelets bugs.

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



[jira] Resolved: (MFCOMMONS-3) does not work with Facelets

2009-01-29 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/MFCOMMONS-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved MFCOMMONS-3.
-

   Resolution: Fixed
Fix Version/s: 1.0.1-SNAPSHOT

Solved.

I added the 
(org.apache.myfaces.commons.exporter.FaceletsExporterActionListenerTag) class 
to be the Facelets Tag Handler for the exportActionListener.


In your Facelets lib xml file, you can refer to it as follows:

...

exporterActionListener
org.apache.myfaces.commons.exporter.FaceletsExporterActionListenerTag

...

Long life to MyFaces!

>  does not work with Facelets
> -
>
> Key: MFCOMMONS-3
> URL: https://issues.apache.org/jira/browse/MFCOMMONS-3
> Project: MyFaces Commons
>  Issue Type: Bug
>Affects Versions: 1.0.1-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.0.1-SNAPSHOT
>
>
>  does not work with Facelets.

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



[jira] Issue Comment Edited: (TOMAHAWK-1388) CAPTCHA - Add random string to image url. It prevent browser from caching captcha image.

2009-01-23 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666463#action_12666463
 ] 

hazems edited comment on TOMAHAWK-1388 at 1/23/09 2:23 AM:


Oh yes!
I got your point.
It should be "&dummyParameter="+ System.currentTimeMillis();
I do not know how it worked fine firstly :).

  was (Author: hazems):
Oh yes!
I got your point.
It should be "?dummyParameter="+ System.currentTimeMillis();
I do not know how it worked fine :).
  
> CAPTCHA - Add random string to image url. It prevent browser from caching 
> captcha image.
> 
>
> Key: TOMAHAWK-1388
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1388
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Affects Versions: 1.1.8
>Reporter: Marcin Muras
>Assignee: Hazem Saleh
> Fix For: 1.1.9-SNAPSHOT
>
>
> Some browser caches image generated by captcha component. It could be greate 
> to have some parameter (e.g. randomString="true/false") telling component to 
> add some random param to image url.
> It prevent any browser from caching such image.

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



[jira] Commented: (TOMAHAWK-1388) CAPTCHA - Add random string to image url. It prevent browser from caching captcha image.

2009-01-23 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666463#action_12666463
 ] 

Hazem Saleh commented on TOMAHAWK-1388:
---

Oh yes!
I got your point.
It should be "?dummyParameter="+ System.currentTimeMillis();
I do not know how it worked fine :).

> CAPTCHA - Add random string to image url. It prevent browser from caching 
> captcha image.
> 
>
> Key: TOMAHAWK-1388
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1388
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Affects Versions: 1.1.8
>Reporter: Marcin Muras
>Assignee: Hazem Saleh
> Fix For: 1.1.9-SNAPSHOT
>
>
> Some browser caches image generated by captcha component. It could be greate 
> to have some parameter (e.g. randomString="true/false") telling component to 
> add some random param to image url.
> It prevent any browser from caching such image.

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



[jira] Commented: (TOMAHAWK-1388) CAPTCHA - Add random string to image url. It prevent browser from caching captcha image.

2009-01-23 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666462#action_12666462
 ] 

Hazem Saleh commented on TOMAHAWK-1388:
---

To prevent browser from caching the image, a dummy random parameter should be 
added to the parameters.

> CAPTCHA - Add random string to image url. It prevent browser from caching 
> captcha image.
> 
>
> Key: TOMAHAWK-1388
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1388
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Affects Versions: 1.1.8
>Reporter: Marcin Muras
>Assignee: Hazem Saleh
> Fix For: 1.1.9-SNAPSHOT
>
>
> Some browser caches image generated by captcha component. It could be greate 
> to have some parameter (e.g. randomString="true/false") telling component to 
> add some random param to image url.
> It prevent any browser from caching such image.

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



[jira] Resolved: (TOMAHAWK-1388) CAPTCHA - Add random string to image url. It prevent browser from caching captcha image.

2009-01-22 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1388.
---

   Resolution: Fixed
Fix Version/s: 1.1.9-SNAPSHOT

I fixed this bug.
Enjoy using Tomahawk CAPTCHA!

> CAPTCHA - Add random string to image url. It prevent browser from caching 
> captcha image.
> 
>
> Key: TOMAHAWK-1388
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1388
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Affects Versions: 1.1.8
>Reporter: Marcin Muras
>Assignee: Hazem Saleh
> Fix For: 1.1.9-SNAPSHOT
>
>
> Some browser caches image generated by captcha component. It could be greate 
> to have some parameter (e.g. randomString="true/false") telling component to 
> add some random param to image url.
> It prevent any browser from caching such image.

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



[jira] Commented: (TOMAHAWK-1388) CAPTCHA - Add random string to image url. It prevent browser from caching captcha image.

2009-01-22 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666102#action_12666102
 ] 

Hazem Saleh commented on TOMAHAWK-1388:
---

Could you please tell me in which browser, and what is the scenario so I can 
replicate the bug?

> CAPTCHA - Add random string to image url. It prevent browser from caching 
> captcha image.
> 
>
> Key: TOMAHAWK-1388
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1388
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Affects Versions: 1.1.8
>Reporter: Marcin Muras
>Assignee: Hazem Saleh
>
> Some browser caches image generated by captcha component. It could be greate 
> to have some parameter (e.g. randomString="true/false") telling component to 
> add some random param to image url.
> It prevent any browser from caching such image.

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



[jira] Created: (MFCOMMONS-3) does not work with Facelets

2009-01-08 Thread Hazem Saleh (JIRA)
 does not work with Facelets
-

 Key: MFCOMMONS-3
 URL: https://issues.apache.org/jira/browse/MFCOMMONS-3
 Project: MyFaces Commons
  Issue Type: Bug
Affects Versions: 1.0.1-SNAPSHOT
Reporter: Hazem Saleh
Assignee: Hazem Saleh


 does not work with Facelets.

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



[jira] Deleted: (TOMAHAWK-1370) Promoting the component to Tomahawk

2008-11-22 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh deleted TOMAHAWK-1370:
--


> Promoting the  component to Tomahawk
> --
>
> Key: TOMAHAWK-1370
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1370
> Project: MyFaces Tomahawk
>  Issue Type: New Feature
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>


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



[jira] Commented: (TOMAHAWK-1370) Promoting the component to Tomahawk

2008-11-13 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647418#action_12647418
 ] 

Hazem Saleh commented on TOMAHAWK-1370:
---

The status is now pending on a new vote.

> Promoting the  component to Tomahawk
> --
>
> Key: TOMAHAWK-1370
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1370
> Project: MyFaces Tomahawk
>  Issue Type: New Feature
>Affects Versions: 1.1.8-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>


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



[jira] Created: (TOMAHAWK-1370) Promoting the component to Tomahawk

2008-11-13 Thread Hazem Saleh (JIRA)
Promoting the  component to Tomahawk
--

 Key: TOMAHAWK-1370
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1370
 Project: MyFaces Tomahawk
  Issue Type: New Feature
Affects Versions: 1.1.8-SNAPSHOT
Reporter: Hazem Saleh
Assignee: Hazem Saleh




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



[jira] Resolved: (TOMAHAWK-1364) Preparing the exportActionListener to move from Tomahawk sandbox to MyFaces Commons

2008-10-27 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1364.
---

Resolution: Fixed

Done in revision: 708284

> Preparing the exportActionListener to move from Tomahawk sandbox to MyFaces 
> Commons
> ---
>
> Key: TOMAHAWK-1364
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1364
> Project: MyFaces Tomahawk
>  Issue Type: Task
>Affects Versions: 1.1.8-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>


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



[jira] Created: (TOMAHAWK-1364) Preparing the exportActionListener to move from Tomahawk sandbox to MyFaces Commons

2008-10-27 Thread Hazem Saleh (JIRA)
Preparing the exportActionListener to move from Tomahawk sandbox to MyFaces 
Commons
---

 Key: TOMAHAWK-1364
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1364
 Project: MyFaces Tomahawk
  Issue Type: Task
Affects Versions: 1.1.8-SNAPSHOT
Reporter: Hazem Saleh
Assignee: Hazem Saleh




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



[jira] Resolved: (TOMAHAWK-1340) onchange and styleClass are not rendered in inputTextAjax

2008-09-25 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1340.
---

   Resolution: Fixed
Fix Version/s: 1.1.8-SNAPSHOT

Applied at revision 699134, Thanks to Paul Rivera.

> onchange and styleClass are not rendered in inputTextAjax
> -
>
> Key: TOMAHAWK-1340
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1340
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: AJAX Form Components
>Affects Versions: 1.1.8-SNAPSHOT
> Environment: tomcat 6.0.16
> java 1.6.0
> myfaces 1.1.7-snapshot
> tomahawk 1.1.8-snapshot
> tomahawk-sandbox 1.1.8-snapshot
>Reporter: Paul Rivera
>Assignee: Hazem Saleh
> Fix For: 1.1.8-SNAPSHOT
>
> Attachments: HtmlInputTextAjaxRenderer.patch
>
>
> I have this jsf page:
>  validator="#{inputAjaxBean.validateText1}"
>   errorStyle="border:1px solid red; color:red;"
>   onchange="alert('hello!');"
>   styleClass="orangeBg"/>
>for="text1">
> This is the rendered html:
> ... class="myFacesInputSuggestAjax" 
> onchange="_MyFaces_inputAjax_ajaxSubmit1('text1');" /> class="errorMessage">...
> As you can see, the onchange and styleClass attributes supplied in the 
> inputTextAjax tag were not rendered.  Both of these attributes are defined in 
> the tld for this tag.  These should be rendered.
> As an added note, inputTextAjax doesn't seem to be working at all.  I've also 
> checked the example at http://www.irian.at/myfaces-sandbox/inputAjax.jsf.  
> Whenever ajax operations are performed, the 'loading' icon just spins 
> forever.  I'll check on this some other time.  But for now, I'll only deal 
> with correct attribute rendering first.

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



[jira] Resolved: (TOMAHAWK-1323) Tomahawk extensions code should not parse web.xml

2008-09-03 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1323.
---

Resolution: Fixed

Donee :).

> Tomahawk extensions code should not parse web.xml
> -
>
> Key: TOMAHAWK-1323
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1323
> Project: MyFaces Tomahawk
>  Issue Type: Task
>Reporter: Simon Kitching
>Assignee: Hazem Saleh
>Priority: Blocker
> Fix For: 1.1.7
>
>
> In earlier Tomahawk releases, the ExtensionsFilter class provides a number of 
> features, including resource-serving and file-upload support. It does need 
> some config parameters, and these were simply defined as filter-specific init 
> params.
> However a custom TomahawkFacesContextFactory now allows this functionality to 
> be available without configuring a servlet filter at all. Therefore there 
> needs to be some way for this new code to get the needed init params.
> The current code parses the web.xml and looks for filter-specific init 
> params, but this is complex and not intuitive for users.
> It seems that the most sensible way is simply to use
>   ServletContext.getInitParameter -- for servlet config
>   PortletContext.getInitParameter  -- for portlet config
> This does require some kind of reflection trickery, as having the portlet api 
> in the classpath is optional.
> Note that if a user does configure a filter, then things work as they always 
> did - config params are read from the filter config. Being able to use 
> "extensions" functionality without configuring the filter is a brand new 
> feature, so there is no backwards-compatibility issue with using a different 
> configuration approach.

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



[jira] Commented: (TOMAHAWK-1323) Tomahawk extensions code should not parse web.xml

2008-09-03 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628235#action_12628235
 ] 

Hazem Saleh commented on TOMAHAWK-1323:
---

Leonardo,
Thanks for these very nice review comments.
I will apply now ;).

> Tomahawk extensions code should not parse web.xml
> -
>
> Key: TOMAHAWK-1323
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1323
> Project: MyFaces Tomahawk
>  Issue Type: Task
>Reporter: Simon Kitching
>Assignee: Hazem Saleh
>Priority: Blocker
> Fix For: 1.1.7
>
>
> In earlier Tomahawk releases, the ExtensionsFilter class provides a number of 
> features, including resource-serving and file-upload support. It does need 
> some config parameters, and these were simply defined as filter-specific init 
> params.
> However a custom TomahawkFacesContextFactory now allows this functionality to 
> be available without configuring a servlet filter at all. Therefore there 
> needs to be some way for this new code to get the needed init params.
> The current code parses the web.xml and looks for filter-specific init 
> params, but this is complex and not intuitive for users.
> It seems that the most sensible way is simply to use
>   ServletContext.getInitParameter -- for servlet config
>   PortletContext.getInitParameter  -- for portlet config
> This does require some kind of reflection trickery, as having the portlet api 
> in the classpath is optional.
> Note that if a user does configure a filter, then things work as they always 
> did - config params are read from the filter config. Being able to use 
> "extensions" functionality without configuring the filter is a brand new 
> feature, so there is no backwards-compatibility issue with using a different 
> configuration approach.

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



[jira] Resolved: (TOMAHAWK-1323) Tomahawk extensions code should not parse web.xml

2008-09-03 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1323.
---

Resolution: Fixed

Resolved!!!

1. No more parse to (web.xml).
2. In case of using (TomahawkFacesContextWrapper) + Servlet World:
The parameters of the (MultipartRequestWrapper) are read using Servlet API.
3. In case of using (TomahawkFacesContextWrapper) + Portlet World:
The  portlet enablement is not implemented yet MYFACES-434 
(should be in the next release).


> Tomahawk extensions code should not parse web.xml
> -
>
> Key: TOMAHAWK-1323
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1323
> Project: MyFaces Tomahawk
>  Issue Type: Task
>Reporter: Simon Kitching
>Assignee: Hazem Saleh
>Priority: Blocker
>
> In earlier Tomahawk releases, the ExtensionsFilter class provides a number of 
> features, including resource-serving and file-upload support. It does need 
> some config parameters, and these were simply defined as filter-specific init 
> params.
> However a custom TomahawkFacesContextFactory now allows this functionality to 
> be available without configuring a servlet filter at all. Therefore there 
> needs to be some way for this new code to get the needed init params.
> The current code parses the web.xml and looks for filter-specific init 
> params, but this is complex and not intuitive for users.
> It seems that the most sensible way is simply to use
>   ServletContext.getInitParameter -- for servlet config
>   PortletContext.getInitParameter  -- for portlet config
> This does require some kind of reflection trickery, as having the portlet api 
> in the classpath is optional.
> Note that if a user does configure a filter, then things work as they always 
> did - config params are read from the filter config. Being able to use 
> "extensions" functionality without configuring the filter is a brand new 
> feature, so there is no backwards-compatibility issue with using a different 
> configuration approach.

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



[jira] Resolved: (TOMAHAWK-1308) Adding (remove/add) all feature to

2008-07-24 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1308.
---

Resolution: Fixed

> Adding (remove/add)  all feature to 
> ---
>
> Key: TOMAHAWK-1308
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1308
> Project: MyFaces Tomahawk
>  Issue Type: New Feature
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>


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



[jira] Created: (TOMAHAWK-1308) Adding (remove/add) feature to

2008-07-24 Thread Hazem Saleh (JIRA)
Adding (remove/add) feature to 


 Key: TOMAHAWK-1308
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1308
 Project: MyFaces Tomahawk
  Issue Type: New Feature
Affects Versions: 1.1.7-SNAPSHOT
Reporter: Hazem Saleh
Assignee: Hazem Saleh
 Fix For: 1.1.7-SNAPSHOT




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



[jira] Resolved: (TOMAHAWK-1302) Bug in SelectManyPicklist with MSIE7

2008-07-19 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1302.
---

Resolution: Fixed

Fixed At revision: 678180 Thanks to Gertjan van Oosten.

> Bug in SelectManyPicklist with MSIE7
> 
>
> Key: TOMAHAWK-1302
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1302
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Affects Versions: 1.1.7-SNAPSHOT
> Environment: MSIE7
>Reporter: Gertjan van Oosten
>Assignee: Hazem Saleh
> Attachments: picklist.patch, tomahawk-picklist-msie7-bug.png
>
>
> There's a display bug with the SelectManyPicklist in MSIE7. The bug can be 
> seen from the example page:
> http://www.irian.at/myfaces-sandbox/picklist.jsf
> See attached screenshot; the select box for the selected items does not get 
> redrawn with the correct width.
> The problem appears to be caused by moving the Option DOM node from the 
> fromList to the toList (using node.appendChild()).
> The attached patch solves this problem by making a new Option object, putting 
> that in the toList and nulling out the old option in the fromList.
> Patch has been tested successfully against MSIE6, MSIE7 and FF (both with and 
> without Firebug enabled; no errors or warnings from FireBug).

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



[jira] Resolved: (TOMAHAWK-392) Include Log4J in simple.war

2008-07-15 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-392.
--

Resolution: Fixed

Already resolved.

> Include Log4J in simple.war
> ---
>
> Key: TOMAHAWK-392
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-392
> Project: MyFaces Tomahawk
>  Issue Type: Improvement
>  Components: Examples
>Reporter: Dennis Byrne
>Assignee: Hazem Saleh
>
> MyFaces includes log4j.properties, but no log4j.jar .

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



[jira] Resolved: (TOMAHAWK-1299) promoting the xmlTemplate component to Tomahawk

2008-07-15 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1299.
---

Resolution: Fixed

Enjoy  now :).

> promoting the xmlTemplate component to Tomahawk
> ---
>
> Key: TOMAHAWK-1299
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1299
> Project: MyFaces Tomahawk
>  Issue Type: Task
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>
> promoting the xmlTemplate component to Tomahawk

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



[jira] Created: (TOMAHAWK-1299) promoting the xmlTemplate component to Tomahawk

2008-07-15 Thread Hazem Saleh (JIRA)
promoting the xmlTemplate component to Tomahawk
---

 Key: TOMAHAWK-1299
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1299
 Project: MyFaces Tomahawk
  Issue Type: Task
Affects Versions: 1.1.7-SNAPSHOT
Reporter: Hazem Saleh
Assignee: Hazem Saleh
 Fix For: 1.1.7-SNAPSHOT


promoting the xmlTemplate component to Tomahawk

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



[jira] Resolved: (TOMAHAWK-1143) Tree2 renders nonconformant XHTML code

2008-07-15 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1143.
---

Resolution: Fixed

resolved after adding a meaningful text to the empty generated alts.

> Tree2 renders nonconformant XHTML code
> --
>
> Key: TOMAHAWK-1143
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1143
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: Tree2
>Affects Versions: 1.1.5, 1.1.6
>Reporter: Manfred Geiler
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>
> - background attribute not allowed for 
> -  without alt attribute

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



[jira] Deleted: (TOMAHAWK-1270) removing the dojo Ajax dependency from the PPRPanelGroup component

2008-07-15 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh deleted TOMAHAWK-1270:
--


> removing the dojo Ajax dependency from the PPRPanelGroup component
> --
>
> Key: TOMAHAWK-1270
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1270
> Project: MyFaces Tomahawk
>  Issue Type: Task
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
>


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



[jira] Resolved: (TOMAHAWK-1271) Documenting the s:xmlTemplate component for promoting it to Tomahawk

2008-07-15 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1271.
---

Resolution: Fixed

Done.

> Documenting the s:xmlTemplate component for promoting it to Tomahawk
> 
>
> Key: TOMAHAWK-1271
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1271
> Project: MyFaces Tomahawk
>  Issue Type: Task
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>


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



[jira] Resolved: (TOMAHAWK-1291) t:graphicImage doesnot generate XHTML complaint code

2008-07-11 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1291.
---

Resolution: Fixed

Now when the alt attribute is missing for the , a soft 
warning message will be displayed to the user.

> t:graphicImage doesnot generate XHTML complaint code
> 
>
> Key: TOMAHAWK-1291
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1291
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>


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



[jira] Resolved: (TOMAHAWK-528) Project not listed in Apache's project catalog http://projects.apache.org/

2008-07-09 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-528.
--

   Resolution: Fixed
Fix Version/s: 1.1.7-SNAPSHOT

> Project not listed in Apache's project catalog http://projects.apache.org/
> --
>
> Key: TOMAHAWK-528
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-528
> Project: MyFaces Tomahawk
>  Issue Type: Task
>Reporter: Paul Spencer
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
> Attachments: doap_Tomahawk.rdf
>
>
> This project not listed in Apache's project catalog 
> http://projects.apache.org/. It needs to be added

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



[jira] Resolved: (TOMAHAWK-1230) Excel Export Control uses HTTP get request, which should avoid restore view phase, thus the DataTable will be unavailable.

2008-07-09 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1230.
---

Resolution: Fixed

I resolved this after making the .

> Excel Export Control uses HTTP get request, which should avoid restore view 
> phase, thus the DataTable will be unavailable.
> --
>
> Key: TOMAHAWK-1230
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1230
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Affects Versions: 1.1.5, 1.1.6
> Environment: Any
>Reporter: Chris Hornsey
>Assignee: Hazem Saleh
>
> I was recently debugging the excelExport component and phaseListener.  A core 
> requirement of this component is that the user clicks the link created by the 
> component and the browser will send a get request to reopen the page.  The 
> phase listener will fire on the restore view phase, and write the excel 
> representation of the table to the response prior to the response being 
> written to the client.
> According to the JSF spec, if the JSF handler receives a get request from a 
> client it should bypass recreating the component tree during the restore view 
> phase and go directly to the render response phase since clearly nothing has 
> changed in the view.  When this happens the phase listener will throw a null 
> pointer exception due to the fact that the component can not be retrieved 
> from the view since the view will not be recreated until the response is 
> rendered.

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



[jira] Reopened: (TOMAHAWK-768) t:datascroller and sort headers don't work with ajax4jsf

2008-07-09 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh reopened TOMAHAWK-768:
--


> t:datascroller and sort headers don't work with ajax4jsf
> 
>
> Key: TOMAHAWK-768
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-768
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: Data Scroller, Sort Header
>Affects Versions: 1.1.3
>Reporter: Popcorn
>Assignee: Hazem Saleh
> Attachments: HtmlDataScrollerRendererFixedForAjax.java
>
>
> The datascroller and sort headers stop working inside an ajax-rendered area 
> with Ajax4jsf. The components need to be patched.
> For details, see this link:
> http://marc.theaimsgroup.com/?l=myfaces-user&m=116237031123948&w=2

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



[jira] Reopened: (TOMAHAWK-1272) GMap component

2008-07-09 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh reopened TOMAHAWK-1272:
---


> GMap component
> --
>
> Key: TOMAHAWK-1272
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1272
> Project: MyFaces Tomahawk
>  Issue Type: New Feature
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
>
> A component that integrates GMap with Tomahawk.

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



[jira] Updated: (TOMAHAWK-768) t:datascroller and sort headers don't work with ajax4jsf

2008-07-09 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh updated TOMAHAWK-768:
-

Resolution: Later
Status: Resolved  (was: Patch Available)

> t:datascroller and sort headers don't work with ajax4jsf
> 
>
> Key: TOMAHAWK-768
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-768
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: Data Scroller, Sort Header
>Affects Versions: 1.1.3
>Reporter: Popcorn
>Assignee: Hazem Saleh
> Attachments: HtmlDataScrollerRendererFixedForAjax.java
>
>
> The datascroller and sort headers stop working inside an ajax-rendered area 
> with Ajax4jsf. The components need to be patched.
> For details, see this link:
> http://marc.theaimsgroup.com/?l=myfaces-user&m=116237031123948&w=2

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



[jira] Resolved: (TOMAHAWK-1272) GMap component

2008-07-09 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1272.
---

Resolution: Later

will do in the next release.

> GMap component
> --
>
> Key: TOMAHAWK-1272
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1272
> Project: MyFaces Tomahawk
>  Issue Type: New Feature
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
>
> A component that integrates GMap with Tomahawk.

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



[jira] Resolved: (TOMAHAWK-1293) promoting the selectOneRow component to Tomahawk

2008-07-01 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1293.
---

Resolution: Fixed

> promoting the selectOneRow component to Tomahawk
> 
>
> Key: TOMAHAWK-1293
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1293
> Project: MyFaces Tomahawk
>  Issue Type: Task
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>
> promoting the selectOneRow component to Tomahawk

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



[jira] Resolved: (TOMAHAWK-1281) selectOneRow documentation

2008-06-30 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1281.
---

Resolution: Fixed

Done

> selectOneRow documentation
> --
>
> Key: TOMAHAWK-1281
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1281
> Project: MyFaces Tomahawk
>  Issue Type: Task
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>


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



[jira] Created: (TOMAHAWK-1293) promoting the selectOneRow component to Tomahawk

2008-06-30 Thread Hazem Saleh (JIRA)
promoting the selectOneRow component to Tomahawk


 Key: TOMAHAWK-1293
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1293
 Project: MyFaces Tomahawk
  Issue Type: Task
Affects Versions: 1.1.7-SNAPSHOT
Reporter: Hazem Saleh
Assignee: Hazem Saleh
 Fix For: 1.1.7-SNAPSHOT


promoting the selectOneRow component to Tomahawk

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



[jira] Commented: (TOMAHAWK-1291) t:graphicImage doesnot generate XHTML complaint code

2008-06-28 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609011#action_12609011
 ] 

Hazem Saleh commented on TOMAHAWK-1291:
---

When I checked the (HTMLTreeRenderer) yesterday, 

- I found many empty image alts +  instead of 

for example)
out.writeAttribute(HTML.ALT_ATTR, "", null); // "alt" is a mandatory xhtml 
attribute
(((and
out.writeAttribute(HTML.STYLE_ATTR, "background-image:" + lineSrc + ";", null); 
//we use "style" because "background" is no valid xhtml attribute for td

and I saw other parts of the code that is not XHTML complaint and I think that 
Manfred was intending to fix these non complaint parts, so for the sake of 
consistency I followed the old pattern and fixed all the non complaint XHTML 
parts to solve the (TOMAHAWK-1143).

I really don't know what we should do (should we just warn users or not 
allowing the non-complaint XHTML).
We can check what other projects like Trinidad does.

Can we discuss this issue on the mailing list?

> t:graphicImage doesnot generate XHTML complaint code
> 
>
> Key: TOMAHAWK-1291
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1291
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>


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



[jira] Commented: (TOMAHAWK-1291) t:graphicImage doesnot generate XHTML complaint code

2008-06-28 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609006#action_12609006
 ] 

Hazem Saleh commented on TOMAHAWK-1291:
---

I can rollback this change if being XHTML complaint is not essential for the 
components.

> t:graphicImage doesnot generate XHTML complaint code
> 
>
> Key: TOMAHAWK-1291
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1291
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>


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



[jira] Commented: (TOMAHAWK-1291) t:graphicImage doesnot generate XHTML complaint code

2008-06-28 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609005#action_12609005
 ] 

Hazem Saleh commented on TOMAHAWK-1291:
---

I think being XHTML complaint is essential for our component.
Fixing this issue helps also to fix the following :
https://issues.apache.org/jira/browse/TOMAHAWK-1143

> t:graphicImage doesnot generate XHTML complaint code
> 
>
> Key: TOMAHAWK-1291
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1291
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>


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



[jira] Resolved: (TOMAHAWK-1227) PPRPanelGroup event reconnecting broken when there are multiple forms

2008-06-27 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1227.
---

Resolution: Cannot Reproduce

> PPRPanelGroup event reconnecting broken when there are multiple forms
> -
>
> Key: TOMAHAWK-1227
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1227
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: PPRPanelGroup
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Catalin Kormos
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>
> The event reconnect doesn't handle all the forms available in the page.
> Please look at the 
> org.apache.myfaces.PPRCtrl.prototype.reConnectEventHandlers function in 
> ppr.js. A possible fix is having the code inside that function invoked for 
> every available form in the page.

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



[jira] Resolved: (TOMAHAWK-1143) Tree2 renders nonconformant XHTML code

2008-06-27 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1143.
---

Resolution: Fixed

> Tree2 renders nonconformant XHTML code
> --
>
> Key: TOMAHAWK-1143
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1143
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: Tree2
>Affects Versions: 1.1.5, 1.1.6
>Reporter: Manfred Geiler
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>
> - background attribute not allowed for 
> -  without alt attribute

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



[jira] Resolved: (TOMAHAWK-1291) t:graphicImage doesnot generate XHTML complaint code

2008-06-27 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1291.
---

Resolution: Fixed

> t:graphicImage doesnot generate XHTML complaint code
> 
>
> Key: TOMAHAWK-1291
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1291
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>


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



[jira] Created: (TOMAHAWK-1291) t:graphicImage doesnot generate XHTML complaint code

2008-06-27 Thread Hazem Saleh (JIRA)
t:graphicImage doesnot generate XHTML complaint code


 Key: TOMAHAWK-1291
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1291
 Project: MyFaces Tomahawk
  Issue Type: Bug
Affects Versions: 1.1.7-SNAPSHOT
Reporter: Hazem Saleh
Assignee: Hazem Saleh
 Fix For: 1.1.7-SNAPSHOT




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



[jira] Commented: (TOMAHAWK-1291) t:graphicImage doesnot generate XHTML complaint code

2008-06-27 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608823#action_12608823
 ] 

Hazem Saleh commented on TOMAHAWK-1291:
---

alt attribute is missing.

> t:graphicImage doesnot generate XHTML complaint code
> 
>
> Key: TOMAHAWK-1291
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1291
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>


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



[jira] Resolved: (TOMAHAWK-1153) t:messages style attribute is ignored and styleClass attribute is rendered as style attribute in output

2008-06-27 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1153.
---

Resolution: Fixed

> t:messages style attribute  is ignored and styleClass attribute  is rendered 
> as style attribute in output
> -
>
> Key: TOMAHAWK-1153
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1153
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: Message(s)
>Affects Versions: 1.1.7-SNAPSHOT
> Environment: Sun jsf RI 1.2_05 ; tomcat 6 ; java version "1.6.0_03"
>Reporter: Bogdan Sava
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>
> 1. t:messages style attribute  is ignored
> 2. t:messages styleClass attribute  is rendered as style attribute in output 

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



[jira] Resolved: (TOMAHAWK-1054) JavaScript includes don't work with PPRPanelGroups

2008-06-27 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1054.
---

Resolution: Later

> JavaScript includes don't work with PPRPanelGroups
> --
>
> Key: TOMAHAWK-1054
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1054
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: PPRPanelGroup
>Affects Versions: 1.1.6
>Reporter: Ernst Fastl
>Assignee: Hazem Saleh
>Priority: Minor
> Fix For: 1.1.7-SNAPSHOT
>
>
> When components which previously had not been rendered "appear" additional 
> JS-includes are 
> not included. Somehow it would be necessary to determine those includes from 
> the AddResource
> in the PPRPhaseListener and send them in separate XML-elements which are then 
> included
> by the PPRCtrl

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



[jira] Resolved: (TOMAHAWK-1226) PPRPanelGroup support for multiple forms in a page is broken

2008-06-27 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1226.
---

Resolution: Cannot Reproduce

> PPRPanelGroup support for multiple forms in a page is broken
> 
>
> Key: TOMAHAWK-1226
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1226
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: PPRPanelGroup
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Catalin Kormos
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>
> When a triggering element is part of another form than a triggered element, 
> PPRPanelGroup doesn't behave well. The cause is related to where the 
> triggered element is kept, and a possible solution is to keep it in the 
> "window" object.
> Please look in ppr.js at 
> "org.apache.myfaces.PPRCtrl.prototype.elementOnEventHandler" and at 
> "org.apache.myfaces.PPRCtrl.prototype.formSubmitReplacement"; replacing 
> this.triggeredElement with window.triggeredElement fixes the problem, but it 
> might not be the best solution. 

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



[jira] Resolved: (TOMAHAWK-1228) Nested PPRPanelGroups don't render their children on a PPR request

2008-06-27 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1228.
---

Resolution: Cannot Reproduce

> Nested PPRPanelGroups don't render their children on a PPR request
> --
>
> Key: TOMAHAWK-1228
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1228
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: PPRPanelGroup
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Catalin Kormos
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>
> When one PPRPanelGroup is nested inside another one, the children of the 
> nested one don't get rendered when a PPR request comes in. There is the 
> DISABLE_RENDER_CHILDREN variable introduced in TOMAHAWK-974 that causes this 
> behaviour, and which seems to be not needed anymore.

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



[jira] Resolved: (TOMAHAWK-124) jscookMenu hides flash files.

2008-06-17 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-124.
--

Resolution: Incomplete

> jscookMenu hides flash files.
> -
>
> Key: TOMAHAWK-124
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-124
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: JS Cook Menu
> Environment: Windows XP, JDeveloper
>Reporter: Guy Bashan
>Assignee: Hazem Saleh
>
> jscookMenu automatically hides flash files.
> Add property allowing to disable this option.
> I am currently building a reporting system that shows a chart as a flash 
> file. Whenever the menu is opened the entire chart disappears.

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



[jira] Resolved: (TOMAHAWK-226) After submit, backed bean date is one day before calendar selected day.

2008-06-17 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-226.
--

Resolution: Invalid

not a bug!!!

> After submit, backed bean date is one day before calendar selected day.
> ---
>
> Key: TOMAHAWK-226
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-226
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: Calendar
>Affects Versions: 1.1.2-SNAPSHOT
> Environment: Linux FC5,
>Reporter: Bogdan Mihail Sava
>Assignee: Hazem Saleh
>


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



[jira] Resolved: (TOMAHAWK-394) No documentation for extended versions of standard components

2008-06-17 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-394.
--

Resolution: Fixed

> No documentation for extended versions of standard components
> -
>
> Key: TOMAHAWK-394
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-394
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Reporter: Mike Kienenberger
>Assignee: Hazem Saleh
>
> There's no documentation for extended versions of standard components.
> It's probably worthwhile to create a new section on the Tomahawk page listing 
> extended standard components, leaving only "new" components on the top 
> section of tomahawk.
> We'd move Extended DataTable and Column down to this section.

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



[jira] Resolved: (TOMAHAWK-572) TreeTable should have a property to alllow client side operation only.

2008-06-17 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-572.
--

Resolution: Later
  Assignee: Hazem Saleh

> TreeTable should have a property to alllow client side operation only.
> --
>
> Key: TOMAHAWK-572
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-572
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: Tree Table
>Affects Versions: 1.1.3
>Reporter: Guy Bashan
>Assignee: Hazem Saleh
>
> Whenever pressing collapse/expand on TreeTable it goes to the server and 
> reloads the entire page. A client side mode should be added.

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



[jira] Resolved: (TOMAHAWK-742) Multiline Tab

2008-06-17 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-742.
--

Resolution: Later

> Multiline Tab
> -
>
> Key: TOMAHAWK-742
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-742
> Project: MyFaces Tomahawk
>  Issue Type: Improvement
>  Components: Tabbed Pane
> Environment: all systems
>Reporter: Michael Bauschert
>Assignee: Hazem Saleh
> Attachments: new.jpg, old.jpg
>
>
> Would be nice to have the possibility to define how many tabs are displayed 
> in one row or to have a tab-wrap feature which wraps too many tabs to a 
> second, third... line

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



[jira] Commented: (TOMAHAWK-781) Unable to find setter method for attribute: colspan

2008-06-17 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605745#action_12605745
 ] 

Hazem Saleh commented on TOMAHAWK-781:
--

I need an example to replicate!!!

> Unable to find setter method for attribute: colspan
> ---
>
> Key: TOMAHAWK-781
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-781
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: Columns
>Affects Versions: 1.1.5-SNAPSHOT
> Environment: My Faces 1.1.4
>Reporter: K. Fred
>Assignee: Hazem Saleh
>
> After setting colspan attribute to EL expression this exception is thrown:
> org.apache.jasper.JasperException: /body/comp/dataTable.jsp(14,1) Unable to 
> find setter method for attribute: colspan
>   at 
> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)
>   at 
> org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:405)
>   at 
> org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:146)
>   at 
> org.apache.jasper.compiler.Generator$GenerateVisitor.evaluateAttribute(Generator.java:2720)
>   at 
> org.apache.jasper.compiler.Generator$GenerateVisitor.generateSetters(Generator.java:2873)
>   at 
> org.apache.jasper.compiler.Generator$GenerateVisitor.generateCustomStart(Generator.java:2186)
>   at 
> org.apache.jasper.compiler.Generator$GenerateVisitor.visit(Generator.java:1685)
>   at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1441)
>   at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2163)
>   at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2213)
>   at 
> org.apache.jasper.compiler.Generator$GenerateVisitor.visit(Generator.java:1705)
>   at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1441)
>   at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2163)
>   at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2213)
>   at org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2219)
>   at org.apache.jasper.compiler.Node$Root.accept(Node.java:456)
>   at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2163)
>   at org.apache.jasper.compiler.Generator.generate(Generator.java:3320)
>   at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:198)
>   at org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
>   at org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
>   at org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
>   at 
> org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
>   at 
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:305)
>   at 
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
>   at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>   at 
> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
>   at 
> org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574)
>   at 
> org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499)
>   at 
> org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:966)
>   at 
> org.apache.jasper.runtime.PageContextImpl.doInclude(PageContextImpl.java:631)
>   at 
> org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:625)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   at java.lang.reflect.Method.invoke(Method.java:585)
>   at 
> org.apache.struts.tiles.TilesUtilImpl.doInclude(TilesUtilImpl.java:126)
>   at org.apache.struts.tiles.TilesUtil.doInclude(TilesUtil.java:149)
>   at 
> org.apache.struts.tiles.taglib.InsertTag.doInclude(InsertTag.java:761)
>   at 
> org.apache.struts.tiles.taglib.InsertTag$InsertHandler.doEndTag(InsertTag.java:893)
>   at org.apache.struts.tiles.taglib.InsertTag.doEndTag(InsertTag.java:462)
> ...

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



[jira] Resolved: (TOMAHAWK-1282) Promoting the selectManyPicklist component to Tomahawk

2008-06-14 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1282.
---

Resolution: Fixed

promotion done.

> Promoting the selectManyPicklist component to Tomahawk
> --
>
> Key: TOMAHAWK-1282
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1282
> Project: MyFaces Tomahawk
>  Issue Type: Task
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
> Attachments: The component screenshot.jpg
>
>


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



[jira] Created: (TOMAHAWK-1282) Promoting the selectManyPicklist component to Tomahawk

2008-06-14 Thread Hazem Saleh (JIRA)
Promoting the selectManyPicklist component to Tomahawk
--

 Key: TOMAHAWK-1282
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1282
 Project: MyFaces Tomahawk
  Issue Type: Task
Affects Versions: 1.1.7-SNAPSHOT
Reporter: Hazem Saleh
Assignee: Hazem Saleh
 Fix For: 1.1.7-SNAPSHOT




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



[jira] Created: (TOMAHAWK-1281) selectOneRow documentation

2008-06-11 Thread Hazem Saleh (JIRA)
selectOneRow documentation
--

 Key: TOMAHAWK-1281
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1281
 Project: MyFaces Tomahawk
  Issue Type: Task
Affects Versions: 1.1.7-SNAPSHOT
Reporter: Hazem Saleh
Assignee: Hazem Saleh
 Fix For: 1.1.7-SNAPSHOT




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



[jira] Resolved: (TOMAHAWK-1278) promoting the subform component to Tomahawk

2008-06-11 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1278.
---

Resolution: Fixed

Congratulations to all of us, the subform component is promoted to Tomahawk.

> promoting the subform component to Tomahawk
> ---
>
> Key: TOMAHAWK-1278
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1278
> Project: MyFaces Tomahawk
>  Issue Type: Task
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>


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



[jira] Resolved: (TOMAHAWK-1279) The Partial condition of the subform sandbox component is not working

2008-06-11 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1279.
---

Resolution: Fixed

> The Partial condition of the subform sandbox component is not working
> -
>
> Key: TOMAHAWK-1279
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1279
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>


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



[jira] Created: (TOMAHAWK-1279) The Partial condition of the subform sandbox component is not working

2008-06-11 Thread Hazem Saleh (JIRA)
The Partial condition of the subform sandbox component is not working
-

 Key: TOMAHAWK-1279
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1279
 Project: MyFaces Tomahawk
  Issue Type: Bug
Affects Versions: 1.1.7-SNAPSHOT
Reporter: Hazem Saleh
 Fix For: 1.1.7-SNAPSHOT




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



[jira] Created: (TOMAHAWK-1278) promoting the subform component to Tomahawk

2008-06-10 Thread Hazem Saleh (JIRA)
promoting the subform component to Tomahawk
---

 Key: TOMAHAWK-1278
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1278
 Project: MyFaces Tomahawk
  Issue Type: Task
Affects Versions: 1.1.7-SNAPSHOT
Reporter: Hazem Saleh
Assignee: Hazem Saleh
 Fix For: 1.1.7-SNAPSHOT




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



[jira] Resolved: (TOMAHAWK-1277) Documenting the picklist component

2008-06-09 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1277.
---

Resolution: Fixed

The component already contains web site documentation, I just updated the wiki 
here :
http://wiki.apache.org/myfaces/selectManyPicklist

> Documenting the picklist component
> --
>
> Key: TOMAHAWK-1277
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1277
> Project: MyFaces Tomahawk
>  Issue Type: Task
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>


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



[jira] Created: (TOMAHAWK-1277) Documenting the picklist component

2008-06-09 Thread Hazem Saleh (JIRA)
Documenting the picklist component
--

 Key: TOMAHAWK-1277
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1277
 Project: MyFaces Tomahawk
  Issue Type: Task
Affects Versions: 1.1.7-SNAPSHOT
Reporter: Hazem Saleh
 Fix For: 1.1.7-SNAPSHOT




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



[jira] Resolved: (TOMAHAWK-1269) Promoting CAPTCHA to Tomahawk 1.1.7

2008-06-08 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1269.
---

Resolution: Fixed

We can now use CAPTCHA at Tomahawk :-


> Promoting CAPTCHA to Tomahawk 1.1.7
> ---
>
> Key: TOMAHAWK-1269
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1269
> Project: MyFaces Tomahawk
>  Issue Type: Task
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>


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



[jira] Created: (TOMAHAWK-1274) Ajaxified file upload component

2008-06-07 Thread Hazem Saleh (JIRA)
Ajaxified file upload component
---

 Key: TOMAHAWK-1274
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1274
 Project: MyFaces Tomahawk
  Issue Type: New Feature
Reporter: Hazem Saleh




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



[jira] Resolved: (TOMAHAWK-1268) Updating exporterActionListener documentation

2008-06-07 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1268.
---

Resolution: Fixed

Documentation is done!!!

> Updating exporterActionListener documentation
> -
>
> Key: TOMAHAWK-1268
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1268
> Project: MyFaces Tomahawk
>  Issue Type: Task
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>


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



[jira] Resolved: (TOMAHAWK-1267) exporterActionListener new feature

2008-06-07 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1267.
---

Resolution: Fixed

> exporterActionListener new feature
> --
>
> Key: TOMAHAWK-1267
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1267
> Project: MyFaces Tomahawk
>  Issue Type: Improvement
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
> Attachments: The new feature screenshot!.jpg
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Adding a new feature to exporterActionListener.

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



[jira] Created: (TOMAHAWK-1273) Documenting the media component

2008-06-06 Thread Hazem Saleh (JIRA)
Documenting the media component
---

 Key: TOMAHAWK-1273
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1273
 Project: MyFaces Tomahawk
  Issue Type: Task
Reporter: Hazem Saleh
Assignee: Hazem Saleh




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



[jira] Created: (TOMAHAWK-1272) GMap component

2008-06-06 Thread Hazem Saleh (JIRA)
GMap component
--

 Key: TOMAHAWK-1272
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1272
 Project: MyFaces Tomahawk
  Issue Type: New Feature
Reporter: Hazem Saleh
Assignee: Hazem Saleh


A component that integrates GMap with Tomahawk.

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



[jira] Created: (TOMAHAWK-1271) Documenting the PPRPanelGroup component

2008-06-06 Thread Hazem Saleh (JIRA)
Documenting the PPRPanelGroup component
---

 Key: TOMAHAWK-1271
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1271
 Project: MyFaces Tomahawk
  Issue Type: Task
Affects Versions: 1.1.7-SNAPSHOT
Reporter: Hazem Saleh
Assignee: Hazem Saleh
 Fix For: 1.1.7-SNAPSHOT




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



[jira] Created: (TOMAHAWK-1270) removing the dojo Ajax dependency from the PPRPanelGroup component

2008-06-06 Thread Hazem Saleh (JIRA)
removing the dojo Ajax dependency from the PPRPanelGroup component
--

 Key: TOMAHAWK-1270
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1270
 Project: MyFaces Tomahawk
  Issue Type: Task
Affects Versions: 1.1.7-SNAPSHOT
Reporter: Hazem Saleh
Assignee: Hazem Saleh
 Fix For: 1.1.7-SNAPSHOT




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



[jira] Created: (TOMAHAWK-1269) Promoting CAPTCHA to Tomahawk 1.1.7

2008-06-06 Thread Hazem Saleh (JIRA)
Promoting CAPTCHA to Tomahawk 1.1.7
---

 Key: TOMAHAWK-1269
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1269
 Project: MyFaces Tomahawk
  Issue Type: Task
Affects Versions: 1.1.7-SNAPSHOT
Reporter: Hazem Saleh
Assignee: Hazem Saleh
 Fix For: 1.1.7-SNAPSHOT




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



[jira] Created: (TOMAHAWK-1268) Updating exporterActionListener documentation

2008-06-06 Thread Hazem Saleh (JIRA)
Updating exporterActionListener documentation
-

 Key: TOMAHAWK-1268
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1268
 Project: MyFaces Tomahawk
  Issue Type: Task
Affects Versions: 1.1.7-SNAPSHOT
Reporter: Hazem Saleh
Assignee: Hazem Saleh
 Fix For: 1.1.7-SNAPSHOT




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



[jira] Created: (TOMAHAWK-1267) exporterActionListener new feature

2008-06-06 Thread Hazem Saleh (JIRA)
exporterActionListener new feature
--

 Key: TOMAHAWK-1267
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1267
 Project: MyFaces Tomahawk
  Issue Type: Improvement
Affects Versions: 1.1.7-SNAPSHOT
Reporter: Hazem Saleh
Assignee: Hazem Saleh
 Fix For: 1.1.7-SNAPSHOT


Adding a new feature to exporterActionListener.

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



[jira] Resolved: (TOMAHAWK-1237) Changing the structure of exporter component

2008-06-03 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1237.
---

Resolution: Fixed

I already did in the
https://issues.apache.org/jira/browse/TOMAHAWK-1252

> Changing the structure of exporter component
> 
>
> Key: TOMAHAWK-1237
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1237
> Project: MyFaces Tomahawk
>  Issue Type: Improvement
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> 
>
> 

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



[jira] Resolved: (TOMAHAWK-1242) Draggable Panel

2008-06-03 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1242.
---

Resolution: Later

Will apply later!

> Draggable Panel
> ---
>
> Key: TOMAHAWK-1242
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1242
> Project: MyFaces Tomahawk
>  Issue Type: New Feature
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> Draggable Panel

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



[jira] Resolved: (TOMAHAWK-1263) ExtensionFilter does not work with Websphere 6.1.0.15

2008-05-31 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1263.
---

Resolution: Fixed

Great!!!

> ExtensionFilter does not work with Websphere 6.1.0.15
> -
>
> Key: TOMAHAWK-1263
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1263
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Affects Versions: 1.1.6
> Environment: Windows XP SP2 
> Rapid Application Developer 7.0.0.6
> Websphere 6.1.0.15 (The updated )
> Websphere-Build-Nummer: cf150808.12
> Websphere Build-Datum: 2/28/08
>Reporter: Christian Koelle
>Assignee: Hazem Saleh
>
> The extension filter does not work in myfaces-tomahawk applications running 
> in IBM Websphere Application Server (WAS) 6.1.0.15, which comes along with 
> the IBM Rapid-Application-Defeveloper (RAD) 7.0.0.6. The same problem occured 
> int WAS 6.1.0.2 which initially comes along with RAD 7.0. WAS 6.1.0.15 is the 
> most up-to-date version of WAS for RAD.
> The behaviour can be reproduced with the myfaces demo application. It has to 
> be amended, according to the deployment procedures for WAS 6.1 decribed in 
> the Myfaces-Wiki [1], i. e.
> - download the Myfaces-examples and take the myfaces-example-simple.war 
> application
> - extract the contents
> - remove the commons-logging.XXX.jar from the WEB-INF/lib directory (see [1])
> - repack the application with a zip-programm
> - deploy the application
> - alter the module classloader policy to load classes using the application 
> class loader first. 
> - go to the starting page 
> - Click on TabbedPane > The styles cannot be resolved, contrary to Tomcat 
> 5.5.20 and Jetty.
> - Click on JSCookMenu > You will not see a menu at all, as the resources 
> cannot be resolved, contrary to Tomcat 5.5.20 and Jetty.
> If this is a Websphere-Bug, please close this bug and assist me in providing 
> information für the IBM bug report.
> 'Thanks in advance.
> Regards
> Christian Kölle
> [1] http://wiki.apache.org/myfaces/Websphere_Installation

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



[jira] Issue Comment Edited: (TOMAHAWK-1263) ExtensionFilter does not work with Websphere 6.1.0.15

2008-05-30 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601129#action_12601129
 ] 

hazems edited comment on TOMAHAWK-1263 at 5/30/08 6:36 AM:


Hi Christian,
I will dig at this issue in my next free time slot.
Thanks for reporting this issue!


  was (Author: hazems):
I will dig at this issue.
  
> ExtensionFilter does not work with Websphere 6.1.0.15
> -
>
> Key: TOMAHAWK-1263
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1263
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Affects Versions: 1.1.6
> Environment: Windows XP SP2 
> Rapid Application Developer 7.0.0.6
> Websphere 6.1.0.15 (The updated )
> Websphere-Build-Nummer: cf150808.12
> Websphere Build-Datum: 2/28/08
>Reporter: Christian Koelle
>Assignee: Hazem Saleh
>
> The extension filter does not work in myfaces-tomahawk applications running 
> in IBM Websphere Application Server (WAS) 6.1.0.15, which comes along with 
> the IBM Rapid-Application-Defeveloper (RAD) 7.0.0.6. The same problem occured 
> int WAS 6.1.0.2 which initially comes along with RAD 7.0. WAS 6.1.0.15 is the 
> most up-to-date version of WAS for RAD.
> The behaviour can be reproduced with the myfaces demo application. It has to 
> be amended, according to the deployment procedures for WAS 6.1 decribed in 
> the Myfaces-Wiki [1], i. e.
> - download the Myfaces-examples and take the myfaces-example-simple.war 
> application
> - extract the contents
> - remove the commons-logging.XXX.jar from the WEB-INF/lib directory (see [1])
> - repack the application with a zip-programm
> - deploy the application
> - alter the module classloader policy to load classes using the application 
> class loader first. 
> - go to the starting page 
> - Click on TabbedPane > The styles cannot be resolved, contrary to Tomcat 
> 5.5.20 and Jetty.
> - Click on JSCookMenu > You will not see a menu at all, as the resources 
> cannot be resolved, contrary to Tomcat 5.5.20 and Jetty.
> If this is a Websphere-Bug, please close this bug and assist me in providing 
> information für the IBM bug report.
> 'Thanks in advance.
> Regards
> Christian Kölle
> [1] http://wiki.apache.org/myfaces/Websphere_Installation

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



[jira] Resolved: (TOMAHAWK-1256) exporterActionListener documentation

2008-05-17 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh resolved TOMAHAWK-1256.
---

Resolution: Fixed

fixed at revision 657475

> exporterActionListener documentation
> 
>
> Key: TOMAHAWK-1256
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1256
> Project: MyFaces Tomahawk
>  Issue Type: Task
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
>Assignee: Hazem Saleh
>Priority: Minor
> Fix For: 1.1.7-SNAPSHOT
>
>
> Exporter documentation

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



[jira] Created: (TOMAHAWK-1256) Exporter documentation

2008-05-17 Thread Hazem Saleh (JIRA)
Exporter documentation
--

 Key: TOMAHAWK-1256
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1256
 Project: MyFaces Tomahawk
  Issue Type: Task
Affects Versions: 1.1.7-SNAPSHOT
Reporter: Hazem Saleh
Assignee: Hazem Saleh
Priority: Minor
 Fix For: 1.1.7-SNAPSHOT


Exporter documentation

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



[jira] Commented: (TOMAHAWK-1254) Pop-up of InputSuggestAjax does not render correctly when trimming down results

2008-05-15 Thread Hazem Saleh (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597342#action_12597342
 ] 

Hazem Saleh commented on TOMAHAWK-1254:
---

This is a dojo comboBox issue.
IMO One of the workarounds, is not to put your InputSuggestAjax directly at the 
bottom of the screen, Just leave some space, and set the maxSuggestedItems to a 
small value.

> Pop-up of InputSuggestAjax does not render correctly when trimming down 
> results
> ---
>
> Key: TOMAHAWK-1254
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1254
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: InputSuggestAjax
>Affects Versions: 1.1.6
> Environment: FireFox 2.0.0.14, Ubuntu 8.04, facelets 1.14, Tomahawk 
> 1.1.6, MyFaces 1.2.2
>Reporter: Hilbert Schraal
>Priority: Minor
> Attachments: inputsuggestajax.png
>
>
> I have an InputSuggestAjax at the bottom of the screen, so that the list 
> pops-up above the input field. 
> When the number of results gets smaller, the pop-up also gets smaller, but it 
> does not move downwards, leaving a gap between the pop-up and the textField

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



[jira] Updated: (TOMAHAWK-1252) The Exporter new syntax

2008-05-09 Thread Hazem Saleh (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Saleh updated TOMAHAWK-1252:
--

Status: Patch Available  (was: Open)

> The Exporter new syntax
> ---
>
> Key: TOMAHAWK-1252
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1252
> Project: MyFaces Tomahawk
>  Issue Type: Improvement
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Hazem Saleh
> Fix For: 1.1.7-SNAPSHOT
>
> Attachments: exporter_new_syntax.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> The exporter new syntax is now :
> 
>   filename="test"
>  fileType=""
>  for=""/>
>  

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



  1   2   >