[jira] [Commented] (TAP5-1930) Feature request: SymbolSource.getSymbolNames()

2013-02-13 Thread Borut Bolcina (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-1930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13577589#comment-13577589
 ] 

Borut Bolcina commented on TAP5-1930:
-

Yes, that would be of great benefit. One could inject SymbolSource into service 
and then dynamically build things in that service based on defined symbols in 
the properties file for example.

This way you do not have to touch the source code, compile and deploy, but only 
modify configuration file (property file), or if symbols are coming from 
database - change some records, and the application would be dynamically 
configured.

 Feature request: SymbolSource.getSymbolNames()
 --

 Key: TAP5-1930
 URL: https://issues.apache.org/jira/browse/TAP5-1930
 Project: Tapestry 5
  Issue Type: New Feature
  Components: tapestry-ioc
Affects Versions: 5.3.3, 5.4
Reporter: Lance
Priority: Minor

 I'm currently integrating DWR with Tapestry and I'd like to pass all of the 
 dwr.* symbols from tapestry to DWR. At the moment, I need to hard code the 
 possible symbol names and try/catch RuntimeException around 
 SymbolSource.valueForSymbol(symbolName) for each possible symbol.
 It would be great if the following method could be added to SymbolSource
 public CollectionString getSymbolNames()

--
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-1626) Incorrect links to 5.0.18 documentation

2011-09-02 Thread Borut Bolcina (JIRA)
Incorrect links to 5.0.18 documentation
---

 Key: TAP5-1626
 URL: https://issues.apache.org/jira/browse/TAP5-1626
 Project: Tapestry 5
  Issue Type: Bug
  Components: documentation
Reporter: Borut Bolcina
Priority: Minor


At http://tapestry.apache.org/documentation.html there are two links directly 
below Previous stable release 5.0.18:

* http://tapestry.apache.org/tapestry5/apidocs/ (displays Tapestry 5 Project 
5.1.0.5 API)
* http://tapestry.apache.org/tapestry5/tapestry-core/ref/ (displays Component 
Reference Version: 5.1.0.5)



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (TAP5-1381) Page lifecycle documentation: What is called and when

2010-12-20 Thread Borut Bolcina (JIRA)
Page lifecycle documentation: What is called and when
-

 Key: TAP5-1381
 URL: https://issues.apache.org/jira/browse/TAP5-1381
 Project: Tapestry 5
  Issue Type: Improvement
  Components: documentation
Reporter: Borut Bolcina


At http://tapestry.apache.org/page-life-cycle.html the documentation about page 
lifecycle can be improved. It should be more clear to developers what is called 
and when. Maybe a diagram and short explanations along with good practices what 
to put in each event method would be in order.

Geoff has made a good effort at 
http://jumpstart.doublenegative.com.au/jumpstart/examples/navigation/whatiscalledandwhen
 and the logging of log4j.category.tapestry.events.com.acme.pages=debug can 
give clues, but I think the lifecycle is so crucial it should be explained in 
more detail.



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



[jira] Created: (TAP5-1379) JavaScript documentation about RenderSupport

2010-12-19 Thread Borut Bolcina (JIRA)
JavaScript documentation about RenderSupport


 Key: TAP5-1379
 URL: https://issues.apache.org/jira/browse/TAP5-1379
 Project: Tapestry 5
  Issue Type: Bug
  Components: documentation
Reporter: Borut Bolcina


At http://tapestry.apache.org/ajax-javascript.html the documentation needs to 
be updated as it uses a deprecated RenderSupport instead of JavaScriptSupport 
interface.

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



[jira] Created: (TAP5-1376) The Introduction page is about Tapestry 5.1

2010-12-17 Thread Borut Bolcina (JIRA)
The Introduction page is about Tapestry 5.1
---

 Key: TAP5-1376
 URL: https://issues.apache.org/jira/browse/TAP5-1376
 Project: Tapestry 5
  Issue Type: Bug
  Components: documentation
Reporter: Borut Bolcina


The Introductino page http://tapestry.apache.org/introduction.html needs 
rewriting.

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



[jira] Commented: (TAP5-1364) Documentation about ExtJS integration

2010-12-07 Thread Borut Bolcina (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12968625#action_12968625
 ] 

