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 France

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 But when I test the overlib function and open the sourecode of the generated page the corresponding that should have been writen is not written. How should I include my javascripts inside a page? -- -

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 ha

Re: Calling a page with parameters from other page

2006-09-26 Thread Daniel Castro
. } ); ILink link = 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

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 ab

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 confide

Re: Doubt about implementing Ajax request

2006-09-24 Thread Daniel Castro
hat link I execute doSomething method and populate B and display it. How to do it? On 9/21/06, Jesse Kuhnert <[EMAIL 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, Danie

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

Re: Doubt about implementing Ajax request

2006-09-21 Thread Daniel Castro
trying to modify a table. No matter how great our ajax stuff is it can't make IE not suck. (though the new FilteringTable will help when it lands soon) On 9/21/06, Daniel Castro <[EMAIL PROTECTED]> wrote: > > Thanks :) I will look :) > But I thought tapestry 4.1 would have som

Re: Doubt about implementing Ajax request

2006-09-20 Thread Daniel Castro
great 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 a

Doubt about implementing Ajax request

2006-09-20 Thread Daniel Castro
Guys, please help me, if possible. I have a page with a search form, and those form fields are used as parameteres for a search query (SQL). There are two content holders, that are div tags with specified ids, to hold the ajax return of the search and ajax return of the search details. Those con

Re: Simple Doubt

2006-09-19 Thread Daniel Castro
Thanks :D It worked :) On 9/20/06, D&J Gredler <[EMAIL PROTECTED]> wrote: (or .library file if you're writing a library) On 9/20/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > I think that goes in your .application file. > > > > On 9/20/06,

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. where should it be inserted? inside the .page? Inside the web.xml? I tried inside the .page and didnt worked, and also tried inside web.xml and the message below appears