Re: [Wicket-develop] XPATH Data Model

2006-02-10 Thread Scooter
If someone has a good starting point for a model that is similar in concept and already written I will take a look at it. Just let me know what the name of the model. Should be fairly easy to extend work already done for model abstraction that uses an expression language for query or filterin

Re: [Wicket-develop] XPATH Data Model

2006-02-10 Thread Eelco Hillenius
aargh. Shouldn't be too hard to write such a model. On 2/10/06, Johan Compagner <[EMAIL PROTECTED]> wrote: > shouldn't be too easy or to hard? ;) > > > On 2/9/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > > > Yup. Shouldn't be too write such a model though. > > > > Eelco > > > > > > On 2/9/06

Re: [Wicket-develop] XPATH Data Model

2006-02-10 Thread Johan Compagner
shouldn't be too easy or to hard? ;)On 2/9/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: Yup. Shouldn't be too write such a model though.EelcoOn 2/9/06, Johan Compagner < [EMAIL PROTECTED]> wrote:> I think you will need to write youre own version of that XPathModel> don't know anybody that have bu

Re: [Wicket-develop] XPATH Data Model

2006-02-09 Thread Eelco Hillenius
Yup. Shouldn't be too write such a model though. Eelco On 2/9/06, Johan Compagner <[EMAIL PROTECTED]> wrote: > I think you will need to write youre own version of that XPathModel > don't know anybody that have build that before. > Could be cool if youre data is in xml. > > johan > > > > On 1/28/

Re: [Wicket-develop] XPATH Data Model

2006-02-09 Thread Johan Compagner
I think you will need to write youre own version of that XPathModel don't know anybody that have build that before.Could be cool if youre data is in xml.johanOn 1/28/06, Scooter Willis <[EMAIL PROTECTED]> wrote: New to Wicket and have read all the tutorials and looked at all thesample code and sea

[Wicket-develop] XPATH Data Model

2006-01-28 Thread Scooter Willis
New to Wicket and have read all the tutorials and looked at all the sample code and searched on list serve discussion for the topic. Has any thought or code been put in place to allow the use of XPATH and a DOM tree as a DataModel. If the Presentation layer of the data follows the XML layout