Borut Bolcina commented on TAP5-1364:
-

In Chapter 1.5.1 of the ExtJS book the author explains the content of the 
distribution. There is a folder adapter and what it does is:

Contains the ext-base.js, which is the base Ext JS library, which is used for 
an all-Ext JS
setup. It also contains necessary adapters and supported versions of Prototype, 
jQuery,
or YUI libraries if you want to use any of those as a base.

And chapter 1.5.3 talks about configuring  ExtJS with other libraries:

link rel=stylesheet type=text/css href=extjs/resources/css/ext-all.css /
script type=text/javascript 
src=extjs/adapter/prototype/prototype.js/script
script type=text/javascript 
src=extjs/adapter/prototype/scriptaculous.js?load=effects.js/script
script type=text/javascript 
src=extjs/adapter/prototype/ext-prototype-adapter-debug.js/script
script type=text/javascript src=extjs/ext-all-debug.js/script

and follows with:

As you can see, this is like the generic Ext JS setup with two additional JS 
files. The Prototype
and Scriptaculous libraries take the place of ext-base, and 
ext-prototypeadapter.
js maps the external library methods to Ext.

How can this help with T5 integration?

 Documentation about ExtJS integration
 -

 Key: TAP5-1364
 URL: https://issues.apache.org/jira/browse/TAP5-1364
 Project: Tapestry 5
  Issue Type: Improvement
  Components: documentation
