[Rife-users] problem with HTTP/1.0 clients?

2006-09-22 Thread David Herbert
. Is this a RIFE problem, or just something about HTTP/1.0 that I'm missing? It would be good to be pointed at some relevant documentation if it's the latter, as this could come back to bite us again. Thanks for any help, David Herbert Itoworld Cambridge UK

[Rife-users] embedded element whose output is a PNG image

2006-05-05 Thread David Herbert
? Thanks, David Herbert. ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users

[Rife-users] database queries

2006-04-05 Thread David Herbert
) .startWhereAnd() .startWhereOr(); for ( String valuen : orValues ) { delete.whereOr( fieldn, =, valuen ); } Anyone got an example of how to use the startWhereAnd()/startWhereOr() methods of query manager to simulate bracketed SQL queries like the above? Thanks, David Herbert

[Rife-users] problems with embedded elements

2006-03-20 Thread David Herbert
I am trying to implement the following functionality within RIFE: (1) User logs in to site with username/password. (2) There is additional information about users held in a Postgresql database table. A user can have one or more roles, each of which can be associated with an area. Multiple

[Rife-users] logout of memory user hangs

2006-03-17 Thread David Herbert
=authid/ /element Any help much appreciated! David Herbert. ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users

[Rife-users] multiple datasources problem

2006-03-16 Thread David Herbert
multiple sets of details for different servers? Thanks, David Herbert. ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users

[Rife-users] setting exits and template values from a login screen

2006-03-16 Thread David Herbert
=20 //td /tr tr td colspan=2input type=submit value=Login //td /tr /table /form !--I 'footer'/-- Thanks, David Herbert. ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo

[Rife-users] authentication problem

2006-02-27 Thread David Herbert
is being measured against an internal value. Is the limit of 20 characters hard-coded somewhere in RIFE, or am I allowed to change it? If so how do I do this? Thanks, David Herbert. ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com

[Rife-users] resource bundles and multiple select lists

2006-02-23 Thread David Herbert
doing wrong here? A subsidiary question - for HTML elements like a multiple select list, I assume the parameter eventually passed to me is mapped onto a Java String array? So that the getRoles() and setRoles() methods in the submission bean should be working with String arrays? Thanks, David Herbert

[Rife-users] importing RIFE examples into Netbeans 4.1

2006-01-11 Thread David Herbert
structure does RIFE expect for a Java project? Is it as rigid as wanting a WEB-INF/classes directory under the project root, or can I organise files differently? I hope someone can help me with these newbie issues! With thanks, David Herbert