Re: calling ASP inside a JSP

2004-03-18 Thread James Mitchell
This has nothing to do with ASP or JSP specifically. You simply want to use one frame as the "target" of another's links/posts. This is very easy to do. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED]

Re: [SwitchAction] How

2004-03-14 Thread James Mitchell
http://sourceforge.net/project/showfiles.php?group_id=49385&package_id=74324 &release_id=147944 -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] Yahoo IM:[EMAIL PROTECTED] "Mike Zatko" <[EMAIL

Re: ASP.NET and Struts: Web Application Architectures

2004-03-10 Thread James Mitchell
LOL That's a good one!! -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] Yahoo IM:[EMAIL PROTECTED] - Original Message - From: "Christian Bollmeyer" <[EMAIL PROTECTED]> To: "

Re: Newbie question

2004-03-03 Thread James Mitchell
>From the main page of Struts (the one you clicked past to subscribe to this list) http://jakarta.apache.org/struts/learning.html -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Mess

Re: How do I access Message Resources in an Action?

2004-03-02 Thread James Mitchell
The same way it is done in the struts-example. Did you run that yet? -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

Re: replacing messages tag with fmt tag - can both exist at 1x?

2004-03-01 Thread James Mitchell
Yes, just point them to the same file. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: "Menke, John" <[EMAIL PROTECTED]> To: "Struts (E-mail)" <[E

RE: spontaneous disappering ApplicationResources.properties

2004-02-21 Thread James Mitchell
This is cause by Eclipse rebuilding your project. You need to put your "source" files (that means *.properties as well as *.java) in your source folders. Any time you make changes, Eclipse will copy them over to the classes directory for you. -- James Mitchell Software Engineer / O

RE: Struts and I8N looking for a good combination

2004-02-20 Thread James Mitchell
ent on the fly (although this last part is up to you). -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] > -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Linus Nikander > Sent: Friday

RE: Mroe then one resource message file

2004-02-19 Thread James Mitchell
Just like it is done in the struts-example. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] > -Original Message- > From: Daniel [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 19, 2004 8:5

RE: Servlet Context

2004-02-19 Thread James Mitchell
Get it from the servletContext and change it...dynamically. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] > -Original Message- > From: keshav [mailto:[EMAIL PROTECTED] > Sent: Thursday, Fe

RE: Java / J2EE Developer

2004-02-16 Thread James Mitchell
Looks like the only way to compete is to improve yourself. That works for me, what about you? -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] > -Original Message- > From: Andy Engle [mailto:

RE: Problem using split() method in java script

2004-02-16 Thread James Mitchell
ray. But i > want to display in each index. > > But not Working. Any body having idea please maile me. > > This is my code. > > var where_is_mytool="home\mytool\mytool.cgi"; > var mytool_array=where_is_mytool.split("\\"); > alert(mytool_arra

Re: Struts Module switching example

2004-02-12 Thread James Mitchell
http://sourceforge.net/project/showfiles.php?group_id=49385&package_id=74324 &release_id=147944 -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: "Sreenivasa Chadala

Re: No getter method available for property - error

2004-02-12 Thread James Mitchell
Change them to public methods. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: "Samyukta Akunuru" <[EMAIL PROTECTED]> To: "Struts Users Mailing List"

Re: Config issue

2004-02-11 Thread James Mitchell
s the default, then that would eliminate one the first "/gannett"s Hope that helps. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: "Sam" <[EMAIL PROT

Re: Supporting a back button without JavaScript

2004-02-09 Thread James Mitchell
n get a couple of ideas from that. > > Thanks, > Brian Ivey > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- James Mitchell Software Developer / Struts Evangelist http://www.s

[OT] Re: Debugging JSP

2004-02-09 Thread James Mitchell
your pages. Consider following an MVC approach. ...hope that helps. > > Thankx in advance, > > -Ramadoss > > -- James Mitchell - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: logic:iterate question

2004-02-06 Thread James Mitchell
Oops, did you mean to do this? > > ^^^ > > > shouldn't that be? > ^^ ^ -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitcht

Re: How to export the html table contents (records) to an Excel file.

2004-02-04 Thread James Mitchell
response.setContentType("application/vnd.ms-excel"); Assuming the end user has Excel installed and their browser accepts "application/vnd.ms-excel", the data will be streamed to the client and the content will be opened by Excel. -- James Mitchell Software Engineer / St

Re: accessing application.properties from JSP

2004-02-03 Thread James Mitchell
Serverside jsp processing knows nothing about embedded JavaScript or anything else. works anywhere on your page (if you remember to put the taglib declaration) -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL

Re: accessing application.properties from JSP

2004-02-03 Thread James Mitchell
The same way it is done in the struts-example. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: "Marco Mistroni" <[EMAIL PROTECTED]> To: "

Re: Using database tables for resource bundles

2004-02-02 Thread James Mitchell
Not yet. I was planning to finish my refactoring to commons-resources (sandbox) quite some time ago, but like most people.I have just been too busy with other things. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN

Re: Tesiting DispatchAction with StrutsAction..

2004-02-02 Thread James Mitchell
What is your question? -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: "Al Rathon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monda

Re: OT: Need help downloading latest commons-sandbox and Struts Contrib from CVS

2004-02-01 Thread James Mitchell
gt; > Thanks very much! > > A CVS ignoramus... > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- James Mitc

Re: entity includes in tiles-defs.xml (again)

2004-01-28 Thread James Mitchell
ere in front of me. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: "Matt Bathje" <[EMAIL PROTECTED]> To: "strutslist" <[EMAIL PROTECTED]> Sen

Re: request scope vs. session scope

2004-01-28 Thread James Mitchell
Sorry, but there could be any number of reasons why your page isn't working. We'll need more information to help you. Check out the struts-example.war that ships with the distribution. That shows the most basic ways to send data to your jsp (in request scope). -- James Mitchel

Re: request scope vs. session scope

2004-01-28 Thread James Mitchell
Does your action-mapping use redirect="true"? -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: "struts fox" <[EMAIL PROTECTED]> To:

Re: White space problem

2004-01-28 Thread James Mitchell
Yes, same as with any tag or scriptlet. Of course, you could always use a servlet filter and replace all "\n+" with "/n". -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL PROTECTE

Re: WebGroups & css

2004-01-27 Thread James Mitchell
t; will resolve to /myapp/stylesheets/style.css. So this will work from anywhere in the application, no matter what the address bar shows. * no scriplet * no nested xml-like syntax ...anyway...just my $.02 -- James Mitchell Software Engineer / Struts Evangelist http://www.

Re: constant url

2004-01-27 Thread James Mitchell
request string, you need to get away from HTTP. Your closest option is to "POST" everything, but that still leaves you vulnerable. I could (if I were sniffing your network) capture and read a "POST" as easily as I could a "GET". Consider using SSL. > > Any h

Re: entity includes in tiles-defs.xml (again)

2004-01-26 Thread James Mitchell
Try changing this: > Here is what DOES work in tiles-defs: > "C:\Inetpub_Tomcat\rsg_java\struts\pub\WEB-INF\kurt-admin-tilesdefs.xml"> > to this normally, "/" will be interpreted as "C:\" or to be more specific....your system's %SystemDrive%

Re: [OT] How to use java constants as bean identifiers in jsps

2004-01-26 Thread James Mitchell
Look at the "unstandard" tags. Specifically, the bind tag. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: "Paul McCulloch" <[EMAIL PROTEC

Re: Debugging in JBoss 3.2.3

2004-01-25 Thread James Mitchell
Sorry, I wasn't able to get this done. A few hours ago I got 5 more Chapters dumped into my Inbox (tech editing) so I'm not sure when I'll have time. Maybe next week. Thankx. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.

[Struts Atlanta] January meeting

2004-01-23 Thread James Mitchell
This month's meeting will be held on Thursday, January 29, 2004. The topic this month is an Open Forum. Our local Atlanta Struts gurus will take their best crack at helping you with any issues/questions you may have. For more information, go to: http://www.struts-atlanta.org --

Re: Switch Action

2004-01-23 Thread James Mitchell
http://sourceforge.net/project/showfiles.php?group_id=49385&package_id=74324 &release_id=147944 -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: &

Re: Debugging in JBoss 3.2.3

2004-01-23 Thread James Mitchell
I'll see if I can put together something this weekend like this: http://jakarta.apache.org/struts/faqs/eclipse.html -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message -

Re: html:link multiple parameters

2004-01-22 Thread James Mitchell
Sorry if this was already posted, but you can always do this: Add XYZ Cart -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM:jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: "Richard High

Re: Debugging in JBoss 3.2.3

2004-01-22 Thread James Mitchell
ging in Eclipse sorry for the speedy, not-quite-complete helpbut that's basically what I used to do before I found MyEclipse. Now, if only MyEclipse worked on 3.0 M6...hm -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) A

Re: [OT?]Tomcat multiple users developing

2004-01-21 Thread James Mitchell
ded class (binary compatibility), you can change all you want, on the fly. Good stuff for lazy people! (like me ;) > > Larry > -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL PROTECTED] ---

Re: [OT] Eclipse and JSTL

2004-01-18 Thread James Mitchell
That's true. It is not free. But it is the best $30 you'll ever spend. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM:jmitchtx - Original Message - From: "Ashikuzzaman" <[EMAIL PROTECTED]> To: &

Re: [OT] Eclipse and JSTL

2004-01-18 Thread James Mitchell
Yes, MyEclipse. http://www.myeclipseide.com/ -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM:jmitchtx - Original Message - From: "Mike Duffy" <[EMAIL PROTECTED]> To: "Struts Users Mailing Li

Re: How to enable Text formatting in Text area using struts html tags

2004-01-15 Thread James Mitchell
se post back if you don't find your answer after doing one of those. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM:jmitchtx - Original Message - From: "N.N.S.S Ravi Krishna" <[EMAIL PROTECTED]> To

Re: Struts 1.1 and iPlanet iws 6.05

2004-01-12 Thread James Mitchell
You should upgrade to 6.1 if you can. It uses Tomcat under the covers. All will work fine once you do that. James - Original Message - From: "Fowler, David" <[EMAIL PROTECTED]> To: "Struts" <[EMAIL PROTECTED]> Sent: Monday, January 12, 2004 10:22 PM Subject: Struts 1.1 and iPlanet iws

Re: Querystring builder

2004-01-04 Thread James Mitchell
gt; Thanks, > Patrick. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- James Mitchell Software Developer / Strut

Re: How to perform validation and then call another javascript function?

2003-12-29 Thread James Mitchell
? Any help > would be appreciated? > > > > > > > > > > > > > onclick="updateSubscription();"/> > > > > > > > > > > > > - > Do you Yahoo!? > Yahoo! Photos - Get your photo on the big screen in Times

Re: .NET: We are just like Struts... only better.

2003-12-25 Thread James Mitchell
is commic: "How to migrate Struts to ASP". ?? > > ewww.. wouldn't want to go there. > > I-Shen > > -- James Mitchell Software Developer / Struts Evangelist http://www.struts-atlanta.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: capture the output of a logic:iterate and place it in the URI of an html:link forward

2003-12-23 Thread James Mitchell
ame and append its value to the URI referenced > by the hyperlink. > > I have tried using the technique referenced in SIA 6.4.1, as well as the technique > referenced in > http://www.mail-archive.com/[EMAIL PROTECTED]/msg89289.html > > I can't quite get it working. I'd

Re: Multiple struts-config.xml

2003-12-22 Thread James Mitchell
rictly prohibited. Please > note that e-mails are susceptible to change and MindTree shall not be liable for any > improper, untimely or incomplete transmission. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] >

Re: URGENT - Help defending Struts

2003-12-19 Thread James Mitchell
; > > > [EMAIL PROTECTED] > > 310-426-5587 > > > > > > This message is for the designated recipient only and may contain privileged, > proprietary, or otherwise private information. If you have received it in error, > please notify the sender immediately an

Re: [ANNOUNCE] Struts Console v4.2

2003-12-16 Thread James Mitchell
IntelliJ IDEA plugin. > > Thanks, > > -James > [EMAIL PROTECTED] > http://www.jamesholmes.com/struts/ > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail:

Re: .Net Struts?

2003-12-16 Thread James Mitchell
] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- James Mitchell Software Developer / Struts Evangelist http://www.struts-atlanta.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: session taglib

2003-12-05 Thread James Mitchell
iven the min spec requ). Have a good one! > > Thank you. > > --- James Mitchell <[EMAIL PROTECTED]> wrote: > > On Fri, 5 Dec 2003, struts wrote: > > > > > In the Jsp i have: > > > > > > > > > > > > witch prints the username

Re: using ApplicationResources in jsp...

2003-12-05 Thread James Mitchell
[EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- James Mitchell Software Developer / Struts Evangelist http://www.struts-atlanta.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: session taglib

2003-12-05 Thread James Mitchell
A scriptlet-free way to do this: > > Thanks ! > > > -- James Mitchell Software Developer / Struts Evangelist http://www.struts-atlanta.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Problems with modules

2003-12-05 Thread James Mitchell
/www.grisoft.com). > Version: 6.0.547 / Virus Database: 340 - Release Date: 02/12/2003 > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.547 / Virus Database: 340 - Release Date: 0

Re: Log4j with Struts

2003-12-05 Thread James Mitchell
t;> ~~~ > >> MasterCraft Group > >> Tata Consultancy Services > >> Tata Research Development and Design Center > >> 54B, Hadapsar Industrial Estate > >> Pune - 411 013 > >> Phone: +91 4042333 or 4031122 Extn 2556 > >> +91 20 31544082 ( Mobile ) > >> Fax: +91

Re: iterate over one collection two times in a jsp

2003-12-05 Thread James Mitchell
> > > > Thanks a lot > > Ralf > > > > > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > &g

Re: The API of a package

2003-12-02 Thread James Mitchell
i, > >In wich Pakage exist the "import org.jdom.* " > >Thanks for all... > > > > > > > > > > > > > > - > To unsubscribe, e-mai

Re: FormFile not re-populated

2003-12-01 Thread James Mitchell
a summary view of a shopping cart might do) 3. If no, then move along with your wizard. Does that help? > > S P > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROT

Re: Struts-chain

2003-11-27 Thread James Mitchell
builds a variation on the standard struts-example webapp that uses the > > chain-based replacement for the standard RequestProcessor. > > > > Craig > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Urgent Help Struts on Linux

2003-11-27 Thread James Mitchell
/Standalone/localhost/manager > > 2003-11-27 18:13:33 StandardManager[/manager]: Seeding random number > > generator class java.security.SecureRandom > > 2003-11-27 18:13:33 StandardManager[/manager]: Seeding of random number > > generator has been completed > > &

Re: bean:message and characters that are sensitive in HTML

2003-11-26 Thread James Mitchell
Outlook Express (set to text-only mode). > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- James Mitchell Software Developer

[OT] Re: Sorry.. Need of blood of B Negative

2003-11-24 Thread James Mitchell
of disscussion Request... > > regards > Abhijeet > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- James Mitchell Software Developer / Struts Evangelist http://www.struts-atlanta.org --

Re: URGENT :: Disable enter key in HTML:FORM by using onKeyPress func tion

2003-11-20 Thread James Mitchell
unlawful. Please immediately contact the sender if you have received this > message in error. Thank you. > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- James Mitchell Software Developer

Re: Localized message to alt-tag

2003-11-20 Thread James Mitchell
t usable for alt-attribute. > > Cheers, > Manuel > > > |-+> > | || > | | | > | || > | |James Mitchell | > | |<[EMAIL PROTECTED]> | > | |19.11.2003

Re: Localized message to alt-tag

2003-11-19 Thread James Mitchell
e: > />"/> Did you try using the altKey attribute yet? > > Greetings, > Manuel > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]

Re: JSTL & DynaValidatorForm

2003-11-18 Thread James Mitchell
y that name. I do this all the time. It works great. Assuming you had "value" as a field asa ...try doing "${manageForm.map.value}" > > Thanks the help, > > Yann > > -- James Mitchell Software Developer / Struts Evangelist http://www.struts-atlant

RE: how to disable submit button when click on checkbox

2003-11-17 Thread James Mitchell
----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- James Mitchell Software Developer / Struts Evangelist http://www.struts-atlanta.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to populate form bean during runtime from an XML file?

2003-11-08 Thread James Mitchell
TECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- James Mitchell Software Developer / Struts Evangelist http://www.struts-atlanta.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [FRIDAY] Why people want to know who read their msg?

2003-11-07 Thread James Mitchell
-- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- James Mitchell Software Developer / Struts Evangelist http://www.struts-atlanta.org ---

RE: [ANNOUNCE] Visual Tags for Struts 2004 Released

2003-11-05 Thread James Mitchell
am using the original tags and JSTL (not struts-el). I haven't come across any show-stoppers in quite a while. What can I say, we have a set of very solid taglibs due (in part) to some great tests!!! ;) Now...if we could only fix the broken test runDOH!! > > David > -- Jam

RE: Deploying struts application on iplanet 6.0 or 4.0

2003-11-04 Thread James Mitchell
That's because 6.0 != 6.1 -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (c) 770.822.3359 (h) AIM:jmitchtx > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 04, 200

RE: use html:link pass two param

2003-11-01 Thread James Mitchell
Do you have the directive at the top? <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c"%> -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (c) 770.822.3359 (h) AIM:jmitchtx > -Original Message---

RE: use html:link pass two param

2003-11-01 Thread James Mitchell
Not sure about the error, but you aren't referencing the bean properties properly. ... ^ ...and... ^ When referencing dynamic properties with JSTL, be sure to use ${} syntax. Try doing this: value="${list.id}" --

RE: Deploying struts application on iplanet 6.0 or 4.0

2003-10-31 Thread James Mitchell
Polaris Software Lab Ltd. > ( + 91 - 022 - 28290019 Ext. # 1308 ) > > > > > "James Mitchell" >

RE: Connection pool and MessageRessources

2003-10-31 Thread James Mitchell
As far as what will happen in the future, Struts will be using Resources from the commons sandbox (well, once it is released). You should take a look over there for more ideas. Thanks and good luck!! -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org

RE: Deploying struts application on iplanet 6.0 or 4.0

2003-10-31 Thread James Mitchell
You're welcome in advance. Now, what's your question? -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (c) 770.822.3359 (h) AIM:jmitchtx > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: use html:link pass two param

2003-10-31 Thread James Mitchell
See Section 11.2 of the Servlet 2.3 API Specification or Section 10.2 of the Servet 2.2 API Specification. Then "do" some testingpun intended ;) -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (c) 770.822.3359 (h) AI

RE: Connection pool and MessageRessources

2003-10-31 Thread James Mitchell
and since I can't put food on the table writing Struts extensions, it'll have to wait. > > That is why I'm > trying tu use the same connection pool as the rest of the application. If your app used OJB, you could do exactly that. > > Ovidiu > -- James Mitchel

RE: Connection pool and MessageRessources

2003-10-31 Thread James Mitchell
such as srcKey, pageKey, altKey, etc) As far as application modification goes, the extension I created is a simple config change in struts-config, and voila! -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (c) 770.822.3359 (h) AIM:jmi

RE: use html:link pass two param

2003-10-31 Thread James Mitchell
e example uses path mapping, but if I were using extension mapping (*.do), it looks like this: (with no changes to the source jsp) Edit this user -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (c) 770.822.3359 (h) AIM:jmitchtx > -Origin

RE: Connection pool and MessageRessources

2003-10-30 Thread James Mitchell
Hi Ovidiu I also wrote my own DBMessageResources. With a simple hack, I was able to overcome the limitations of the existing API. The source code and example are available for download at: http://sourceforge.net/project/showfiles.php?group_id=49385&release_id=1 54972 -- James Mitc

RE: [OT - JavaScript] Setting value on a

2003-10-29 Thread James Mitchell
1 value2 value3 -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (c) 770.822.3359 (h) AIM:jmitchtx > -Original Message- > From: Jerry Jalenak [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 29, 2003 11:44 AM >

Re: html:select onchange

2003-10-29 Thread James Mitchell
ount="; form.action += selectCtl.options[selectCtl.selectedIndex].value; } -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 770.822.3359 AIM:jmitchtx - Original Message - From: "struts" <[EMAIL PROTECTED]> To: "Strut

[OT] Next Struts-Atlanta meeting

2003-10-28 Thread James Mitchell
tions For more details and a map to Mirant point your browser to http://www.struts-atlanta.org/ -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 770.822.3359 AIM:jmitchtx

Bad email config [was: RE: sorting and searching in Struts/tiles]

2003-10-23 Thread James Mitchell
"his emails aren't reaching the list" That's because he has a problem with the configuration of his mail client. He asked me something offlist, and my reply just bounced. I think his reply-to is set to go to some yahoo group address.not sure. -- James Mitchell Softwa

RE: [ANN] Struts IRC Channel: Square off with Mark

2003-10-23 Thread James Mitchell
> lets leave the econonmy, politics, and religion out of it. Amen brother!!! Doh! Sorry!! -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx > -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED

RE: how to disable (or work around) jsessionid in html:img sources

2003-10-23 Thread James Mitchell
want to address this. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx > -Original Message- > From: Kris Schneider [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 23, 2003 12:01 PM > To: Struts Users Mailing

RE: Eclipse question about using taglibs in

2003-10-22 Thread James Mitchell
You might want to start with this first: http://java.sun.com/products/jsp/tutorial/TagLibrariesTOC.html -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx > -Original Message- > From: David Friedman [mailto:

RE: Any way to put the output of a JSP into a String?

2003-10-22 Thread James Mitchell
Take a look at . http://jakarta.apache.org/struts/userGuide/struts-bean.html#include -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx > -Original Message- > From: David Friedman [mailto:[EMAIL PROTECTED]

RE: how to disable (or work around) jsessionid in html:img sources

2003-10-22 Thread James Mitchell
not work correctly if I had. Hope that helps. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Servlet call from JSP/HTML - Need help

2003-10-22 Thread James Mitchell
You mean like this? http://www-106.ibm.com/developerworks/library/wa-resc/ -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx > -Original Message- > From: Shishir K. Singh [mailto:[EMAIL PROTECTED] > Sent:

RE: html:rewrite doesn't rewrite "action" contrary to docs?

2003-10-21 Thread James Mitchell
Hmmm...that's a tough one. Perhaps you should reevaluate your Use Case. Q.Why are you submitting to a different URL depending on the selection of a drop down? Q.Why don't you just perform a different piece of code depending on what they picked? -- James Mitchel

RE: Access control in Struts

2003-10-21 Thread James Mitchell
Lesson 1. - Don't hijack an existing thread, create your own. Lesson 2. - See lesson 1. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx > -Original Message- > From: Ramadoss Chinnakuzhandai [mailto:[EMAI

RE: html:rewrite doesn't rewrite "action" contrary to docs?

2003-10-21 Thread James Mitchell
There are other ways to get around hard-coding ".do" anywhere in your app. What, specifically, are you rewriting? -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx > -Original Message- > From: Ruth, Bric

RE: html:rewrite doesn't rewrite "action" contrary to docs?

2003-10-21 Thread James Mitchell
It was added after 1.1 release. That's why it is "in" in the docs, but not available anywhere except in the nightlies. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx > -Original Message- > From

RE: illegal character with struts-validator.war

2003-10-21 Thread James Mitchell
Title: Message What character do you consider to be invalid? --James MitchellSoftware Engineer / Struts Evangelisthttp://www.struts-atlanta.org678.910.8017AIM:jmitchtx -Original Message-From: dutrieux [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 11:46 AMTo: [EM

RE: stuts 1.1 and iPlanet 6.0/SP6 Classloader question

2003-10-20 Thread James Mitchell
ey have finally taken a step in the right direction. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, October 20, 2003 3:19 P

RE: stuts 1.1 and iPlanet 6.0/SP6 Classloader question

2003-10-20 Thread James Mitchell
It should, it uses Tomcat. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, October 20, 2003 2:44 PM > To: [EMA

RE: stuts 1.1 and iPlanet 6.0/SP6 Classloader question

2003-10-20 Thread James Mitchell
Is there any chance you can upgrade to 6.1? -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx > -Original Message- > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Sent: Monday, October 20, 2003 7:18 PM > To:

  1   2   3   4   5   6   7   8   9   10   >