Reporter: Borut Bolcina

 Maybe there should be some docs about integrating with other JS libraries at 
 the http://tapestry.apache.org/user-guide.html. Maybe the chapter Ajax  
 JavaScript should be separated. Some clear examples of how to include other 
 js libs would be very helpful.
 I saw a very short email on the user list about extjs integration issue 
 (http://tapestry.markmail.org/thread/6zz7zz7ewuzkengv), but I doubt this 
 hidden info will be found early enough for someone trying to start with T5 
 and extjs, before he/she gets in the bad mood.
 I am writing this beforehand - I haven't even tried T5  ExtJS web app yet, 
 but I am doing a field research as what troubles I might have. I just bought 
 a book ExtJS in action so there will be plenty of info from the Extjs side, 
 now I wish there would be some from the T5 side also.
 Thanks!

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



[jira] Created: (TAP5-1364) Documentation about ExtJS integration

2010-12-04 Thread Borut Bolcina (JIRA)
Documentation about ExtJS integration
-

 Key: TAP5-1364
 URL: https://issues.apache.org/jira/browse/TAP5-1364
 Project: Tapestry 5
  Issue Type: Improvement
  Components: documentation
Reporter: Borut Bolcina


Maybe there should be some docs about integrating with other JS libraries at 
the http://tapestry.apache.org/user-guide.html. Maybe the chapter Ajax  
JavaScript should be separated. Some clear examples of how to include other js 
libs would be very helpful.

I saw a very short email on the user list about extjs integration issue 
(http://tapestry.markmail.org/thread/6zz7zz7ewuzkengv), but I doubt this 
hidden info will be found early enough for someone trying to start with T5 
and extjs, before he/she gets in the bad mood.

I am writing this beforehand - I haven't even tried T5  ExtJS web app yet, but 
I am doing a field research as what troubles I might have. I just bought a book 
ExtJS in action so there will be plenty of info from the Extjs side, now I 
wish there would be some from the T5 side also.

Thanks!

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



[jira] Created: (TAP5-1354) New T5 site remarks

2010-11-23 Thread Borut Bolcina (JIRA)
New T5 site remarks
---

 Key: TAP5-1354
 URL: https://issues.apache.org/jira/browse/TAP5-1354
 Project: Tapestry 5
  Issue Type: Improvement
  Components: documentation
Reporter: Borut Bolcina


Hello,

first congratulations on a new site!

Today I needed some information about how to test my services, so I visited the 
new site and started browsing. Couldn't find the answer. Can someone give me 
some pointers here?

First I looked in the FAQ and searched for test within the page with my 
browser. Found 2 irrelevant hits, so I went on to the User guide. There is a 
section Test, but covers only testing of pages.

Inspecting further to Tapestry IOC and eye-balling for something useful I 
discovered a link to registry startup, which briefly mentions what would one 
want to use it:

However, you may want to do some integration testing using the Registry from 
within a test case,

I know there are projects out there, so you can inspect the source code to get 
an example of how to test the services, but I feel it should be better 
explained right on the offical page - at least in the FAQ section. It is very 
hard to embrace testing to start with, so some guidance is much appreciated.

And the red background links must go away.

The download section should include maven instruction, at least the dependency 
section of the pom should be listed.

There should be more room at the bottom between the last paragraph and the 
footer. The header on most pages is very white, the bottom has no space at 
all. Give it some air.

Why is there a Book section in the Documentation with only one link to more 
books? It look like an error. At least last two books (their images and 
caption) should be there.

I like the ComponentCheetSheet! A sentance or two more on each annotation would 
be great.

The tutorial Setting up your environment should be improved. Alternatives 
should be described on how to run T5 apps in the Eclipse or other IDEs, but not 
in the text as that would make it too long. I think there should be links for 
alternative setups - like how to run the T5 app from a main class and even 
start VisualVM for early debugging and optimizing (each alternative has pros 
and cons). There is no mention of m2eclipse plugin. Of course one can use JDK 6 
also - only 1.5 is there. There is a sentence: You should not have to download 
this directly. Why are then download links on the download page and no mention 
of maven at the same time. It is confusing for newbs.

The should also be a more visible link to T5 wiki somewhere.

I hope I wasn't too harsh, just wanna put my perspective.

-Borut

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



[jira] Created: (TAP5-705) Let a page choose its layout

2009-05-15 Thread Borut Bolcina (JIRA)
Let a page choose its layout


 Key: TAP5-705
 URL: https://issues.apache.org/jira/browse/TAP5-705
 Project: Tapestry 5
  Issue Type: Wish
  Components: tapestry-core
Affects Versions: 5.0.18
Reporter: Borut Bolcina


It would be great if a page could dynamically choose its layout. In some cases 
the page would use Layout1 component and in some cases Layout2.


The t:type=${layout} does not get expanded to whatever I set in Index.java.

PageWithLayout.tml
===
div t:type=${layout} 
xmlns:t=http://tapestry.apache.org/schema/tapestry_5_0_0.xsd;
ppage with ${layout}/p
/div

PageWithLayout.java
===
public class PageWithLayout {

private String layout;
   
public String getLayout() {
return layout;
}

public void setLayout(String layout) {
this.layout = layout;
}
}

Index.tml
===
t:actionlink t:id=PageWithLayout1layout1/t:actionlinkbr/
t:actionlink t:id=PageWithLayout2layout2/t:actionlink

Index.java
===
public class Index {
@InjectPage
private PageWithLayout pageWithLayout;
   
Object onActionFromPageWithLayout1() {
pageWithLayout.setLayout(layout1);
return pageWithLayout;
}
   
Object onActionFromPageWithLayout2() {
pageWithLayout.setLayout(layout2);
return pageWithLayout;
}
}

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



[jira] Commented: (TAP5-705) Let a page choose its layout

2009-05-15 Thread Borut Bolcina (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12710075#action_12710075
 ] 

Borut Bolcina commented on TAP5-705:


Thanks Robert for sharing, I will look the code ASAP.

 Let a page choose its layout
 

 Key: TAP5-705
 URL: https://issues.apache.org/jira/browse/TAP5-705
 Project: Tapestry 5
  Issue Type: Wish
  Components: tapestry-core
Affects Versions: 5.0.18
Reporter: Borut Bolcina
 Attachments: example.tgz


 It would be great if a page could dynamically choose its layout. In some 
 cases the page would use Layout1 component and in some cases Layout2.
 The t:type=${layout} does not get expanded to whatever I set in Index.java.
 PageWithLayout.tml
 ===
 div t:type=${layout} 
 xmlns:t=http://tapestry.apache.org/schema/tapestry_5_0_0.xsd;
 ppage with ${layout}/p
 /div
 PageWithLayout.java
 ===
 public class PageWithLayout {
 private String layout;

 public String getLayout() {
 return layout;
 }
 public void setLayout(String layout) {
 this.layout = layout;
 }
 }
 Index.tml
 ===
 t:actionlink t:id=PageWithLayout1layout1/t:actionlinkbr/
 t:actionlink t:id=PageWithLayout2layout2/t:actionlink
 Index.java
 ===
 public class Index {
 @InjectPage
 private PageWithLayout pageWithLayout;

 Object onActionFromPageWithLayout1() {
 pageWithLayout.setLayout(layout1);
 return pageWithLayout;
 }

 Object onActionFromPageWithLayout2() {
 pageWithLayout.setLayout(layout2);
 return pageWithLayout;
 }
 }

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



[jira] Commented: (TAP5-607) requestDispatcher.forward causes ComponentEventException

2009-04-05 Thread Borut Bolcina (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12695840#action_12695840
 ] 

Borut Bolcina commented on TAP5-607:


At http://tapestry.apache.org/tapestry5/guide/pagenav.html section URL 
response it states:

A URL is handled as a client redirect to an external URL.

So this is a client side redirect, which is exactly what I do NOT want because 
the Tomcat log files would reveal username and password in plain text which is 
not acceptable from security point. I want to perform a server side redirect 
(forward) to a non Tapestry page.

 requestDispatcher.forward causes ComponentEventException
 

 Key: TAP5-607
 URL: https://issues.apache.org/jira/browse/TAP5-607
 Project: Tapestry 5
  Issue Type: Bug
  Components: tapestry-core
Affects Versions: 5.0.18
Reporter: Borut Bolcina
Assignee: Howard M. Lewis Ship

 I want to forward a request to /j_spring_security_check to authenticate the 
 user. 
 void onSuccess() {
 logger.info(onSuccess);
 
 Request request = requestGlobals.getRequest();
 String url = request.getContextPath() + checkUrl + ?j_username= + 
 username + j_password= + password;
 logger.info(onSuccess() url=+url);
 RequestDispatcher requestDispatcher = 
 requestGlobals.getHTTPServletRequest().getRequestDispatcher(url);
 
 try {
 logger.info(onSuccess() : before forward);
 requestDispatcher.forward(requestGlobals.getHTTPServletRequest(), 
 requestGlobals.getHTTPServletResponse());
 logger.info(onSuccess() : after forward);
 } catch (ServletException e) {
 logger.error(ServletException :  + e.getMessage());
 } catch (IOException e) {
 logger.error(IOException :  + e.getMessage());
 }
 }
 Stack trace:
  INFO [27 mar 2009 09:36:49.049] [Login] onSuccess() : after forward
 ERROR [27 mar 2009 09:36:49.064] [DefaultRequestExceptionHandler]
 Processing of request failed with uncaught exception:
 org.apache.tapestry5.runtime.ComponentEventException
 org.apache.tapestry5.runtime.ComponentEventException [at
 classpath:si/najdi/identity/server/pages/Login.tml, line 11, column
 45]
at 
 org.apache.tapestry5.internal.structure.ComponentPageElementImpl.triggerContextEvent(ComponentPageElementImpl.java:1076)
at 
 org.apache.tapestry5.internal.services.ComponentEventRequestHandlerImpl.handle(ComponentEventRequestHandlerImpl.java:68)
at 
 org.apache.tapestry5.internal.services.ImmediateActionRenderResponseFilter.handle(ImmediateActionRenderResponseFilter.java:42)
at 
 $ComponentEventRequestHandler_1204712d04c.handle($ComponentEventRequestHandler_1204712d04c.java)
at 
 org.apache.tapestry5.internal.services.AjaxFilter.handle(AjaxFilter.java:42)
at 
 $ComponentEventRequestHandler_1204712d04c.handle($ComponentEventRequestHandler_1204712d04c.java)
at 
 org.apache.tapestry5.services.TapestryModule$44.handle(TapestryModule.java:2105)
at 
 $ComponentEventRequestHandler_1204712d04c.handle($ComponentEventRequestHandler_1204712d04c.java)
at 
 $ComponentEventRequestHandler_1204712cf9f.handle($ComponentEventRequestHandler_1204712cf9f.java)
at 
 org.apache.tapestry5.internal.services.ComponentEventDispatcher.dispatch(ComponentEventDispatcher.java:127)
at $Dispatcher_1204712cfa2.dispatch($Dispatcher_1204712cfa2.java)
at $Dispatcher_1204712cf94.dispatch($Dispatcher_1204712cf94.java)
at 
 org.apache.tapestry5.services.TapestryModule$17.service(TapestryModule.java:1029)
at 
 org.apache.tapestry5.internal.services.LocalizationFilter.service(LocalizationFilter.java:42)
at 
 $RequestHandler_1204712cf95.service($RequestHandler_1204712cf95.java)
at 
 nu.localhost.tapestry5.springsecurity.services.internal.RequestFilterWrapper$1.doFilter(RequestFilterWrapper.java:60)
at 
 nu.localhost.tapestry5.springsecurity.services.internal.SpringSecurityExceptionTranslationFilter.doFilterHttp(SpringSecurityExceptionTranslationFilter.java:100)
at 
 org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at 
 nu.localhost.tapestry5.springsecurity.services.internal.RequestFilterWrapper.service(RequestFilterWrapper.java:55)
at 
 $RequestHandler_1204712cf95.service($RequestHandler_1204712cf95.java)
at 
 org.apache.tapestry5.internal.services.RequestErrorFilter.service(RequestErrorFilter.java:26)
at 
 $RequestHandler_1204712cf95.service($RequestHandler_1204712cf95.java)
at 
 org.apache.tapestry5.services.TapestryModule$3.service(TapestryModule.java:621)
at 
 

[jira] Created: (TAP5-607) requestDispatcher.forward causes ComponentEventException

2009-03-27 Thread Borut Bolcina (JIRA)
requestDispatcher.forward causes ComponentEventException


 Key: TAP5-607
 URL: https://issues.apache.org/jira/browse/TAP5-607
 Project: Tapestry 5
  Issue Type: Bug
  Components: tapestry-core
Affects Versions: 5.0.18
Reporter: Borut Bolcina


I want to forward a request to /j_spring_security_check to authenticate the 
user. 

void onSuccess() {
logger.info(onSuccess);

Request request = requestGlobals.getRequest();
String url = request.getContextPath() + checkUrl + ?j_username= + 
username + j_password= + password;
logger.info(onSuccess() url=+url);
RequestDispatcher requestDispatcher = 
requestGlobals.getHTTPServletRequest().getRequestDispatcher(url);

try {
logger.info(onSuccess() : before forward);
requestDispatcher.forward(requestGlobals.getHTTPServletRequest(), 
requestGlobals.getHTTPServletResponse());
logger.info(onSuccess() : after forward);
} catch (ServletException e) {
logger.error(ServletException :  + e.getMessage());
} catch (IOException e) {
logger.error(IOException :  + e.getMessage());
}
}


Stack trace:

 INFO [27 mar 2009 09:36:49.049] [Login] onSuccess() : after forward
ERROR [27 mar 2009 09:36:49.064] [DefaultRequestExceptionHandler]
Processing of request failed with uncaught exception:
org.apache.tapestry5.runtime.ComponentEventException
org.apache.tapestry5.runtime.ComponentEventException [at
classpath:si/najdi/identity/server/pages/Login.tml, line 11, column
45]
   at 
org.apache.tapestry5.internal.structure.ComponentPageElementImpl.triggerContextEvent(ComponentPageElementImpl.java:1076)
   at 
org.apache.tapestry5.internal.services.ComponentEventRequestHandlerImpl.handle(ComponentEventRequestHandlerImpl.java:68)
   at 
org.apache.tapestry5.internal.services.ImmediateActionRenderResponseFilter.handle(ImmediateActionRenderResponseFilter.java:42)
   at 
$ComponentEventRequestHandler_1204712d04c.handle($ComponentEventRequestHandler_1204712d04c.java)
   at 
org.apache.tapestry5.internal.services.AjaxFilter.handle(AjaxFilter.java:42)
   at 
$ComponentEventRequestHandler_1204712d04c.handle($ComponentEventRequestHandler_1204712d04c.java)
   at 
org.apache.tapestry5.services.TapestryModule$44.handle(TapestryModule.java:2105)
   at 
$ComponentEventRequestHandler_1204712d04c.handle($ComponentEventRequestHandler_1204712d04c.java)
   at 
$ComponentEventRequestHandler_1204712cf9f.handle($ComponentEventRequestHandler_1204712cf9f.java)
   at 
org.apache.tapestry5.internal.services.ComponentEventDispatcher.dispatch(ComponentEventDispatcher.java:127)
   at $Dispatcher_1204712cfa2.dispatch($Dispatcher_1204712cfa2.java)
   at $Dispatcher_1204712cf94.dispatch($Dispatcher_1204712cf94.java)
   at 
org.apache.tapestry5.services.TapestryModule$17.service(TapestryModule.java:1029)
   at 
org.apache.tapestry5.internal.services.LocalizationFilter.service(LocalizationFilter.java:42)
   at $RequestHandler_1204712cf95.service($RequestHandler_1204712cf95.java)
   at 
nu.localhost.tapestry5.springsecurity.services.internal.RequestFilterWrapper$1.doFilter(RequestFilterWrapper.java:60)
   at 
nu.localhost.tapestry5.springsecurity.services.internal.SpringSecurityExceptionTranslationFilter.doFilterHttp(SpringSecurityExceptionTranslationFilter.java:100)
   at 
org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
   at 
nu.localhost.tapestry5.springsecurity.services.internal.RequestFilterWrapper.service(RequestFilterWrapper.java:55)
   at $RequestHandler_1204712cf95.service($RequestHandler_1204712cf95.java)
   at 
org.apache.tapestry5.internal.services.RequestErrorFilter.service(RequestErrorFilter.java:26)
   at $RequestHandler_1204712cf95.service($RequestHandler_1204712cf95.java)
   at 
org.apache.tapestry5.services.TapestryModule$3.service(TapestryModule.java:621)
   at $RequestHandler_1204712cf95.service($RequestHandler_1204712cf95.java)
   at 
org.apache.tapestry5.services.TapestryModule$2.service(TapestryModule.java:611)
   at $RequestHandler_1204712cf95.service($RequestHandler_1204712cf95.java)
   at 
org.apache.tapestry5.internal.services.StaticFilesFilter.service(StaticFilesFilter.java:85)
   at $RequestHandler_1204712cf95.service($RequestHandler_1204712cf95.java)
   at 
org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:93)
   at 
org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:84)
   at 
