Re: [Rife-users] dbquerymanager : where clause

2006-08-03 Thread JR Boyens
Hi! Something like this should work: subselect .field("id") .from("table_b"); myselect .from(MY_TABLE) .where("id", "IN", subselect); Note that the above code is sort of psuedo-code. I'm pretty sure I remember the syntax correctly, but I didn't test it. So, YMMV.

Re: [Rife-users] pathinfo capabilities

2006-03-03 Thread JR Boyens
/rifers.org:8088/viewrep/rifers/elephant/trunk/src/java/org/rifers/elephant/tools/BlogLocationIdentifier.java?r=1973 It's reasonably well commented. But it should be self-explanatory. :) -- JR Boyens <[EMAIL PROTECTED]> ___ Rife-users ma

Re: [Rife-users] Multiple submit buttons on a form

2006-01-31 Thread JR Boyens
ote: > Hmm, actually that's a good point. > > It's better to use the submit input field's name attribute to > differentiate since then you're not bound to the displayed text value. > > On 31-jan-06, at 15:14, JR Boyens wrote: > > > I like this proposal

Re: [Rife-users] Multiple submit buttons on a form

2006-01-31 Thread JR Boyens
ressed. > > > > Off the top of my mind, what I think weighs against implementing this > > is, there will be different ways to process form (by submission and by > > submit button), which could be confusing to developers. For example, if > > the above form is

Re: [Rife-users] Re: Eclipse Plugin Development Begins

2006-01-24 Thread JR Boyens
ail the mailing list and we will act accordingly. > > Take care, > > Jeremy > > P.S. - To keep in you all up to date, the Wiki and mailing > list will be constantly updated with progress, questions and > co

Re: [Rife-users] Rife Eclipse Plugin

2006-01-13 Thread JR Boyens
If you read Geert's latest blog entry (http://rifers.org/blogs/gbevin/2006/1/13/visual_rife_eclipse_plugin) you'll notice that Oliver has been working on a plugin as well... Would yours integrate his functionality or would it already have the features he's talking about? On Fri, 2006-01-13 at 08:5

Re: [Rife-users] importing RIFE examples into Netbeans 4.1

2006-01-13 Thread JR Boyens
On Fri, 2006-01-13 at 15:06 +, Eddy Young wrote: > Eddy Young wrote: > > Geert Bevin wrote: > >> Hmm, so this seems to not be possible with a freeform ant project? > > [snip] > > > I don't think it does. But it makes sense as free-from Ant projects will > > come in a gazillion shapes, and th

Re: [Rife-users] output and input with beans

2006-01-09 Thread JR Boyens
You could really benefit from using continuations. You could have a method for each different step, or even just a large loop. All the local scope vars will be persisted, so you wouldn't have to worry about inputs/outputs... http://rifers.org/wiki/display/RIFE/Web+continuations On Mon, 2006-01-09

Re: [Rife-users] MySQL Compatibility

2006-01-02 Thread JR Boyens
of the development yourself. I would be more than happy to help and direct you where to go and what to change. With that said, development on Bamboo is continuing and MySQL support is something we value for it's continued growth as an open-source project. Thanks, -- JR Boyens [EMAIL PROTECT

Re: [Rife-users] RFC: activating globalvars and reflective datalinks at submission

2005-12-30 Thread JR Boyens
SIGNATURE- > Version: GnuPG v1.4.1 (GNU/Linux) > > iD8DBQFDtUFq5QGfd9PDUN0RApGSAKCxrQwCp6ZoY58KiTpwCBU8KmzhUgCfWIC8 > x+FC6nXP27Igd8QzIgvzNmI= > =7viq > -----END PGP SIGNATURE- > > > ___ > Rife-users mailing list > Rife-users@uwyn.com >

Re: [Rife-users] users.xml

