[jira] [Created] (TAP5-2590) Tapestry and Apache Ignite

2017-11-04 Thread Ryszard Trojnacki (JIRA)
Ryszard Trojnacki created TAP5-2590:
---

 Summary: Tapestry and Apache Ignite
 Key: TAP5-2590
 URL: https://issues.apache.org/jira/browse/TAP5-2590
 Project: Tapestry 5
  Issue Type: Bug
  Components: tapestry-core
Affects Versions: 5.4.3
Reporter: Ryszard Trojnacki
Priority: Minor


I have a simple page with a form.
When user submits the form I'm adding entry to data base and displaying a 
message.

This works, but when I add Apache Ignite call:
{code:java}
private IgniteMessaging msgs;

public  void fire(String topic, T msg) {
msgs.send(topic, msg);
}
{code}

Then I'm getting and exception:
{noformat}
2017-11-04 20:02:20,177 () [ERROR] org.apache.tapestry5.ioc.Registry | Error 
persisting field Payment:result: Unable to delegate method invocation to 
property 'request' of , because the 
property is null.
2017-11-04 20:02:20,177 () [ERROR] org.apache.tapestry5.ioc.Registry | 
Operations trace:
2017-11-04 20:02:20,177 () [ERROR] org.apache.tapestry5.ioc.Registry | [ 1] 
Handling traditional 'action' component event request for Payment:paymentform.
2017-11-04 20:02:20,177 () [ERROR] org.apache.tapestry5.ioc.Registry | [ 2] 
Triggering event 'action' on Payment:paymentform
2017-11-04 20:02:20,177 () [ERROR] org.apache.tapestry5.ioc.Registry | [ 3] 
Triggering event 'success' on Payment:paymentform
2017-11-04 20:02:20,181 () [ERROR] 
org.apache.tapestry5.modules.TapestryModule.RequestExceptionHandler | 
Processing of request failed with uncaught exception: 
org.apache.tapestry5.runtime.ComponentEventException [at 
classpath:pl/onefrog/server/web/pages/Payment.tml, line 20]
org.apache.tapestry5.runtime.ComponentEventException [at 
classpath:pl/onefrog/server/web/pages/Payment.tml, line 20]
at 
org.apache.tapestry5.internal.structure.ComponentPageElementImpl.processEventTriggering(ComponentPageElementImpl.java:1126)
at 
org.apache.tapestry5.internal.structure.ComponentPageElementImpl.access$3100(ComponentPageElementImpl.java:57)
at 
org.apache.tapestry5.internal.structure.ComponentPageElementImpl$5.invoke(ComponentPageElementImpl.java:1047)
at 
org.apache.tapestry5.internal.structure.ComponentPageElementImpl$5.invoke(ComponentPageElementImpl.java:1044)
at 
org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:82)
at 
org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:72)
at 
org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1260)
at 
org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl.invoke(ComponentPageElementResourcesImpl.java:154)
at 
org.apache.tapestry5.internal.structure.ComponentPageElementImpl.triggerContextEvent(ComponentPageElementImpl.java:1043)
at 
org.apache.tapestry5.internal.services.ComponentEventRequestHandlerImpl.handle(ComponentEventRequestHandlerImpl.java:73)
at 
org.apache.tapestry5.internal.services.AjaxFilter.handle(AjaxFilter.java:42)
at $ComponentEventRequestHandler_17b008c39326.handle(Unknown Source)
at 
org.apache.tapestry5.modules.TapestryModule$37.handle(TapestryModule.java:2216)
at $ComponentEventRequestHandler_17b008c39326.handle(Unknown Source)
at $ComponentEventRequestHandler_17b008c392a7.handle(Unknown Source)
at 
org.apache.tapestry5.internal.services.ComponentRequestHandlerTerminator.handleComponentEvent(ComponentRequestHandlerTerminator.java:43)
at 
org.apache.tapestry5.internal.services.DeferredResponseRenderer.handleComponentEvent(DeferredResponseRenderer.java:45)
at $ComponentRequestHandler_17b008c392a9.handleComponentEvent(Unknown 
Source)
at 
org.apache.tapestry5.services.InitializeActivePageName.handleComponentEvent(InitializeActivePageName.java:39)
at $ComponentRequestHandler_17b008c392a9.handleComponentEvent(Unknown 
Source)
at 
org.apache.tapestry5.internal.services.ProductionModeUnknownComponentFilter.handleComponentEvent(ProductionModeUnknownComponentFilter.java:50)
at $ComponentRequestHandler_17b008c392a9.handleComponentEvent(Unknown 
Source)
at 
org.apache.tapestry5.internal.services.RequestOperationTracker$1.perform(RequestOperationTracker.java:55)
at 
org.apache.tapestry5.internal.services.RequestOperationTracker$1.perform(RequestOperationTracker.java:52)
at 
org.apache.tapestry5.ioc.internal.OperationTrackerImpl.perform(OperationTrackerImpl.java:110)
at 
org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.perform(PerThreadOperationTracker.java:84)
at 
org.apache.tapestry5.ioc.internal.RegistryImpl.perform(RegistryImpl.java:1266)
at 
org.apache.tapestry5.internal.services.RequestOperationTracker.handleComponentEvent(RequestOperationTra

[jira] [Created] (TAP5-2191) PropertyOutputContext getAnnotation - extends AnnotationProvider

2013-10-01 Thread Ryszard Trojnacki (JIRA)
Ryszard Trojnacki created TAP5-2191:
---

 Summary: PropertyOutputContext getAnnotation - extends 
AnnotationProvider
 Key: TAP5-2191
 URL: https://issues.apache.org/jira/browse/TAP5-2191
 Project: Tapestry 5
  Issue Type: Improvement
  Components: tapestry-core
Reporter: Ryszard Trojnacki
Priority: Trivial


For editing (PropertyEditior) there is PropertyEditContext which has method 
getAnnotation (its from interface AnnotationProvider). This method is very 
usefull to add parameters to editor.

For displaying (PropertyDisplay) there is PropertyOutputContext which 
unfortunately doesn't has this method (is not extending interface 
AnnotationProvider).