org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier.withRead(ConcurrentBarrier.java:83)
   at 

[jira] Created: (TAP5-582) Translation for Slovenian language

2009-03-13 Thread Borut Bolcina (JIRA)
Translation for Slovenian language
--

 Key: TAP5-582
 URL: https://issues.apache.org/jira/browse/TAP5-582
 Project: Tapestry 5
  Issue Type: Improvement
Reporter: Borut Bolcina


I am attaching a patch in utf-8 for sl_SI locale.

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



[jira] Updated: (TAP5-582) Translation for Slovenian language

2009-03-13 Thread Borut Bolcina (JIRA)

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

Borut Bolcina updated TAP5-582:
---

Attachment: patch_sl_SI.txt

ValidationMessages_sl_SI.properties
Palette_sl_SI.properties
GridPager_sl_SI.properties
Errors_sl_SI.properties
BeanEditForm_sl_SI.properties
GridColumns_sl_SI.properties

 Translation for Slovenian language
 --

 Key: TAP5-582
 URL: https://issues.apache.org/jira/browse/TAP5-582
 Project: Tapestry 5
  Issue Type: Improvement
Reporter: Borut Bolcina
 Attachments: patch_sl_SI.txt


 I am attaching a patch in utf-8 for sl_SI locale.

-- 
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: (TAP5-582) Translation for Slovenian language

