> 
> Ok -- so upgrading from before 1.1.4pr2, no interceptor 
> changes need to be made anymore.

No - i do not implement the methods prior 1.1.4pre2. Should we?


> could be build.
> 
> Hey we can selectively ignore the results of our query!
Yes! Sometimes filter cant't be done with sql only!!!


> 
> >      This fields are part of the resultsetvector and can be 
> used with all dbforms tags!
> 
> Great. We can count our rows.
Or sum values. Or just merge some columns wich can not be merged in sql....

> 
> One question -- this line in BookstoreCalcFieldAndSearchInterceptor
> 
> Integer oRowNum = (Integer) data.getAttribute("ROWNUM");
> 
> should it be ... data.getAttribute("ROW_NUM"); I can't figure 
> out where "ROWNUM" is from -- it's not in the config file
This attribute transports the rownum between the interceptor calls.
The interceptor object is created new before call of a pre.... Interceptor.
So information of the rownum would be lost between the calls of the
interceptor.
So the solution is to put it into the interceptor data. This is the same for
all calls of the

preSelect
preAdd
postAdd
....
postSelect 

cycle!



> 
> >    - I added a new tag TextFormat to format a simple text 
> or a context 
> > bean with dbforms formatting
> 
> Ok works in conjuction with the setCustomFormatter tag.  Is 
> there an example.  I mean how is it used compared to the 
> customFormatter attribute in the textField tag already.

It's a new tag. It has nearly the same attributes as the textField.
Difference:
textField renders the contents of an object from the current row of the
resultsetvector.
textFormat renders the contents of a variable defined somewhere in the
context. So you can calculate a value in your jsp, store this into the
pageContext and use the textFormat tag to format it with the settings used
in dbforms - with locale support.


>   
> >    - Added support for boolean fields
> >    - I added attribute support to the resultsetvector so 
> that you can easily carry data around.
> 
> What exactly do you mean by carry the data around?  
I will make an howto ....
After finishing my current project where i need this feature...

> 
> Also, what is meant by "it's possible to omit the inner 
> tags."  -- we don't need <footer/> for instance?
Yes. And we don't need the <header/> tag. The older versions do not work
without this tags - they are required.
Even if you do not want to render anything. 
Now you can miss them if you do not need them. I think this is more
failprove.

> 
> > 
> > Now we need somebody to update the documentation? Shawn?
> > I build some bookstore test pages to show/test the new features.
> > 
> English question -- I build = "I will build" or "I built".  I 
> think you mean I built because there are new test pages there 
> or do you mean more are coming? 

Thanks for the hint Shawn! I built! 

Cheers 
Henner



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to