My proposition is to add interface AnnotationProvider to PropertyOutputContext.

This change will only require to modify file PropertyOutputContext by adding 
interface AnnotationProvider and AbstractPropertyOutput by implementing method 
getAnnotation:
public  T getAnnotation(Class annotationClass)
{
return model.getAnnotation(annotationClass);
}




--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (TAP5-2055) Polish translations

2013-01-23 Thread Ryszard Trojnacki (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13560590#comment-13560590
 ] 

Ryszard Trojnacki commented on TAP5-2055:
-

1. Then it is ok in the file (core-dismiss-label=Odrzuć wszystkie - is correct).

4. It should be: core-datefield-none=Brak


> Polish translations
> ---
>
> Key: TAP5-2055
> URL: https://issues.apache.org/jira/browse/TAP5-2055
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-core
>Affects Versions: 5.3.6
>Reporter: Ryszard Trojnacki
>Assignee: Bob Harner
> Attachments: BeanEditForm_pl.properties, core_pl.properties, 
> core_pl.properties, DateField_pl.properties, Errors_pl.properties, 
> GridColumns_pl.properties, GridPager_pl.properties, Palette_pl.properties, 
> tapestry-kaptcha_pl.properties, ValidationMessages_pl.properties
>
>
> Polish translations

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (TAP5-2055) Polish translations

2013-01-22 Thread Ryszard Trojnacki (JIRA)

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

Ryszard Trojnacki updated TAP5-2055:


Attachment: ValidationMessages_pl.properties

> Polish translations
> ---
>
> Key: TAP5-2055
> URL: https://issues.apache.org/jira/browse/TAP5-2055
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-core
>Affects Versions: 5.3.6
>Reporter: Ryszard Trojnacki
>Assignee: Bob Harner
> Attachments: BeanEditForm_pl.properties, core_pl.properties, 
> core_pl.properties, DateField_pl.properties, Errors_pl.properties, 
> GridColumns_pl.properties, GridPager_pl.properties, Palette_pl.properties, 
> tapestry-kaptcha_pl.properties, ValidationMessages_pl.properties
>
>
> Polish translations

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (TAP5-2055) Polish translations

2013-01-22 Thread Ryszard Trojnacki (JIRA)

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

Ryszard Trojnacki updated TAP5-2055:


Attachment: core_pl.properties

> Polish translations
> ---
>
> Key: TAP5-2055
> URL: https://issues.apache.org/jira/browse/TAP5-2055
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-core
>Affects Versions: 5.3.6
>Reporter: Ryszard Trojnacki
>Assignee: Bob Harner
> Attachments: BeanEditForm_pl.properties, core_pl.properties, 
> core_pl.properties, DateField_pl.properties, Errors_pl.properties, 
> GridColumns_pl.properties, GridPager_pl.properties, Palette_pl.properties, 
> tapestry-kaptcha_pl.properties, ValidationMessages_pl.properties
>
>
> Polish translations

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (TAP5-2055) Polish translations

2013-01-22 Thread Ryszard Trojnacki (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559844#comment-13559844
 ] 

Ryszard Trojnacki commented on TAP5-2055:
-