2009-03-13 Thread Borut Bolcina (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12681929#action_12681929
 ] 

Borut Bolcina edited comment on TAP5-582 at 3/13/09 4:09 PM:
-

The patch made against 5.0 branch includes these 6 new files:

ValidationMessages_sl_SI.properties
Palette_sl_SI.properties
GridPager_sl_SI.properties
Errors_sl_SI.properties
BeanEditForm_sl_SI.properties
GridColumns_sl_SI.properties

  was (Author: borutb):
ValidationMessages_sl_SI.properties
Palette_sl_SI.properties
GridPager_sl_SI.properties
Errors_sl_SI.properties
BeanEditForm_sl_SI.properties
GridColumns_sl_SI.properties
  
 Translation for Slovenian language
 --

 Key: TAP5-582
 URL: https://issues.apache.org/jira/browse/TAP5-582
 Project: Tapestry 5
  Issue Type: Improvement
Reporter: Borut Bolcina
 Attachments: patch_sl_SI.txt


 I am attaching a patch in utf-8 for sl_SI locale.

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



[jira] Commented: (TAP5-566) Error in documentation for TextField component.

2009-03-10 Thread Borut Bolcina (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12680423#action_12680423
 ] 

Borut Bolcina commented on TAP5-566:


But there is no 

@Property
private String cardNumber;

