Question about AssertDispatcher and custom Assets

2009-05-28 Thread davidb82
Hi, I am trying to register a custom Asset type, but I seem to have confused myself... I'm hoping somebody more intelligent than me (not hard :-)) can help me out. My problem is that I don't see how to get the client urls generated by the Assets I return from my AssetFactory to get correctly in

Re: Question about AssertDispatcher and custom Assets

2009-05-29 Thread davidb82
gt; the asset specified by the incoming url. > The benefit to going the asset route is that you still have > opportunities for asset localization, and your assets will "snap" > right into the rest of the framework. > > Robert > > On May 28, 2009, at 5/289:42 AM

question about forminjector and client ids

2009-08-03 Thread davidb82
I have been experimenting with using the AjaxFormLoop component, however, I've run into a problem with displaying validation errors and I was hoping someone could help me out. My problem is that if additional rows are added to the form via the formloop and the form is submitted with errors in the

Re: AjaxFormLoop: property changes have no effect

2009-08-03 Thread davidb82
Andy Pahne-7 wrote: > > > I am using an AjaxFormLoop component. There is no database involved, so > the code should be simple. > > The add operation in onAddRowFromVehicles() works. I can see that > because the list of vehicles has alwas the correct size. But Properties > of Vehicle (like v

Re: question about forminjector and client ids

2009-08-04 Thread davidb82
davidb82 wrote: > > I have been experimenting with using the AjaxFormLoop component, however, > I've run into a problem with displaying validation errors and I was hoping > someone could help me out. > > My problem is that if additional rows are added to the form via