I have updated file core_pl.properties, but I'm not sure about few things:
1. "core-dismiss-label=Dismiss all" will be in polish "Odrzuć wszystkie", but 
why "dismiss-label" means "dismiss-all-label" - why "all"?
2. "private-no-validation-for-field"? translation for "placeholder message" is 
"wiadomość zastępcza", but I'm not sure if it makes any sense (don't know 
context of this).
3. Don't know what to translate for:
FIX-core-page-initialization-template=\
FIX-require(["t5/core/pageinit"], function(pi) { pi(%s, %s); });
FIX-core-components.beaneditform.class=well
FIX-core-components.submit.class=btn btn-primary
4. "core-datefield-none=None" I'm not sure about the context...

> Polish translations
> ---
>
> Key: TAP5-2055
> URL: https://issues.apache.org/jira/browse/TAP5-2055
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-core
>Affects Versions: 5.3.6
>Reporter: Ryszard Trojnacki
>Assignee: Bob Harner
> Attachments: BeanEditForm_pl.properties, core_pl.properties, 
> core_pl.properties, DateField_pl.properties, Errors_pl.properties, 
> GridColumns_pl.properties, GridPager_pl.properties, Palette_pl.properties, 
> tapestry-kaptcha_pl.properties, ValidationMessages_pl.properties
>
>
> Polish translations

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (TAP5-2055) Polish translations

2013-01-21 Thread Ryszard Trojnacki (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559068#comment-13559068
 ] 

Ryszard Trojnacki commented on TAP5-2055:
-

Yes I will translate it.
Tommorow I will send core_pl.properties and one missing file to trapestry 5.3.

> Polish translations
> ---
>
> Key: TAP5-2055
> URL: https://issues.apache.org/jira/browse/TAP5-2055
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-core
>Affects Versions: 5.3.6
>Reporter: Ryszard Trojnacki
>Assignee: Bob Harner
> Attachments: BeanEditForm_pl.properties, core_pl.properties, 
> DateField_pl.properties, Errors_pl.properties, GridColumns_pl.properties, 
> GridPager_pl.properties, Palette_pl.properties, tapestry-kaptcha_pl.properties
>
>
> Polish translations

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (TAP5-2055) Polish translations

2013-01-15 Thread Ryszard Trojnacki (JIRA)

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

Ryszard Trojnacki updated TAP5-2055:


Attachment: tapestry-kaptcha_pl.properties

> Polish translations
> ---
>
> Key: TAP5-2055
> URL: https://issues.apache.org/jira/browse/TAP5-2055
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-core
>Affects Versions: 5.3.6
>Reporter: Ryszard Trojnacki
> Attachments: BeanEditForm_pl.properties, DateField_pl.properties, 
> Errors_pl.properties, GridColumns_pl.properties, GridPager_pl.properties, 
> Palette_pl.properties, tapestry-kaptcha_pl.properties
>
>
> Polish translations

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (TAP5-2055) Polish translations

2013-01-15 Thread Ryszard Trojnacki (JIRA)

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

Ryszard Trojnacki updated TAP5-2055:


Attachment: Palette_pl.properties

> Polish translations
> ---
>
> Key: TAP5-2055
> URL: https://issues.apache.org/jira/browse/TAP5-2055
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-core
>Affects Versions: 5.3.6
>Reporter: Ryszard Trojnacki
> Attachments: BeanEditForm_pl.properties, DateField_pl.properties, 
> Errors_pl.properties, GridColumns_pl.properties, GridPager_pl.properties, 
> Palette_pl.properties
>
>
> Polish translations

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (TAP5-2055) Polish translations

2013-01-15 Thread Ryszard Trojnacki (JIRA)

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

Ryszard Trojnacki updated TAP5-2055:


Attachment: GridPager_pl.properties

> Polish translations
> ---
>
> Key: TAP5-2055
> URL: https://issues.apache.org/jira/browse/TAP5-2055
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-core
>Affects Versions: 5.3.6
>Reporter: Ryszard Trojnacki
> Attachments: BeanEditForm_pl.properties, DateField_pl.properties, 
> Errors_pl.properties, GridColumns_pl.properties, GridPager_pl.properties, 
> Palette_pl.properties
>
>
> Polish translations

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (TAP5-2055) Polish translations

2013-01-15 Thread Ryszard Trojnacki (JIRA)

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

Ryszard Trojnacki updated TAP5-2055:


Attachment: (was: GridColumns_pl.properties)

> Polish translations
> ---
>
> Key: TAP5-2055
> URL: https://issues.apache.org/jira/browse/TAP5-2055
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-core
>Affects Versions: 5.3.6
>Reporter: Ryszard Trojnacki
> Attachments: BeanEditForm_pl.properties, DateField_pl.properties, 
> Errors_pl.properties, GridColumns_pl.properties
>
>
> Polish translations

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (TAP5-2055) Polish translations