2005-12-12 Thread JR Boyens
t; In any case it might be wiser to move to an in-DB authentication > source, if the addition and removal of users is already handled. > > > fred > > _______ > Rife-users mailing list > Rife-users@uwyn.com > http://www.uwyn.com/ma

Re: [Rife-users] Download suggestion

2005-12-08 Thread JR Boyens
=== > ___ > Rife-users mailing list > Rife-users@uwyn.com > http://www.uwyn.com/mailman/listinfo/rife-users > -- JR Boyens [EMAIL PROTECTED] ___ Rife-users mailing list Rife-users@uwyn.com http://www.uwyn.com/mailman/listinfo/rife-users

Re: [Rife-users] RIFE/CRUD problem...

2005-12-07 Thread JR Boyens
ou want and RIFE/Crud only adds elements to the sub-site. This should thus do it:ONCALL_ADMIH.BROWSEOn 8-dec-05, at 07:40, JR Boyens wrote:> The element id '.ONCALL_ADMIN.admin.BROWSE' couldn't be found, it was> referenced in the site with id '.'. >> On 12/8/05, Ge

Re: [Rife-users] RIFE/CRUD problem...

2005-12-07 Thread JR Boyens
The element id '.ONCALL_ADMIN.admin.BROWSE' couldn't be found, it was referenced in the site with id '.'. On 12/8/05, Geert Bevin <[EMAIL PROTECTED]> wrote: > Oh, sorry of course it needs to be prefixed with the sub-site ID: > ONCALL_ADMIN.admin.BROWSE >

Re: [Rife-users] RIFE/CRUD problem...

2005-12-07 Thread JR Boyens
   On 12/8/05, Geert Bevin <[EMAIL PROTECTED]> wrote: The bean classname is shortened and lower-cased, this should work asdestid:foo.BROWSEOn 8-dec-05, at 07:23, JR Boyens wrote:> I'm trying to link into a generated CRUD site, but I'm getting> stuck on the destid. >> If t

[Rife-users] RIFE/CRUD problem...

2005-12-07 Thread JR Boyens
get it. Is it order dependent? Thanks,-- JR Boyens[EMAIL PROTECTED] ___ Rife-users mailing list Rife-users@uwyn.com http://www.uwyn.com/mailman/listinfo/rife-users

Re: [Rife-users] display a jpeg from File

2005-12-07 Thread JR Boyens
    Avenue de Scailmont 34http://www.uwyn.com   7170 Managegbevin[remove] at uwyn dot comTel +32 64 84 80 03 PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net

Re: [Rife-users] Spring

2005-12-06 Thread JR Boyens
__ > Rife-users mailing list> Rife-users@uwyn.com> http://www.uwyn.com/mailman/listinfo/rife-users >--Geert Bevin   Uwyn bvba"Use what you need"   Avenue de Scailmont 34http://www.u

Re: [Rife-users] RIFE podcast

2005-12-04 Thread JR Boyens
ve] at uwyn dot comTel +32 64 84 80 03 PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net ___Rife-users mailing listRife-users@uwyn.comhttp://www.uwyn.com/mailman/listinfo/rife-users -- JR Boyens[EMAIL PROTECTED] ___ Rife-users mailing list Rife-users@uwyn.com http://www.uwyn.com/mailman/listinfo/rife-users

Re: [Rife-users] RIFE podcast

2005-12-03 Thread JR Boyens
o hear about the detailed inner workings of an engine complete with jargon and established industry terms. Cheers,-- JR Boyens[EMAIL PROTECTED] ___ Rife-users mailing list Rife-users@uwyn.com http://www.uwyn.com/mailman/listinfo/rife-users

Re: [Rife-users] URLs for

2005-11-16 Thread JR Boyens
is also registered> > in the site at the URLs /fubar and /fubar/ ?___Rife-users mailing list Rife-users@uwyn.comhttp://www.uwyn.com/mailman/listinfo/rife-users-- JR Boyens [EMAIL PROTECTED] ___ Rife-users mailing list Rife-users@uwyn.com http://www.uwyn.com/mailman/listinfo/rife-users

