RE: TextArea

2005-07-20 Thread Folashade Adeyosoye
Here is a solution, JavaScript by the way... script language=JavaScript type=text/javascript !-- var max_comment=150; var clr=0; function Counter(field){ var len=0; len+=field.value.length; if (len max_comment){ alert(The User Comments field has a limit of + max_comment +

RE: submenu collapsed

2005-07-17 Thread Folashade Adeyosoye
Are you using Struts Menu? -Original Message- From: wade han [mailto:[EMAIL PROTECTED] Sent: Sunday, July 17, 2005 9:58 PM To: user@struts.apache.org Subject: submenu collapsed We use template to create the dynamic left menu including main menu and submenu, but after I press the submenu

RE: Render an html button tag

2005-06-28 Thread Folashade Adeyosoye
You can use a button html:button property=addName value=Add Name / shardayyy -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 28, 2005 11:20 AM To: Struts Users Mailing List Subject: Re: Render an html button tag From: Gary Cauthon [EMAIL

RE: Calendar control

2005-05-04 Thread Folashade Adeyosoye
I use this... http://www.dynarch.com/projects/calendar/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 1:23 PM To: Struts Users Mailing List Subject: Re: Calendar control I've used this in the past and it works well. [JavaScript]

RE: [OT: Swing slow?] Re: ANOTHER IDE

2005-05-04 Thread Folashade Adeyosoye
JBuilder 2005 has been good to me, a little slower that JBuilder 9, with JB 2005 thay have incorporated the eclipse feel -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 5:06 PM To: Struts Users Mailing List Subject: Re: [OT: Swing slow?] Re:

RE: struts file upload problem

2005-05-04 Thread Folashade Adeyosoye
1 GB is Huge to upload, isn't there alimit? I thought there was -Original Message- From: temp temp [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 4:20 PM To: user@struts.apache.org Subject: struts file upload problem I am using struts to upload a file . It works fine with small

Struts / JSTL c:import external websites

2005-05-03 Thread Folashade Adeyosoye
Hi all, This might be a JSTL question more than a struts question, but I think developers might have run into this problem before while developing in Struts.. I was able to import my Yahoo forum into my portal like application, but the all the links are relative to my site

Re: ANOTHER IDE

2005-05-02 Thread Folashade Adeyosoye
This might not be in the free realm, but give JBuilder 2005 a try... On 5/2/05, Rafael Taboada [EMAIL PROTECTED] wrote: Hi folks... I'm using NetBeans as IDE. But i want to know if there is another powerful IDE that supports working with struts... Netbeans can do ant build for me. Is

Re: Struts with PHP

2005-05-02 Thread Folashade Adeyosoye
hmm, good question, but i would not think so, one system developed in struts can call a PHP and vise-visa, but i dont think they can be intergrated. 1. PHP has a diff processor compared to java/jsp/struts On 5/2/05, Rafael Taboada [EMAIL PROTECTED] wrote: Hi folks... I'm working right now

RE: Struts with PHP

2005-05-02 Thread Folashade Adeyosoye
. Zammetti [mailto:[EMAIL PROTECTED] Sent: Monday, May 02, 2005 12:10 PM To: Folashade Adeyosoye Cc: Struts Users Mailing List; Rafael Taboada Subject: Re: Struts with PHP Actually, while I don't know much about PHP, I would say it *better* be possible :) Struts is, by and large, the C in MVC (some

RE: Struts with PHP

2005-05-02 Thread Folashade Adeyosoye
Subject: Re: Struts with PHP On 5/2/05, Rafael Taboada [EMAIL PROTECTED] wrote: Hi folks... I'm working right now with PHP... Is it possible to combine PHP with struts? I mean, instead to JSP, use PHP. Folashade Adeyosoye a écrit : hmm, good question, but i would not think so, one

RE: Struts with PHP

2005-05-02 Thread Folashade Adeyosoye
Am assuming here that there is some sort of Servlets container or application server that runs Java/Struts and there is another PHP server all running on the same machine/box. Please explain how both containers would manage ONE session when a user logs in and pass/manage information between each

RE: Struts with PHP

2005-05-02 Thread Folashade Adeyosoye
Completely not what is been discussed. Php.mvc is a framework on its own, doing what struts does, not interaction between PHP and Struts. -Original Message- From: Kris Barnhoorn [mailto:[EMAIL PROTECTED] Sent: Monday, May 02, 2005 12:28 PM To: 'Struts Users Mailing List'; 'Rafael

Struts JSTL c:import external websites

2005-04-30 Thread Folashade Adeyosoye
Hi all, This might be a JSTL question more than a struts question, but I think developers might have run into this problem before while developing in Struts.. I was able to import my Yahoo forum into my portal like application, but the all the links are relative to my site

RE: Validation Problems

2005-04-19 Thread Folashade Adeyosoye
Try using DynaValidatorActionForm... -Original Message- From: Andrew Thorell [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 10:44 AM To: Struts Mailing List Subject: Validation Problems Hey all, I've been trying for some time now to figure out what my problem is with my

RE: binary view

2005-04-18 Thread Folashade Adeyosoye
This might be a good case to write a custom tag. -Original Message- From: Daniel Watrous [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 5:20 PM To: user@struts.apache.org Subject: binary view I have an action in my application that generates a PNG image from some text stored

FW: Database Assistance Needed

2005-04-16 Thread Folashade Adeyosoye
Ok let me give this a stab, this might help you Please find the attached files, not sure if the attached file's makes its way to the list SampleCode = Sample code, that gets the connection etc DBConnectionManager = manages the connection pool DBUtil = DB utility System.properties =

RE: Multiple struts-config.xml

2005-04-11 Thread Folashade Adeyosoye
-- === Dipl.-Inf. Manfred Wolff Software Engineer --- http://www.manfred-wolff.de http://www.struts-it.org --- Folashade Adeyosoye wrote: Yes, in your web.xml Change this... servlet

RE: Multiple struts-config.xml

2005-04-10 Thread Folashade Adeyosoye
Yes, in your web.xml Change this... servlet servlet-nameAppName/servlet-name servlet-classcom.path.to.the.ActionServlet/servlet-class init-param param-nameconfig/param-name param-value/WEB-INF/struts-config.xml/param-value /init-param

Re: Anxiously awaiting...

2005-04-07 Thread Folashade Adeyosoye
Try writing out c:out value=${emply}/ On Apr 7, 2005 11:23 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I am anxiously awaiting for the thread between Stéphane, Rick and Niall to continue. I am experimenting with trying to do the same thing as Stéphane. In the mean time I am

Re: Simple JSTL Question

2005-04-07 Thread Folashade Adeyosoye
WHY go thru all that trouble... all you have to do is, if you do have the STATES_PROPERTIES_KEY in the application context, all you have to do is set the ListItem.value in your java class DynaForm. so when them page is displaying it would automatically detect what the value is and auto select

Struts, Tomcat 5.0, JBuilder JPetstore

2005-04-06 Thread Folashade Adeyosoye
Was wondering if anyone has successfully loaded JPetStore Demo into JBuilder 2005. After trying and compiling not all the classes were compiled Struts JBuilder JDK 1.5 Tomcat 5 iBatis DAO iBatis SQLMapper - To unsubscribe,

Re: TagLibs

2005-03-24 Thread Folashade Adeyosoye
in such a case you have to use titleKey=img.new here is the attribute from the struts-html.tld, i look in there most of the times if i need to figure out which attribute a certain taglib call take. attribute nametitleKey/name requiredfalse/required rtexprvaluetrue/rtexprvalue /attribute

Re: [HELP] How could I catch and process Errors in Struts + iBatis + DAO?

2005-03-24 Thread Folashade Adeyosoye
Agood way that i have found out was to define a BaseExceptionHandler.java class snip public final class BaseExceptionHandler extends ExceptionHandler { public ActionForward execute(Exception ex, ExceptionConfig ae, ActionMapping mapping,

Re: html: tag four buttons, one action problem

2005-03-23 Thread Folashade Adeyosoye
I am currently doing the same my project... here is it... it involves using javascript to change the buttonAction 1. must have a hidden field buttonAction 2. each (Button) submit button must have a property 3. when you click on the button the JS is involked and the hidden filed buttonAction is

Re: EL Mystery

2005-03-23 Thread Folashade Adeyosoye
Or try escaping the c:out.. e.g c:out value=${login.name} escapeXml=true/ true of false depending hope that helps... On Wed, 23 Mar 2005 15:56:02 -0500, Jeff Beal [EMAIL PROTECTED] wrote: On Wed, 23 Mar 2005 19:38:39 +, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Can some

RE: html: tag four buttons, one action problem

2005-03-23 Thread Folashade Adeyosoye
is in. frm.action = /editaction.do ; // the stuff in the quotes should probably be replaced by some html: reference to fix the url. return true; } Folashade Adeyosoye wrote: I am currently doing the same my project... here is it... it involves using javascript to change