I use this site http://marc.theaimsgroup.com/?l=struts-user
On Jul 31, 2004, at 8:53 AM, Andrew Close wrote:
hi all,
for some reason i'm unable to search the mailing list archive. when i
attempt to search i get the message: 'Text search not available for
this list'.
is the list really not se
Hi,
I was wondering if anyone has gotten the development
version of the Commons Validator 1.20 to work with
Struts. It looked like the new Validator had some
useful features to it, but it no longer contains the
ValidatorResourcesInitializer object which is used by
the Struts ValidatorPlugin. Wou
Linus, this question belongs on the JSTL mailing list.
The answer can also be found in the JSLT 1.1 (mr) specification
section 15.8.
robert
> -Original Message-
> From: news [mailto:[EMAIL PROTECTED] Behalf Of Linus Nikander
> Sent: Saturday, July 31, 2004 8:39 AM
> To: [EMAIL PROTECTE
In my opinion, it seems netbeans,and I am not familiar with it.
On Sun, 1 Aug 2004 02:32:05 +0800, Javen Fang <[EMAIL PROTECTED]> wrote:
> bersoy,
>
> Your IDe 3.0.5 refer to ??
>
> netbeans ? or eclipse ?
>
> if eclipse , lomboz plugin can suit your need, and it is free. lomboz
> is also step
bersoy,
Your IDe 3.0.5 refer to ??
netbeans ? or eclipse ?
if eclipse , lomboz plugin can suit your need, and it is free. lomboz
is also step throgh files generated by jsp.
On Fri, 30 Jul 2004 09:28:47 +0100, Robert Shields <[EMAIL PROTECTED]> wrote:
> Hi
>
> There are two plugins that I ha
hi, Vic Cekvenich
please show me you private yahoo group, and I am interested in Flex.
thanks!
javen
On Thu, 29 Jul 2004 23:32:38 -0500, Vic Cekvenich
<[EMAIL PROTECTED]> wrote:
> I spent many months on flex beta, etc, and have lauched production RIA apps.
> I found Flex slow (not RIA) on non-
So Great !
On Fri, 30 Jul 2004 23:40:42 -0400, Joe Hertz <[EMAIL PROTECTED]> wrote:
> If youre using JBuilder X (Enterprise or Developer), Struts 1.2.X, and
> wondering why the "Struts Converter Wizard" for JSP's wasn't working,
> here's the answer.
>
> It's dependent on *all* of the Struts tagl
http://www.lifl.fr/~dumoulin/tiles/doc/installation.html
I am not sure what version's we are talking about, I just used to use it
like this.
.V
ron1 wrote:
V. 1.0 ?
Vic Cekvenich wrote:
Get the old Struts and old tiles versions that are servlet based, and
do not use the Struts plugin.
.V
ron1 w
Marco,
I had the same problem and I think I've tracked down what I did (I didn't
document my solution properly) to fix it. Before I mention that, I would
like to point out that I recall an issue with the MySQL connection drivers
where autoCommit and autoReconnect wouldn't play together well and t
V. 1.0 ?
Vic Cekvenich wrote:
Get the old Struts and old tiles versions that are servlet based, and do
not use the Struts plugin.
.V
ron1 wrote:
Hi -
I would like to port my application to JSF (without using Struts),
only I would not like to loose the template capability of tiles.
In googling I
Hi all,
I'ld like to to know whether there are best practices established in the
Struts community to create (different) output for different clients (e.g
PC-based browsers, mobile phones, PDAs, speech, etc.)
I thought of various possibilities: using Cocoon for the presentation
layer (an additional
hi all,
for some reason i'm unable to search the mailing list archive. when i
attempt to search i get the message: 'Text search not available for
this list'.
is the list really not searchable? do i have to go through all
125,000 emails manually?
i'm getting to the archive using the link (list ar
Ron thanks for that link. it looks helpful. i'll give that a try
when i get to work on Mon.
andy
On Fri, 30 Jul 2004 22:43:43 -0700 (PDT), Ron Grabowski
<[EMAIL PROTECTED]> wrote:
> I found this post helpful:
>
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg96800.html
Get the old Struts and old tiles versions that are servlet based, and do
not use the Struts plugin.
.V
ron1 wrote:
Hi -
I would like to port my application to JSF (without using Struts), only
I would not like to loose the template capability of tiles.
In googling I found some solutions which en
There is not a way to do it with JSTL 1.0 -- there is a way using the
function tag lib in JSTL 1.1. If you are using Struts ;) use the
tag to create a page-scoped variable which can then use.
Linus Nikander wrote:
How do I output the size of a collection whilst NOT in a loop ?
I've tried all th
use the tag bean:size
Cheers,
Ron
Linus Nikander wrote:
How do I output the size of a collection whilst NOT in a loop ?
I've tried all the
variations I can think of but it doesn't seem to work.
Do I have to use a loop-structure to get at the size ? or do I have to bind
the collection to a page-va
Hi -
I would like to port my application to JSF (without using Struts), only
I would not like to loose the template capability of tiles.
In googling I found some solutions which enable using the tiles tag lib,
but no nice solution of using tiles directly.
What I would consider as a nice solutio
How do I output the size of a collection whilst NOT in a loop ?
I've tried all the
variations I can think of but it doesn't seem to work.
Do I have to use a loop-structure to get at the size ? or do I have to bind
the collection to a page-variable before I can get the size ? Or is there a
syn
Thanks for the help that mask works,
but there seeems to be a conversion problem with integer values, when i
try to send the +1234 to an Integer Form Field ist gets nulled (without
error), 1234 or -1234 work just fine, Double Fields accept all three.
After having converted the
to
i am having problem in setting the value for my business object by iterating array of
objects in the nested tag .My code for that is
"MenuGroupForm" is my formbean and
"menuGroupLines" is the property which contains array of mybusinessobjects .
i want to set the values for my businessObj
Hello Marco,
not sure if that helps but I have found the MySql java list quite helpfull
when talking about things like this - especially when it comes to the
driver, as Mark Matthews (author of the driver) post frequently to that
list. URL: http://lists.mysql.com/java.
Ignore my if you knew that
Solved it but its a bit of a pain..
You need to set the column type to blob (in mysql) but the hibernate
type to binary.. So if you're generating the the sql from the mapping
files then its a bit of a mess.
/**
* @hibernate.property column="image" type="binary"
*/
this generates a column of ty
22 matches
Mail list logo