Re: [Rife-users] extends and inherits

2005-11-15 Thread JR Boyens
same purpose. Thanks,Eddy-This mail sent through IMP: http://horde.org/imp/___ Rife-users mailing listRife-users@uwyn.comhttp://www.uwyn.com/mailman/listinfo/rife-users -- JR Boyens[EMAIL PROTECTED]

Re: [Rife-users] Assertion Error

2005-11-11 Thread JR Boyens
ng list Rife-users@uwyn.comhttp://www.uwyn.com/mailman/listinfo/rife-users -- JR Boyens[EMAIL PROTECTED] ___ Rife-users mailing list Rife-users@uwyn.com http://www.uwyn.com/mailman/listinfo/rife-users

Re: [Rife-users] Assertion Error

2005-11-10 Thread JR Boyens
va:595)--F.Baube*Georgetown/MSFS/1988   *  Act locally. email fbaube#welho.com *  Think pangalactically. gsm  +358 41 536 8192 * wmd   60°11'10.8"N 24°57'36.9"E___Rife-users mailing list Rife-users@uwyn.comhttp://www.uwyn.

Re: [Rife-users] Adding support for true POJOs to RIFE

2005-10-30 Thread JR Boyens
net>>>>>>>>> ___>>> Rife-users mailing list >>> Rife-users@uwyn.com>>> http://www.uwyn.com/mailman/listinfo/rife-users>>> >>>>>>> _

Re: [Rife-users] Jumpstart/crud video problems

2005-10-21 Thread JR Boyens
d" Avenue de Scailmont 34 > > http://www.uwyn.com 7170 Manage, Belgium > > gbevin[remove] at uwyn dot comTel +32 64 84 80 03 > > > > PGP Fingerprint : 4E21 6399 CD9E A384 6619 719A C8F4 D40D 309

Re: [Rife-users] Bamboo error

2005-10-05 Thread JR Boyens
 com.uwyn.rife.rep.participants.ParticipantSite    _getObject   ( ParticipantSite.java : 47 )at   com.uwyn.rife.rep.BlockingParticipant    getObject   ( BlockingParticipant.java : 469 ) 40 more ... ___Rife-users mailing listRife-users@uwyn.com http://www.uwy

Re: [Rife-users] Component Events (was: Re: Componentization at widget level)

2005-09-15 Thread JR Boyens
cript mess ;-) > > Mapping Rife Elements to Thinlet widgets would be excellente. > And doable. > > My 0,02$ (currently 18/11 eurocents). > > > fred > > -- > F.Baube* "Happy songs never made me happy. > Georgetown/MSFS/1988 * A lot

Re: [Rife-users] Componentization at widget level

2005-09-15 Thread JR Boyens
CD9E A384 6619 719A C8F4 D40D 309F D6A9 > Public PGP key : available at servers pgp.mit.edu, wwwkeys.pgp.net > > > ___ > Rife-users mailing list > Rife-users@uwyn.com > http://www.uwyn.com/mailman/listinfo/rife-users > -- JR Boyens [EMAIL PROTECTED] ___ Rife-users mailing list Rife-users@uwyn.com http://www.uwyn.com/mailman/listinfo/rife-users

Re: [Rife-users] Bamboo questions

2005-09-14 Thread JR Boyens
d it's pretty clean. At the very least, it's the fastest way to get your questions answered. > -- > > > Is there a list of all of the things I can configure about the site through > rep/config settings? http://rifers.org:8088/viewrep/rifers/bamboo/trunk/src/rep/config-f

Re: [Rife-users] Redirection at login

2005-08-15 Thread JR Boyens
his scenario, my Login.java can use the logged-in > user's credentials to obtain all the user's other roles, > and make the decision about redirection. > > fred > > > Surely sendmail reeled when thusly spake JR Boyens: > > > > The easiest thing I can