tapestry + maven + jboss tools + hot deploying ?

2014-03-13 Thread leandroaispuru
Hi all, I got the following scenario, - A Tapestry 5.3 web application called project A (contains tml files, java pages files, and common web files) - A Business logic project called B (Business services) - A Model project called C (pojos with hibernate annotations and daos) - I manage project d

Re: VS: tapestry + maven + jboss tools + hot deploying ?

2014-03-14 Thread leandroaispuru
Thanks for your answers. I found the solution in jboss forum. In case someone faces the same problem here is the link with the correct answer by Snjezana Peco: https://community.jboss.org/en/tools/blog/2011/02/21/getting-started-with-jboss-tools-jboss-maven-integration-and-weld?et=blogs.comment.c

tapestry+jboss live class reloading problem

2014-05-15 Thread leandroaispuru
Hi, all I am facing the following problem with Tapestry live class reloading and jboss application server. Up to last month i was using maven+jetty+tapestry with eclipse IDE to develop and debug my web applications. I have two tapestry projects , the first one is the Webapp with custom styles and

Re: tapestry+jboss live class reloading problem

2014-05-19 Thread leandroaispuru
Hi Thiago, Thanks for your answer. I understand perfectly what you say. Now i am looking for someone that has the same enviroment as me (tapestry+maven+jboss+jboss tools) with some tapestry lib included in the main project in order to know if there is some configuration i am missing. Is there any

modify Palette values in js.

2014-06-08 Thread leandroaispuru
Hi all, I am using Tapestry 5.3. I have a page with a pallette and a custom component. I need to modify the palette available values when the custom component values changes by a user action. If i do this by javascript then when i submit the form, tapestry pallete complains because it has differe

help with bug TAP5-587

2010-12-22 Thread leandroaispuru
­Hi, Is there any solution for bug TAP5-587? I have searched in the releases notes, but a solution did not appear . My page needs to show an input text for each element of a variable size collection, that's the reason why I can't use blocks, the quantity needs to be variable. For that reason i have

Re: help with bug TAP5-587

2010-12-22 Thread leandroaispuru
Thanks Jim! Now it works fine! I have used the question mark with the solution of the bug that i have passed in the first email! thank you so much again! Bye! 2010/12/22 Jim O'Callaghan > When you say at the end of your email that Tapestry rendered the loop even > if the condition is false, how

Re: help with bug TAP5-587

2010-12-22 Thread leandroaispuru
Sorry, we have solved the problem with jim's solution. But i tried what you have said and it did not work. Thank you Robert for answer to me so quickly. 2010/12/22 > Thanks Jim! > Now it works fine! > I have used the question mark with the solution of the bug that i have > passed in the first e

Radio Button Event ??

2011-02-23 Thread leandroaispuru
Hi everyone, I am having a problem with a page that has two Radio buttons, a Select and a TextInput. I need the Select or the TextInput to be disabled depending on the Radio that has been clicked. What is the best way to do it? I do not find an event dispatched by the Radio allowing me to update th

Re: Radio Button Event ??

2011-02-24 Thread leandroaispuru
First of all , thank you for your answers. I thought that taking an action over other components when the radio is clicked was a so common problem that a mixin or a similar component had been already deveolped. Well, i will do it using pure javascript. If anyone has another idea, please write to

Swf asset in jar root directory

2011-06-09 Thread leandroaispuru
Hi, I'm having a problem including an asset from the root dir of a jar. I have two projects. projectA --> a web application (war) . projectB --> a jar project with pages (An own Tapestry lib). ProjectA has projectB.jar in its libs directory. ProjectB contains a .swf file that is injected in a p

Re: Swf asset in jar root directory

2011-06-09 Thread leandroaispuru
Sorry... a friend tells me about the "classpath" prefix. Now i have it working. I can't find that in Tapestry Asset Documentation. I think it must be in some place where i didn't search. Thanks again. 2011/6/9 > Hi, > I'm having a problem including an asset from the root dir of a jar. > I have

Re: Swf asset in jar root directory

2011-06-09 Thread leandroaispuru
Thank you for your reply Christian. 2011/6/9 Christian Riedel > It's right there: http://tapestry.apache.org/assets.html > > > Assets in Templates > > Assets can also be referenced directly in templates. Two binding > prefixes[1] exist for this: "asset:" and "context:". The "asset:" prefix can

Re: Select component and Ajax (Tapestry version < 5.2.0)

2011-06-19 Thread leandroaispuru
Hi Luciano! Some time ago i had the same problem. Here is a link with a simple solution . The idea is to add some extra javascript and java code in order to enable ajax to the select component of tapestry 5.1. Look and then tell me if it solves your problem: http://jumpstart.doublenegative.com.a

Re: Select component and Ajax (Tapestry version < 5.2.0)

2011-06-19 Thread leandroaispuru
Sorry .. the link i've passed to you is incorrect. I can't found the correct one because i haven't here the source code. I will give the right solution on tuesday morning or tomorrow if i find it on internet ok? Sorry again... 2011/6/19 > Hi Luciano! > Some time ago i had the same problem. >

Re: Select component and Ajax (Tapestry version < 5.2.0)

2011-06-19 Thread leandroaispuru
While i look for the solution i have used , here is an article that can help you. http://tapestry.1045711.n5.nabble.com/Select-does-not-submit-form-on-change-td2418954.html Good Luck! 2011/6/19 > Sorry .. the link i've passed to you is incorrect. > I can't found the correct one because i haven

Re: Select component and Ajax (Tapestry version < 5.2.0)

2011-06-21 Thread leandroaispuru
Hi again Luciano. I used a zoneupdater mixin in order to update an specific zone. Here is the page where you can see a zone being updated when you enter text to a textfield. The same can be used by you to update the zone when you select some option. http://jumpstart.doublenegative.com.au/jumpstar

last page visited

2011-06-23 Thread leandroaispuru
Hi all! I want to know what is the best way to obtain the last visited page ? For example... I am navigating page A and when I click in a link I go to a page B. When I am in B I want to know that before being here I was in page A. My tapestry version is 5.1.0.5 and i can't migrate the project to

Re: last page visited

2011-06-23 Thread leandroaispuru
Hi again, I think that I have to describe the whole scenario so you can understan why i have written the question of the first email. Here is my situation: * I have two pages p1 and p2, each page belongs to layout A. This layout contains two tabs, one is p1 and the other is p2. * If I go

how to refresh page zone inside a component

2012-09-11 Thread leandroaispuru
Hi! I am facing some problems with an own component. This component renders some eventLinks with the use of componentResources and markupWriter. I have included this component in a page with a zone near it that must show some info based on the eventLink of the component clicked. I want only the zo

Re: how to refresh page zone inside a component

2012-09-11 Thread leandroaispuru
The line System.out.println("*ES AJAX: "+request.isXHR()); is always printing false. Because the event link rendered with markupWriter does not add the "Tapestry.init linkzone" to javascript code. 2012/9/11 > Hi! > > I am facing some problems with an own component. This component renders

Re: how to refresh page zone inside a component

2012-09-11 Thread leandroaispuru
Sorry, but i do not understand how the RenderCommand can help me creating eventLinks that generates ajax requests to update a zone. Can you give me an example or more info? Thank you again, Leandro 2012/9/11 Lance Java > You don't need to use the markup writer to generate recursive content. Y

Re: how to refresh page zone inside a component

2012-09-12 Thread leandroaispuru
Thank you Lance. I will try your solution as soon as possible. Then i will write to you again telling about the results obtained. 2012/9/11 Lance Java > Lets assume you are writing a LinkTree component which accepts a > LinkTreeModel parameter. LinkTreeModel has a visitAll method which takes a