Setting up css style in ajax validation

2006-09-28 Thread Daniel Castro
Guys, I am using a validation via ajax and done no further configuration...The screen that displays the error messages is contrasting with my form screen so I would like to configure it. Is there any specific place to configure it? -- We shall go on to the end. We shall fight in

Doubt about assets

2006-09-27 Thread Daniel Castro
Guys, I am trying to insert some javascripts, the overlib javascript, as an asset of my page asset name=overlib path=context:/js/overlib.js/ But when I test the overlib function and open the sourecode of the generated page the corresponding script/script that should have been writen is not

Re: Doubt about implementing Ajax request

2006-09-26 Thread Daniel Castro
I solved the problem. now instead of having two components that intereact each other, I have a single component. Muche easier :D Thanks everyone for the help. We shall go on to the end. We shall fight in France We shall fightover the seas and oceans. We shall fight with growing

Calling a page with parameters from other page

2006-09-26 Thread Daniel Castro
Guys, help me again. I have 2 pages. The problem is to call the method activateExternalPage on page B. This is what i have done so far, but no sucess. The page B loads without the values passed on the ExternalCallback. What is missing? - Page A @InjectPage(Edit) public

Re: Calling a page with parameters from other page

2006-09-26 Thread Daniel Castro
= this.getExternalService().getLink( false, param ); return link; Returning the external link to the page redirects to the page. On 9/26/06, Daniel Castro [EMAIL PROTECTED] wrote: Guys, help me again. I have 2 pages. The problem is to call the method activateExternalPage on page B

Re: Calling a page with parameters from other page

2006-09-26 Thread Daniel Castro
I found a solution, dont know if there is other way to do it but I get the page, set the fields and throw the page inside a PageRedirectException On 9/26/06, Daniel Castro [EMAIL PROTECTED] wrote: The idea is to load a page to edit the informations associated with a product. So I have

Re: Doubt about implementing Ajax request

2006-09-24 Thread Daniel Castro
PROTECTED] wrote: Look for the parameters updateComponents/async in most of the Submit/Link / Form type components in the 4.1 documentation. On 9/21/06, Daniel Castro [EMAIL PROTECTED] wrote: Anyone? I am using Ajax 4.1. Need to do an ajax request to a class method so this method will do a search

Re: Doubt about implementing Ajax request

2006-09-21 Thread Daniel Castro
Anyone? I am using Ajax 4.1. Need to do an ajax request to a class method so this method will do a search on database and return the result to the page. How to do it? On 9/21/06, Daniel Castro [EMAIL PROTECTED] wrote: The problem is that the documentation was not clear, for me, and I dont

Re: Doubt about implementing Ajax request

2006-09-20 Thread Daniel Castro
work done. http://tacos.sourceforge.net/ in addition, if need be, you can look at Dojo and DWR to help you with Ajax. On 9/21/06, Daniel Castro [EMAIL PROTECTED] wrote: Guys, please help me, if possible. I have a page with a search form, and those form fields are used as parameteres

Simple Doubt

2006-09-19 Thread Daniel Castro
Guys, I am trying to use the Xtile componet, that belongs to contrib library. But dont know where to insert the line below. library id=contrib specification-path=classpath :/org/apache/tapestry/contrib/Contrib.library/ where should it be inserted? inside the .page? Inside the web.xml? I tried