in the example. 

It is confusing if the Flags says Required, and the explanation says ...if not 
bound then...

 Error in documentation for TextField component.
 ---

 Key: TAP5-566
 URL: https://issues.apache.org/jira/browse/TAP5-566
 Project: Tapestry 5
  Issue Type: Bug
  Components: documentation
Affects Versions: 5.0.18
Reporter: Borut Bolcina

 At 
 http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/TextField.html
  there is an example for Payment.tml
 t:label for=cardNumber/:
 t:textfield t:id=cardNumber  validate=required,regexp 
 size=20/
 It is missing the required parameter value.

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



[jira] Created: (TAP5-566) Error in documentation for TextField component.

2009-03-09 Thread Borut Bolcina (JIRA)
Error in documentation for TextField component.
---

 Key: TAP5-566
 URL: https://issues.apache.org/jira/browse/TAP5-566
 Project: Tapestry 5
  Issue Type: Bug
  Components: documentation
Affects Versions: 5.0.18
Reporter: Borut Bolcina


At 
http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/TextField.html
 there is an example for Payment.tml

t:label for=cardNumber/:
t:textfield t:id=cardNumber  validate=required,regexp 
size=20/

It is missing the required parameter value.

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



[jira] Commented: (TAP5-533) Error running mvn site:site

2009-03-02 Thread Borut Bolcina (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12677933#action_12677933
 ] 

Borut Bolcina commented on TAP5-533:


Problem solved by adding

localRepositoryc:/Docume~1/borutb/.m2/repository//localRepository

to my settings.xml file under .m2

Thanks

 Error running mvn site:site
 ---

 Key: TAP5-533
 URL: https://issues.apache.org/jira/browse/TAP5-533
 Project: Tapestry 5
  Issue Type: Bug
Affects Versions: 5.0.17, 5.0.18
Reporter: Borut Bolcina
Assignee: Howard M. Lewis Ship

 Create a fresh quickstart maven project and then run mvn site:site
 I get 
 C:\workarea\aamvn site:site -e
 + Error stacktraces are turned on.
 [INFO] Scanning for projects...
 [INFO] Searching repository for plugin with prefix: 'site'.
 [INFO] 
 
 [INFO] Building aa Tapestry 5 Application
 [INFO]task-segment: [site:site]
 [INFO] 
 
 [INFO] Preparing tapestry-component-report:component-report
 [INFO] No goals needed for project - skipping
 [INFO] [site:site]
 [WARNING] No URL defined for the project - decoration links will not be 
 resolved
 [INFO] Generating Component Reference report.
 [INFO] Running JavaDoc to collect component parameter data ...
 1 error
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] Error during page generation
 Embedded error: Error rendering Maven report: Javadoc exit code: 1 - javadoc: 
 error - Cannot find doclet class org.apache.tapestry.mojo.ParametersDoclet
 Command line was: C:\Java\jdk1.6.0_11\jre\..\bin\javadoc.exe 
 @target/component-report-javadoc-arguments.txt
 [INFO] 
 
 [INFO] Trace
 org.apache.maven.lifecycle.LifecycleExecutionException: Error during page 
 generation
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:583)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:512)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:482)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
 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:597)
 at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
 at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
 at 
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
 at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 Caused by: org.apache.maven.plugin.MojoExecutionException: Error during page 
 generation
 at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:101)
 at 
 org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
 ... 16 more
 Caused by: org.apache.maven.doxia.siterenderer.RendererException: Error 
 rendering Maven report: Javadoc exit code: 1 - javadoc: error - Cannot find 
 doclet
 class org.apache.tapestry.mojo.ParametersDoclet
 Command line was: C:\Java\jdk1.6.0_11\jre\..\bin\javadoc.exe 
 @target/component-report-javadoc-arguments.txt
 at 
 org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:149)
 at 
 org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:269)
 at 
 org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:101)
 at 
 org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:129)
 at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:96)
 

[jira] Created: (TAP5-533) Error running mvn site:site

2009-02-23 Thread Borut Bolcina (JIRA)
Error running mvn site:site
---

 Key: TAP5-533
 URL: https://issues.apache.org/jira/browse/TAP5-533
 Project: Tapestry 5
  Issue Type: Bug
Affects Versions: 5.0.18, 5.0.17
Reporter: Borut Bolcina


Create a fresh quickstart maven project and then run mvn site:site

I get 

C:\workarea\aamvn site:site -e
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'site'.
[INFO] 
[INFO] Building aa Tapestry 5 Application
[INFO]task-segment: [site:site]
[INFO] 
[INFO] Preparing tapestry-component-report:component-report
[INFO] No goals needed for project - skipping
[INFO] [site:site]
[WARNING] No URL defined for the project - decoration links will not be resolved
[INFO] Generating Component Reference report.
[INFO] Running JavaDoc to collect component parameter data ...
1 error
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Error during page generation

Embedded error: Error rendering Maven report: Javadoc exit code: 1 - javadoc: 
error - Cannot find doclet class org.apache.tapestry.mojo.ParametersDoclet

Command line was: C:\Java\jdk1.6.0_11\jre\..\bin\javadoc.exe 
@target/component-report-javadoc-arguments.txt
[INFO] 
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Error during page 
generation
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:583)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:512)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:482)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
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:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error during page 
generation
at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:101)
at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
... 16 more
Caused by: org.apache.maven.doxia.siterenderer.RendererException: Error 
rendering Maven report: Javadoc exit code: 1 - javadoc: error - Cannot find 
doclet
class org.apache.tapestry.mojo.ParametersDoclet

Command line was: C:\Java\jdk1.6.0_11\jre\..\bin\javadoc.exe 
@target/component-report-javadoc-arguments.txt
at 
org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:149)
at 
org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:269)
at 
org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:101)
at 
org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:129)
at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:96)
... 18 more
Caused by: org.apache.maven.reporting.MavenReportException: Javadoc exit code: 
1 - javadoc: error - Cannot find doclet class org.apache.tapestry.mojo.Param
etersDoclet

Command line was: C:\Java\jdk1.6.0_11\jre\..\bin\javadoc.exe 
@target/component-report-javadoc-arguments.txt
at 
org.apache.tapestry.mojo.ComponentReport.executeCommand(ComponentReport.java:674)
at 
org.apache.tapestry.mojo.ComponentReport.runJavadoc(ComponentReport.java:548)
at 

[jira] Created: (TAP5-517) Link from Type coercion guide page to TypeCoercer Service is broken

2009-02-16 Thread Borut Bolcina (JIRA)
Link from Type coercion guide page to TypeCoercer Service is broken
---

 Key: TAP5-517
 URL: https://issues.apache.org/jira/browse/TAP5-517
 Project: Tapestry 5
  Issue Type: Bug
  Components: documentation
Affects Versions: 5.0.18
Reporter: Borut Bolcina
Priority: Trivial


At http://tapestry.apache.org/tapestry5/guide/coercion.html a link 
http://tapestry.apache.org/tapestry-ioc/coerce.html (documented here) should be 
http://tapestry.apache.org/tapestry5/tapestry-ioc/coerce.html.

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



[jira] Created: (TAP5-490) Broken link at Ajax docs

2009-01-31 Thread Borut Bolcina (JIRA)
Broken link at Ajax docs


 Key: TAP5-490
 URL: https://issues.apache.org/jira/browse/TAP5-490
 Project: Tapestry 5
  Issue Type: Bug
  Components: documentation
Affects Versions: 5.0.18
Reporter: Borut Bolcina


At http://tapestry.apache.org/tapestry5/guide/ajax.html there is a broken link 
http://tapestry.apache.org/tapestry5/component-parameters.html for component 
reference in Autocomplete mixin section.

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