2013-01-15 Thread Ryszard Trojnacki (JIRA)

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

Ryszard Trojnacki updated TAP5-2055:


Attachment: GridColumns_pl.properties

> Polish translations
> ---
>
> Key: TAP5-2055
> URL: https://issues.apache.org/jira/browse/TAP5-2055
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-core
>Affects Versions: 5.3.6
>Reporter: Ryszard Trojnacki
> Attachments: BeanEditForm_pl.properties, DateField_pl.properties, 
> Errors_pl.properties, GridColumns_pl.properties
>
>
> Polish translations

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (TAP5-2055) Polish translations

2013-01-15 Thread Ryszard Trojnacki (JIRA)

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

Ryszard Trojnacki updated TAP5-2055:


Attachment: GridColumns_pl.properties

> Polish translations
> ---
>
> Key: TAP5-2055
> URL: https://issues.apache.org/jira/browse/TAP5-2055
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-core
>Affects Versions: 5.3.6
>Reporter: Ryszard Trojnacki
> Attachments: BeanEditForm_pl.properties, DateField_pl.properties, 
> Errors_pl.properties, GridColumns_pl.properties
>
>
> Polish translations

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (TAP5-2055) Polish translations

2013-01-15 Thread Ryszard Trojnacki (JIRA)

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

Ryszard Trojnacki updated TAP5-2055:


Attachment: (was: DateField_pl.txt)

> Polish translations
> ---
>
> Key: TAP5-2055
> URL: https://issues.apache.org/jira/browse/TAP5-2055
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-core
>Affects Versions: 5.3.6
>Reporter: Ryszard Trojnacki
> Attachments: BeanEditForm_pl.properties, DateField_pl.properties, 
> Errors_pl.properties
>
>
> Polish translations

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (TAP5-2055) Polish translations

2013-01-15 Thread Ryszard Trojnacki (JIRA)

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

Ryszard Trojnacki updated TAP5-2055:


Attachment: DateField_pl.properties

> Polish translations
> ---
>
> Key: TAP5-2055
> URL: https://issues.apache.org/jira/browse/TAP5-2055
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-core
>Affects Versions: 5.3.6
>Reporter: Ryszard Trojnacki
> Attachments: BeanEditForm_pl.properties, DateField_pl.properties, 
> Errors_pl.properties
>
>
> Polish translations

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (TAP5-2055) Polish translations

2013-01-15 Thread Ryszard Trojnacki (JIRA)

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

Ryszard Trojnacki updated TAP5-2055:


Attachment: Errors_pl.properties

> Polish translations
> ---
>
> Key: TAP5-2055
> URL: https://issues.apache.org/jira/browse/TAP5-2055
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-core
>Affects Versions: 5.3.6
>Reporter: Ryszard Trojnacki
> Attachments: BeanEditForm_pl.properties, DateField_pl.properties, 
> Errors_pl.properties
>
>
> Polish translations

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (TAP5-2055) Polish translations

2013-01-15 Thread Ryszard Trojnacki (JIRA)

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

Ryszard Trojnacki updated TAP5-2055:


Attachment: DateField_pl.txt

> Polish translations
> ---
>
> Key: TAP5-2055
> URL: https://issues.apache.org/jira/browse/TAP5-2055
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-core
>Affects Versions: 5.3.6
>Reporter: Ryszard Trojnacki
> Attachments: BeanEditForm_pl.properties, DateField_pl.txt
>
>
> Polish translations

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (TAP5-2055) Polish translations

2013-01-15 Thread Ryszard Trojnacki (JIRA)

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

Ryszard Trojnacki updated TAP5-2055:


Attachment: BeanEditForm_pl.properties

> Polish translations
> ---
>
> Key: TAP5-2055
> URL: https://issues.apache.org/jira/browse/TAP5-2055
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-core
>Affects Versions: 5.3.6
>Reporter: Ryszard Trojnacki
> Attachments: BeanEditForm_pl.properties
>
>
> Polish translations

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (TAP5-2055) Polish translations

2013-01-15 Thread Ryszard Trojnacki (JIRA)
Ryszard Trojnacki created TAP5-2055:
---

 Summary: Polish translations
 Key: TAP5-2055
 URL: https://issues.apache.org/jira/browse/TAP5-2055
 Project: Tapestry 5
  Issue Type: New Feature
  Components: tapestry-core
Affects Versions: 5.3.6
Reporter: Ryszard Trojnacki


Polish translations

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira