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] Yahoo IM:[EMAIL

Re: [SwitchAction] How

2004-03-14 Thread James Mitchell
http://sourceforge.net/project/showfiles.php?group_id=49385package_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 PROTECTED] wrote in message

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: Struts Users Mailing List [EMAIL

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 Message - From

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] Sent: Tuesday, March

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) [EMAIL PROTECTED] Sent: Monday, March 01

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 / Open Source

RE: Struts and I8N looking for a good combination

2004-02-20 Thread James Mitchell
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, February 20, 2004 3

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, February 19

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:52 AM

RE: Problem using split() method in java script

2004-02-16 Thread James Mitchell
where_is_mytool=home\mytool\mytool.cgi; var mytool_array=where_is_mytool.split(\\); alert(mytool_array[0]+ second +mytool_array[1]+ third +mytool_array[2]); -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED

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:[EMAIL PROTECTED

Re: Struts Module switching example

2004-02-12 Thread James Mitchell
http://sourceforge.net/project/showfiles.php?group_id=49385package_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 Chadalavada [EMAIL

Re: Config issue

2004-02-11 Thread James Mitchell
mapping) ^^ If this application was the default, then that would eliminate one the first /gannetts Hope that helps. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: Sam

[OT] Re: Debugging JSP

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

Re: Supporting a back button without JavaScript

2004-02-09 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

Re: logic:iterate question

2004-02-06 Thread James Mitchell
Oops, did you mean to do this? c:forEach items=foo.bar var=bar varStat=stat c:if test=stat.last ^^^ do what needs to be done /c:if /c:forEach shouldn't that be? c:if test=${stat.last} ^^ ^ -- James Mitchell Software

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 / Struts Evangelist http

Re: accessing application.properties from JSP

2004-02-03 Thread James Mitchell
Serverside jsp processing knows nothing about embedded JavaScript or anything else. bean:message .../ 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

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: Monday, February 02, 2004 9:42 AM

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: OT: Need help downloading latest commons-sandbox and Struts Contrib from CVS

2004-02-01 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: White space problem

2004-01-28 Thread James Mitchell
Yes, same as with any tag or scriptlet. c:forEach c:if ... /c:if /c:forEach 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

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: Struts Users Mailing List [EMAIL

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 Mitchell Software

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

2004-01-28 Thread James Mitchell
- Original Message - Date: Mon, 26 Jan 2004 13:17:25 -0500 From: James Mitchell [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: entity includes in tiles-defs.xml (again) To: Struts Users Mailing List [EMAIL PROTECTED] Try

Re: constant url

2004-01-27 Thread James Mitchell
, 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 help will be appreciated. Richie -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org

Re: WebGroups css

2004-01-27 Thread James Mitchell
myapp 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

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 PROTECTED] To: Struts Users Mailing

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

2004-01-26 Thread James Mitchell
, / will be interpreted as C:\ or to be more specificyour system's %SystemDrive% -- 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

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.8017 (cell) AIM

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 - From

Re: Switch Action

2004-01-23 Thread James Mitchell
http://sourceforge.net/project/showfiles.php?group_id=49385package_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: Ramadoss

[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 -- James

Re: Debugging in JBoss 3.2.3

2004-01-22 Thread James Mitchell
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) AIM:jmitchtx MSN

Re: html:link multiple parameters

2004-01-22 Thread James Mitchell
Add XYZ Cart /html:link -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM:jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: Richard Hightower [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent

Re: [OT?]Tomcat multiple users developing

2004-01-21 Thread James Mitchell
-- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

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 List [EMAIL PROTECTED]; [EMAIL

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: 'Struts Users Mailing List

Re: How to enable Text formatting in Text area using struts html tagshtml:TextArea...

2004-01-15 Thread James Mitchell
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: 'struts users' [EMAIL PROTECTED] Sent

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 6.05

Re: Querystring builder

2004-01-04 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

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

2003-12-29 Thread James Mitchell
validateSubscriptionForm(this); html:submit property=submitEnrollment value=Submit onclick=updateSubscription();/ /html:form - Do you Yahoo!? Yahoo! Photos - Get your photo on the big screen in Times Square -- James Mitchell Software Developer / Struts

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

2003-12-25 Thread James Mitchell
-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
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: Multiple struts-config.xml

2003-12-22 Thread James Mitchell
not be liable for any improper, untimely or incomplete transmission. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Mitchell Software Developer / Struts Evangelist

Re: URGENT - Help defending Struts

2003-12-19 Thread James Mitchell
recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. -- James Mitchell Software Developer / Struts Evangelist http

Re: .Net Struts?

2003-12-16 Thread James Mitchell
: [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: [ANNOUNCE] Struts Console v4.2

2003-12-16 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: iterate over one collection two times in a jsp

2003-12-05 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

Re: Log4j with Struts

2003-12-05 Thread James Mitchell
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: Problems with modules

2003-12-05 Thread James Mitchell
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: bean:define id=username sess:attribute name=userName/ /bean:define Thanks ! -- James Mitchell Software Developer / Struts Evangelist http://www.struts-atlanta.org - To unsubscribe, e-mail: [EMAIL

Re: using ApplicationResources in jsp...

2003-12-05 Thread James Mitchell
-mail: [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

Re: session taglib

2003-12-05 Thread James Mitchell
a good one! Thank you. --- James Mitchell [EMAIL PROTECTED] wrote: On Fri, 5 Dec 2003, struts wrote: In the Jsp i have: sess:attribute name=userName/ witch prints the username. Now i want something like: % String username= sess:attribute name=userName

Re: The API of a package

2003-12-02 Thread James Mitchell
.* Thanks for all... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Mitchell Software Developer / Struts Evangelist

Re: FormFile not re-populated

2003-12-01 Thread James Mitchell
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 PROTECTED] -- James Mitchell Software Developer / Struts

Re: Urgent Help Struts on Linux

2003-11-27 Thread James Mitchell
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: Struts-chain

2003-11-27 Thread James Mitchell
-example webapp that uses the chain-based replacement for the standard RequestProcessor. Craig - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Mitchell Software

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

2003-11-26 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

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

2003-11-24 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

Re: Localized message to alt-tag

2003-11-20 Thread James Mitchell
|-+ | || | || | || | |James Mitchell | | |[EMAIL PROTECTED] | | |19.11.2003 19:34| | |Bitte antworten an Struts | | |Users Mailing

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

2003-11-20 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: Localized message to alt-tag

2003-11-19 Thread James Mitchell
=bean:message key=label.test // Did you try using the altKey attribute yet? Greetings, Manuel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- James Mitchell Software

Re: JSTL DynaValidatorForm

2003-11-18 Thread James Mitchell
-property...try doing ${manageForm.map.value} snip/ Thanks the help, Yann -- James Mitchell Software Developer / Struts Evangelist http://www.struts-atlanta.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

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

2003-11-08 Thread James Mitchell
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 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [ANNOUNCE] Visual Tags for Struts 2004 Released

2003-11-05 Thread James Mitchell
-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 -- James Mitchell Software Engineer / Struts Evangelist http

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, 2003 4:51 AM

RE: use html:link pass two param

2003-11-01 Thread James Mitchell
/ ^ When referencing dynamic properties with JSTL, be sure to use ${} syntax. Try doing this: value=${list.id} -- 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
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- From: javen fang [mailto:[EMAIL

RE: use html:link pass two param

2003-10-31 Thread James Mitchell
to the source jsp) a href=/app/manageUsers.do?action=editUseramp;id=44Edit this user/a -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (c) 770.822.3359 (h) AIM:jmitchtx -Original Message- From: javen fang [mailto:[EMAIL PROTECTED] Sent

RE: Connection pool and MessageRessources

2003-10-31 Thread James Mitchell
xyzKey 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

RE: Connection pool and MessageRessources

2003-10-31 Thread James Mitchell
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 Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (c) 770.822.3359 (h) AIM:jmitchtx

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) AIM:jmitchtx

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] Sent: Friday, October

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 will need to upgrade to 6.1. If I were you, I wouldn't waste my time trying anything less. If your customer/boss says they can't or won't, tell them that they will spend more time trying to make it work then they ever would have if they had just upgraded...trust me! -- James Mitchell

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=49385release_id=1 54972 -- James Mitchell

Re: html:select onchange

2003-10-29 Thread James Mitchell
=submit value=Submit /form -- 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: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, October 29

RE: [OT - JavaScript] Setting value on a html:select/

2003-10-29 Thread James Mitchell
option value=value2value2/option option value=value3value3/option /select input type=submit name=submit value=Submit /form -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (c) 770.822.3359 (h) AIM:jmitchtx -Original Message- From

[OT] Next Struts-Atlanta meeting

2003-10-28 Thread James Mitchell
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 - To unsubscribe, e-mail: [EMAIL

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

2003-10-23 Thread James Mitchell
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 List Subject: Re: how to disable

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] Sent

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 Software Engineer / Struts

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: Wednesday

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

2003-10-22 Thread James Mitchell
value=true logic:redirect page=/index.jsp?refresh=true/ /logic:notEqual What this does is refresh the page one time only. This method works for me because I am not posting or processing any forms with this page which would not work correctly if I had. Hope that helps. -- James Mitchell

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

2003-10-22 Thread James Mitchell
Take a look at bean:include. 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] Sent

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:[EMAIL

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:

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: Ruth, Brice [mailto:[EMAIL

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, Brice [mailto:[EMAIL

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:[EMAIL PROTECTED

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 Mitchell Software

RE: [ANNOUNCE] Struts Message Resource Doc

2003-10-20 Thread James Mitchell
you meant it in a different context). See o.a.s.u.MessageResources. 3. You didn't mention the Struts-Atlanta Just kidding ;) -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx -Original Message- From: Nick Heudecker

RE: [ANNOUNCE] Struts Message Resource Doc

2003-10-20 Thread James Mitchell
I wasn't aware that there was anything noteworthy about ATL. :) LOL.ouch!!! -- Nick Heudecker SystemMobile, Inc. Email: [EMAIL PROTECTED] Web: http://www.systemmobile.com -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017

RE: Trimming the extra spaces in the output page

2003-10-20 Thread James Mitchell
Someone mentioned this a few weeks back. I don't remember the solution, but if it were my job to make this happen, I would most likely use a Filter. http://java.sun.com/products/servlet/Filters.html -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org

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: Struts Users

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: [EMAIL PROTECTED] Subject

RE: stuts 1.1 and iPlanet 6.0/SP6 Classloader question

2003-10-20 Thread James Mitchell
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 PM To: [EMAIL PROTECTED

  1   2   3   4   5   6   7   8   9   10   >