Re: [OT-ish] Re: JSTL TLD confusion

2005-09-07 Thread Woodchuck
out it here, but we don't actually know where to get it, sorry..." are there even other implementations of JSTL (ie. by other vendors)? ...don't answer that. it only took one implementation to confuse me, lol. and i'm happy with it, and in fact the perfect worl

[OT-ish] Re: JSTL TLD confusion

2005-09-07 Thread Woodchuck
to get the files. does Sun not want to acknowledge Jakarta? why does JSTL seem to be a tucked away goody hidden away for those lucky enough to find it? is it just me? lol :p woodchuck --- Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Woodchuck" <[EMAIL PROTECTED]> &

JSTL TLD confusion

2005-09-07 Thread Woodchuck
JSTL have slightly different URIs like this: http://java.sun.com/jsp/jstl/core which is the 'official' version we should be using? why are there such differences between these versions? woodchuck __ Click he

Re: [FRIDAY] Link to "Don't use Struts" ;-)

2005-08-12 Thread Woodchuck
if ppl think struts is xml hell, then they won't like xslt or other more xml-based technologies. the amount of xml required in struts is not the worst. woodchuck --- netsql <[EMAIL PROTECTED]> wrote: > http://jroller.com/page/RickHigh?entry=don_t_use_struts_on1 > >

Re: Showing a PDF inside a JSP

2005-08-04 Thread Woodchuck
e it will come in handy in the future. :) it didn't work in FireFox, but it did in IE. (you probably know this already) best regards, woodchuck > Gary > > > > > woodchuck > > > > > > ---

Re: Showing a PDF inside a JSP

2005-08-04 Thread Woodchuck
ent to the "File a document" section and brought up the PDFs on the subsequent page but they all 'took over' the entire browser window) it would be awesome to see a PDF embedded in an html page without using frames. woodchuck --- "Frank W. Zammetti" <[EMAIL

RE: action executing two times

2005-08-04 Thread Woodchuck
se causing your action executing twice. it is *not* because you have multiple actions defined with the same type (action class). woodchuck Start your day with Yahoo! - make i

Re: [OT] wrong list I know, but lazy, Tomcat 5.5 question

2005-08-03 Thread Woodchuck
rties file there. i'm looking at it and it's here that it specifies the catalina..log file. woodchuck --- Rick Reumann <[EMAIL PROTECTED]> wrote: > Woodchuck wrote the following on 8/3/2005 3:32 PM: > > hihi, > > > > the default logging in TC 5.5

Re: [OT] wrong list I know, but lazy, Tomcat 5.5 question

2005-08-03 Thread Woodchuck
e above line > more info can be found here: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/logging.html hth, woodchuck --- Rick Reumann <[EMAIL PROTECTED]> wrote: > Was using JBoss and now I'm using Tomcat 5.5 stand-alone for an > application I'm working on. I p

Re: Html:link with DynaActionForm

2005-08-03 Thread Woodchuck
other matter but when you click the above link an attempt to populate personId, firstName, lastName values into the corresponding ActionForm for myAction will be made (using the JavaBean convention). hth, woodchuck --- Amol Yadwadkar <[EMAIL PROTECTED]> wrote: > Hi List, > > I have

Re: retrieving exception from page context using tags

2005-08-03 Thread Woodchuck
; prefix="html" %> <%@ taglib uri="http://struts.apache.org/tags-logic"; prefix="logic" %> <%@ taglib uri="http://java.sun.com/jstl/core_rt"; prefix="c" %> ... this tag is part of JSTL, which is included with the Struts distribution.

Re: [FRIDAY] uh oh

2005-06-24 Thread Woodchuck
i vote for a Scheme port of Struts! :D woodchuck --- Simon Chappell <[EMAIL PROTECTED]> wrote: > Hey, this isn't a joke is it? I would love to see a Lisp version of > Struts. I'm trying to learn Lisp as a background process, so a > working > example of something

Re: [HELP]onchange in the tag

2005-06-10 Thread Woodchuck
ble in the Struts distribution under the contrib/struts-el/lib folder) anything to avoid using.. <10-foot-pole> scriptlets yuk! ptooey! ptooey! ptooey!! :D hth, woodchuck --- Laurie Harper <[EMAIL PROTECTED]> wrote: > Leandro_Dorileo/[EMAIL PROTECTED] w

Re: Struts 1.2.7 JAR files different from Commons JAR files

2005-06-08 Thread Woodchuck
th the most current versions from the Jakarta Commons project. i hope there will be no breakages in doing so. -_- regards, woodchuck __ Discover Yahoo! Use Yahoo! to plan a weekend, have fun online and more. Che

Struts 1.2.7 JAR files different from Commons JAR files

2005-06-08 Thread Woodchuck
ct like beanutils, digester, collections, etc. but now that i got the latest Struts version it has thrown a monkey wrench into this plan and i'm confused as to what is going on wrt these 'commons' JAR files i would greatly appreciate any adv

Re: [OT] Re: Please reply to the mailing list, not to the person

2005-06-08 Thread Woodchuck
me threads take on a life of their own and spawn tangents at different places and times -- branching like crazy. *those* ones are fun to follow. someone frantically snuffing out fires at the tips of each growing branch ;) woodchuck --- Wendy Smoak <[EMAIL PROTECTED]> wrote: >

[OT] Re: Please reply to the mailing list, not to the person

2005-06-08 Thread Woodchuck
while we're on the subject of mailing list rules/etiquette/pet peeves: i despise ppl who purposely post messages that are future dated so they remain at the top of your inbox messages list. this is the worst offense imho. i promptly delete these without hesitation. woodchuck --- Mi

Re: Double posting problem

2005-06-03 Thread Woodchuck
returning false for the event like this: this way, only your javascript function will be the one submitting. just something to watch out for. woodchuck --- Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Barnett, Brian W." <[EMAIL PROTECTED]> > > > We've s

Re: Reports

2005-05-17 Thread Woodchuck
the form dynamically in my application with iReport, i was able to create forms from scratch easily i had my doubts at first, but both solutions have proven to be excellent hth, woodchuck --- Martin Gainty <[EMAIL PROTECTED]> wrote: > FOP: > Java application that reads a formattin

Re: struts file upload

2005-05-06 Thread Woodchuck
hihi, what application server are you using? and are you forwarding requests from a web server to your application server (eg. apache/IIS --> tomcat)? woodchuck --- temp temp <[EMAIL PROTECTED]> wrote: > I am using struts and trying to upload files of any > type and size.If the

[OT] Re: ajax proj

2005-05-02 Thread Woodchuck
JSTL is da bomb! :) --- Rick Reumann <[EMAIL PROTECTED]> wrote: > Dakota Jack wrote the following on 5/2/2005 4:01 PM: > > > > The other aspect that is not discussed above is the removal of the > > complexity from the "page". This is where JSP, Taglibs, etc., come > > into the picture. And, I

Re: struts-el webapp NullPointerException

2005-04-27 Thread Woodchuck
andon? And perhaps > that > explains why the struts-el webapp doesn't work with Tomcat 5 ... > > Mojo > > Woodchuck wrote: > > hihi Morris, > > > > sorry but i have to ask, why do you need the struts-el library when > you > > a

Re: struts-el webapp NullPointerException

2005-04-27 Thread Woodchuck
hihi Morris, sorry but i have to ask, why do you need the struts-el library when you are using Tomcat 5.0.28? Tomcat 5 already has EL capability built-in. woodchuck --- Morris Jones <[EMAIL PROTECTED]> wrote: > I can't find any record in the bugzilla of this being a known

Re: AJAX: Whoa, Nellie!

2005-04-18 Thread Woodchuck
refresh the html page? why don't we re-architect the browswer and address this problem (and others) at that fundamental level? is this not conceivable? woodchuck --- Dakota Jack <[EMAIL PROTECTED]> wrote: > JavaScript provides a client side rather developed engine in > JavaScript

Re: AJAX: Whoa, Nellie!

2005-04-18 Thread Woodchuck
eee... javascript... yuck, ptooey! ptooey!! --- "Vic Cekvenich (netsql)" <[EMAIL PROTECTED]> wrote: > Stéphane Zuckerman wrote: > if this were to be integrated in Struts, > > my life would be easier. > > I too will now check it out. > > .V > > > ---

Re: Multi Step Forms

2005-04-04 Thread Woodchuck
maintenance costs in the long run. how do you handle browser back button issues? (the bane of all web developers who use session objects) > > "Hi my name is Rick and I use the Session to store objects." > > "Hi Rick!" > > lol! "hi! my name is woodc

Re: Multi Step Forms

2005-04-04 Thread Woodchuck
king about state persisting strategy. woodchuck --- Rick Reumann <[EMAIL PROTECTED]> wrote: > But that's my point, if you server is going to crash because of bean > stored in Session scope that is holding simple properties, than there > > are some serious issues with your

Re: Is It Possible to Code Using Struts and JSF at the Same Time?

2005-04-01 Thread Woodchuck
a right to be antagonistic about JSF. the type of push that is being done right about JSF is primed at creating category 2 cases. i think this is pretty much the all-too-familiar scenario that everyone knows. does this really seem right?? woodchuck --- Craig McClanahan <[EMAIL PROT

Re: Design problem

2005-03-09 Thread Woodchuck
our action form validate() method, check for this flag. validate only when you know save/update was clicked. hth, woodchuck --- Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > You should define 2 mappings for detail : > > a "/showEmployeeDetail" without val

Re: MVC Frameworks

2005-03-09 Thread Woodchuck
no no no, you guys are playing the game wrong. i bring my 32oz Easton (tm) black magic baseball bat to these meetings. i don't have problems getting my way. the truth is weak, we need to help it get heard! woodchuck --- Simon Chappell <[EMAIL PROTECTED]> wrote: > Actually,

RE: MVC Frameworks

2005-03-08 Thread Woodchuck
ossible. sure, the code may end up wrangled and, dare i say, spaghetti-like, but isn't this the real-world reality? so i think a more appropriate question is, which framework can you get the most support from, when the time comes when you will need it? such as this great mailing list! :) my apol

challenging JK connector problem: java.net.SocketException

2005-02-22 Thread Woodchuck
request/form being submitted is suddenly cut off? any help is appreciated. please and thanks, woodchuck __ Do you Yahoo!? All your favorites on one personal page – Try My Yahoo! http://my.yahoo.com

RE: html-el oddities

2005-02-15 Thread Woodchuck
int > out ${cur.prdNumber} rather than the actual vaule) > > It seems odd that the EL tag does everything except actually do the > EL-evaulation. > > --Trevor > > -Original Message- > From: Woodchuck [mailto:[EMAIL PROTECTED] > Sent: February 15, 2005 10:31 AM &

RE: html-el oddities

2005-02-15 Thread Woodchuck
i can think of 2 things you can try: 1) use instead of i have found that jstl-scoped objects do not always work well with struts tags 2) simply don't use the tag you can achieve the same result with: hth, woodchuck --- Trevor Hill <[EMAIL PROTECTED]> wrote: > To try a

Re: Struts 2.0 or Struts 0.0? [or Struts 1.42?]

2005-02-02 Thread Woodchuck
e strengths/weaknesses for any project of reasonable size. choice is good. sure. but i also think there's confusion when there is so many ways to do the same thing. this is the irony that will always be there. i think feeling 'overwhelmed' would be a safe assumption for anyone

Re: PreparedStatements

2005-01-31 Thread Woodchuck
wow.. i guess there is a parameter limit with your specific configuration :p --- sudip shrestha <[EMAIL PROTECTED]> wrote: > It seems that it is a bug with OS/400 R 5.1. > It has been documented before: > http://www-124.ibm.com/developerworks/bugs/?func=detailbug&bug_id=3160&group_id=29 > > >

Re: PreparedStatements

2005-01-31 Thread Woodchuck
afaik, there is no parameter limit your problem is probably related to the actual data value you're trying to set as parameter values for your preparedstatement. just my guess. find out whether your problem is always happening on specific parameters or not... ie. the 24th or 25th parameter that

Re: Pre-compiling Struts-based JSPs

2005-01-14 Thread Woodchuck
ample: i just had to make sure my token was in the correct place in my web.xml file hth, woodchuck --- Martin Wegner <[EMAIL PROTECTED]> wrote: > Woodchuck, > > Thanks for the advice. Glad to hear someone has followed the road > before > me. > > I found this u

Re: Pre-compiling Struts-based JSPs

2005-01-14 Thread Woodchuck
ed to include the actual jsps at all. you can deploy war files that can be completely free of jsp files, so your war file is smaller and your client never sees any jsp source. woodchuck --- Martin Wegner <[EMAIL PROTECTED]> wrote: > > I have been looking into using the jspc ant ta

RE: ActionMessage replacement "keys" ?

2004-12-21 Thread Woodchuck
need to specify bundle in all places) - the ability to include other property files from within property files - modify to display all message keys literally if not found in bundle (and assume all parameters are keys) that would be perfect, wouldn't it? woodchuck --- Joe Germuska <[EM

OT: RE: ActionMessage replacement "keys" ?

2004-12-21 Thread Woodchuck
that reminds me, you have to check this site out, it is hilarious: http://www.engrish.com have fun! :D woodchuck --- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > "Somebody set up us the bomb! All your base are belong to us!" > now > > that woul

RE: ActionMessage replacement "keys" ?

2004-12-21 Thread Woodchuck
it was simply forgotten "Somebody set up us the bomb! All your base are belong to us!" now that would be a major translation problem. no argument here. :D woodchuck --- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: W

ActionMessage replacement "keys" ?

2004-12-21 Thread Woodchuck
ction then putting the results into an object array and then passing this to the ActionMessage constructor... can/will this functionality be added to the ActionMessage object in the future? woodchuck __ Do you Yahoo!? Yahoo! Mail - Easier than

OT: multiple column update statement using subqueries

2004-12-08 Thread Woodchuck
faced this situation? i hope? please and thanks, woodchuck __ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http://my.yahoo.com - To unsubscribe, e-mail: [EMAIL PROT

RE: Where to store and how to retrieve Images for web app

2004-12-01 Thread Woodchuck
7;s because websphere has a lot of @[EMAIL PROTECTED]@$&@% code in it. woodchuck --- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Brady Hegberg [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, December 01, 2004 10:40 AM >

Re: OT: hosting recommendations?

2004-11-12 Thread Woodchuck
an? is it difficult to learn? what is the differences, pros and cons between php and struts? (other than i can get php hosting plans for less than $10/month!!!) :) thanks, woodchuck --- bryan <[EMAIL PROTECTED]> wrote: > Get some friends together and get yourselves a linux box hosted o

OT: hosting recommendations?

2004-11-12 Thread Woodchuck
on space and transfer allowances. it was either that or they charge a lot ($50+/month) for private JVMs. thanks in advance, woodchuck __ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com

Re: Opinion needed on a Design issue

2004-10-20 Thread Woodchuck
i guess the extreme case would be that your entire web app having only one Action class to handle every page. and EVERYTHING will be in that one big Action class... validation, business, logic, even persistence functions!! the whole web app in one class!! only one class to maintain!! woohoo!!

last available function call when web app stops or app server shuts down

2004-10-19 Thread Woodchuck
? thanks in advance, woodchuck ___ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: back button

2004-10-04 Thread Woodchuck
the back button is the bane of all web programmers! g!! --- "Amit Agarwal (amagarwa)" <[EMAIL PROTECTED]> wrote: > All these solutions would work but all of them have some catches. One > solution that should work fine is to set the "no-cache" > directive(meta tag) > in the html page so

alternatives ways of uploading files?

2004-10-04 Thread Woodchuck
hihi all, when using Struts and ActionForms, are there other ways to upload files that does not depend on the commons-fileupload.jar or the org.apache.struts.upload.FormFile class? thanks in advance, woodchuck __ Do you Yahoo!? Yahoo! Mail is

RE: with multiple bundles?

2004-09-30 Thread Woodchuck
that is a great idea! i will work with Ant to do that right away. thanks, Paul!! woodchuck --- Paul McCulloch <[EMAIL PROTECTED]> wrote: > A simple solution would be to change your build process to combine > the base > properties and the applications properties into on

with multiple bundles?

2004-09-30 Thread Woodchuck
ins ActionMessage or ActionError objects with keys coming from the base bundles and the project bundles. ie. it is not guaranteed that all message collection keys will come from one bundle. any suggestions on how to handle this is greatly appreciated as always. please a

SAX parser anomaly

2004-09-17 Thread Woodchuck
y? thanks, woodchuck __ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail - To unsubscribe, e-mail: [EMAIL PROTECTED] For

load balancing and definition of a request

2004-09-14 Thread Woodchuck
ession would need to be copied/updated to all the other app servers... what happens when this is not done fast enough before the session's next request?) woodchuck ___ Do you Yahoo!? Declare Yourself - Re

Re: the real world is always dirtier

2004-09-13 Thread Woodchuck
servers can sync to the latest copies of the session in question? (assuming true load balancing strategy employed -- ie. session does not stick to any server instance) woodchuck --- Craig McClanahan <[EMAIL PROTECTED]> wrote: > On Mon, 13 Sep 2004 12:08:06 -0400, Brantley Hobb

detecting form data changes?

2004-09-13 Thread Woodchuck
e and thanks, woodchuck ___ Do you Yahoo!? Shop for Back-to-School deals on Yahoo! Shopping. http://shopping.yahoo.com/backtoschool - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: struts-el

2004-09-10 Thread Woodchuck
sion="2.4"> is it good practice in general to not use live references to the various definition files in web.xml? do servlet containers cache these definition files? (ie. only fetch them once at startup?) is it possible to

RE: can i get ".do" from struts?

2004-09-09 Thread Woodchuck
--- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Woodchuck [mailto:[EMAIL PROTECTED] > > Sent: Thursday, September 09, 2004 1:05 PM > > To: Struts Users Mailing List > > Subject: Re: can i get ".do"

Re: can i get ".do" from struts?

2004-09-09 Thread Woodchuck
ain menus in my web app, and adding other non-main forwards there will break my convention. otherwise it's definitely another good possiblity! > > Woodchuck wrote: > > > hihi, > > > > does struts have a built-in way to get the literal ".do" (or >

Re: can i get ".do" from struts?

2004-09-09 Thread Woodchuck
--- Rick Reumann <[EMAIL PROTECTED]> wrote: > Woodchuck said the following on 9/9/2004 2:29 PM: > > > i don't want to hard-code any struts-config information in my code > per > > se, so what i'm doing is getting the desired ActionConfig based on

can i get ".do" from struts?

2004-09-09 Thread Woodchuck
ction", but i need to append the stripped away URL ending pattern (in my case ".do"). anyone have elegant solutions for this? please and thanks, woodchuck __ Do you Yahoo!? New and Improved Yahoo

Re: A couple of questions

2004-09-07 Thread Woodchuck
t performance gains are had by optimizing and beefing up your network/server architecture. > > Could you please answer to me about the possibility of using the > struts-bean > tag library without having a struts form? Is that possible? The > internationalization bit is a big advanta

Re: Not happy with approaches.. looking for better/other suggestions

2004-09-02 Thread Woodchuck
ist)accessDefinitions).add(new MyFooBar()) return (MyFooBar) ((ArrayList)accessDefinitions).get(i); } can this help you to populate form data onto your ActionForm collection? woodchuck --- Rick Reumann <[EMAIL PROTECTED]> wrote: > One of the most frustrating things I run into when devel

Re: SOLVED: struts servlet chaining and immutable request?

2004-09-02 Thread Woodchuck
e the user is on? Chaining actions is something > that is not necessarily relevant to that, but I can also see how it > could be. So just make sure you've thought it through! let me begin by saying: woodchuck <--- idiot (again) it was a while ago and i don't remember why i setup my forw

Re: struts servlet chaining and immutable request?

2004-09-02 Thread Woodchuck
--- Woodchuck <[EMAIL PROTECTED]> wrote: > > --- Erik Weber <[EMAIL PROTECTED]> wrote: > > > What happens when you append a query String that changes the > original > > > > parameter value between Actions? > > > > For example, the

Re: struts servlet chaining and immutable request?

2004-09-02 Thread Woodchuck
will change my forward path value to JSP instead of to ".do" and see if this helps, thanks! woodchuck > > Woodchuck wrote: > > > --- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > > >> > >>>-Original Message- > >>

Re: struts servlet chaining and immutable request?

2004-09-02 Thread Woodchuck
rds to B.do?foo=newValue. oh wow, your suggestion is possible too! it should work, i think the new value will overwrite the old value! thanks, Eric! woodchuck > > Doesn't that work or am I misunderstanding? > > Erik > > > ___

RE: struts servlet chaining and immutable request?

2004-09-02 Thread Woodchuck
--- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Woodchuck [mailto:[EMAIL PROTECTED] > > Sent: Thursday, September 02, 2004 10:18 AM > > To: Struts Users Mailing List > > Subject: RE: str

RE: struts servlet chaining and immutable request?

2004-09-02 Thread Woodchuck
--- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Woodchuck [mailto:[EMAIL PROTECTED] > > Sent: Thursday, September 02, 2004 10:02 AM > > To: struts > > Subject: struts servlet chaining and immutable request?

struts servlet chaining and immutable request?

2004-09-02 Thread Woodchuck
e setup like this, it's because they all extend the same abstract Action class that has logic to do processing based on the request parameter... so what's really happening is that each Action is executing the same thing but i'd like to be able to have them do different things)

Re: philosophical question/poll about Struts/JSTL, scriptlets

2004-08-27 Thread Woodchuck
--- Craig McClanahan <[EMAIL PROTECTED]> wrote: > On Fri, 27 Aug 2004 10:21:58 -0700 (PDT), Woodchuck > <[EMAIL PROTECTED]> wrote: > > sorry to bring this up on a Friday... > > Yah, I didn't know we could have serious discussions on Fridays any > mo

Re: philosophical question/poll about Struts/JSTL, scriptlets

2004-08-27 Thread Woodchuck
--- Michael McGrady <[EMAIL PROTECTED]> wrote: > Woodchuck wrote: > > >hehe, you make it sound as if scriptlets are the ball and chain and > >shackles that you are free from! > > > >no doubt that scriptlets can easily fit that description, but i > g

Re: philosophical question/poll about Struts/JSTL, scriptlets

2004-08-27 Thread Woodchuck
he would-be non-scriptlet alternative i think this topic is a mix of pragmatic views and philosophical views.. --- Michael McGrady <[EMAIL PROTECTED]> wrote: > How much wood could a woodchuck chuck if a woodchuck could chuck > wood? > I have freed myself of scriptlets on all pa

RE: philosophical question/poll about Struts/JSTL, scriptlets

2004-08-27 Thread Woodchuck
ons are: are you implying that tags do not add to a jsp's compiled class size? do all servlet containers have a class size limit? (are there any servlet containers that can load a jsp of any size?)... if i remember correctly, i believe WebSphere has a limit of 64k or something. > >

RE: philosophical question/poll about Struts/JSTL, scriptlets

2004-08-27 Thread Woodchuck
--- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Woodchuck [mailto:[EMAIL PROTECTED] > > Sent: Friday, August 27, 2004 10:22 AM > > To: struts > > Subject: philosophical question/poll about Struts/JSTL, scriptlets

RE: philosophical question/poll about Struts/JSTL, scriptlets

2004-08-27 Thread Woodchuck
--- Daniel Perry <[EMAIL PROTECTED]> wrote: > hah forget the 'purist' approach! > > I use jstl / struts taglibs whereever possible. > > if i had a choice between writing my on taglib or scriptlet for > me > scriptlet wins - much less hassel, and the code is there for you on > the jsp, > and

philosophical question/poll about Struts/JSTL, scriptlets

2004-08-27 Thread Woodchuck
sorry to bring this up on a Friday... does everyone here have pure Struts/JSTL jsp pages that is absolutely void of scriptlets? or do you have jsp pages that use a combination of Struts/JSTL and scriptlets, all living together harmoniously using whichever method is easiest/cleanest? is mixing St

Re: Struts or JSTL equivalent for this?

2004-08-27 Thread Woodchuck
able that you want to a variable that JSTL can see/use. ugh. i don't want to use scriptlets but it seems so much easier to. do you think it's bad to mix scriptlets with Struts and JSTL? or do all of your jsps follow a pure Struts/JSTL format with absolutely no scriptlets? woodchu

Re: Struts or JSTL equivalent for this?

2004-08-27 Thread Woodchuck
lol! not what i was expecting, but very interesting! :) before i use this suggestion, would anyone else like to challenge this solution with a *more elegant* solution? ;) and without making getters and setters!! woodchuck --- Rick Reumann <[EMAIL PROTECTED]> wrote: > Woodch

Struts or JSTL equivalent for this?

2004-08-27 Thread Woodchuck
how can i do the following the non-scriptlet way on my jsp page? <%@ page import="MyPackage.Constants"%> <%= Constants.BUTTON__KEY %> is there an elegant Struts or JSTL equivalent for the above? thanks in advance! __ Do you Yahoo!? Yahoo! Mail

RE: ActionForm.validate() to dynamic input?

2004-08-25 Thread Woodchuck
hing i tend to keep forgetting. and making a new action mapping for each different originating location (while using the same classes) would do the trick nicely. thanks a lot, Jim! woodchuck > > > > > are you talking about putting flags on the html form that i can use > > u

Re: best practice for handling single/double quotes, html characters, sql injection/poisoning

2004-08-25 Thread Woodchuck
instead?: or woodchuck --- Craig McClanahan <[EMAIL PROTECTED]> wrote: > For embedded quotes, use JDBC prepared statements ... they take care > of any escaping that is necessary for you. > > For embedded HTML, use Struts tags like to render the > dynamic output to yo

RE: ActionForm.validate() to dynamic input?

2004-08-25 Thread Woodchuck
--- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Woodchuck [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, August 25, 2004 10:24 AM > > To: Struts Users Mailing List; Hubert Rabago > > Subject: Re: ActionForm.val

Re: ActionForm.validate() to dynamic input?

2004-08-25 Thread Woodchuck
nice if i could avoid the Action object if possible. and i did try that mapping.setInput() function but of course that would be just too easy (ie. it didn't work). woodchuck --- Hubert Rabago <[EMAIL PROTECTED]> wrote: > See http://marc.theaimsgroup.com/?l=struts-user&m=1

RE: best practice for handling single/double quotes, html characters, sql injection/poisoning

2004-08-25 Thread Woodchuck
--- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Woodchuck [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, August 25, 2004 9:44 AM > > To: struts > > Subject: best practice for handling single/double quotes, ht

ActionForm.validate() to dynamic input?

2004-08-25 Thread Woodchuck
atically change this "input" value so we can forward to different pages instead of always going to the one specified in the Action definition? thanks in advance, woodchuck __ Do you Yahoo!? Y! Messenger - Communicate in real time. Download no

best practice for handling single/double quotes, html characters, sql injection/poisoning

2004-08-25 Thread Woodchuck
tice suggestions? please, and thanks in advance! woodchuck __ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail - To uns

how to handle message collections containing keys from multiple bundles...

2004-08-17 Thread Woodchuck
ion) how can i handle a situation where my message collection contains keys from multiple bundles? thanks in advance, woodchuck __ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yah

RE: lifetime of ActionForm objects

2004-08-12 Thread Woodchuck
--- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Woodchuck [mailto:[EMAIL PROTECTED] > > Sent: Thursday, August 12, 2004 7:24 AM > > To: struts > > Subject: lifetime of ActionForm objects > > > > >

lifetime of ActionForm objects

2004-08-12 Thread Woodchuck
w it seems to have been 'linked' to the html form and the next time the data fields are updated before i even copy them there i hope i explained my situation unconfusingly.. thanks in advance for shedding any light on this woodchuck __

Re: Servlet help for a Struts programmer

2004-08-10 Thread Woodchuck
imo this is true, a beginner can build a simple web app using Struts (without any prior servlet experience) i am living proof, as i started with Struts directly. HOWEVER, because real-world apps are never basic/simple, and because Struts is really a facade on top of the java-based web app parad

custom transactions

2004-08-10 Thread Woodchuck
hihi, this is my scenario: - container managed pooling (Tomcat 4.1.24) - jdbc (PreparedStatement objects) - wrapping my own transactions by autoCommit(false), and issuing commit() manually i'm running into a table-lock situation after DELETE statements. i'm using the same Connection object fo

is this a struts bug?

2004-08-09 Thread Woodchuck
s a bug? (when it calls the first getFoo() method i get an indexOutOfBounds exception because my foo collection has nothing in it... i want the collection size to be driven by the jsp page) thanks in advance, woodchuck __ Do you Yahoo!? Y! Messen

Re: System.out.println

2004-08-06 Thread Woodchuck
> level is probably your best bet right now. > > > Woodchuck wrote: > > >hi Shinobu, > > > >thanks for your reply. sorry, but i meant arbitrarily (at any > time), > >rather than hard-coding logic in the code to toggle the debug flag > at > >certain kn

Re: System.out.println

2004-08-05 Thread Woodchuck
investigate and turn off when fixed, etc. does commons-logging allow for something like this? woodchuck --- Shinobu Kawai <[EMAIL PROTECTED]> wrote: > > Hi Woodchuck, > > > how can we toggle the debug flag during runtime? is it possible? > or > > does it requ

Re: System.out.println

2004-08-05 Thread Woodchuck
how can we toggle the debug flag during runtime? is it possible? or does it require restarting the application? --- Shinobu Kawai <[EMAIL PROTECTED]> wrote: > > if (debug) { > > System.out.println(veryComplicatedObject.veryExpensiveToString()); > } // Of course, I use commons-logging inst

escaping html in property files?

2004-08-04 Thread Woodchuck
when i put html in my property files it gets translated after processes it (ie. the html comes out literally). this is what i'm getting: HelloWorld! but i want: Hello World! is there a way to enable use of html code in property files? thanks in advance! _

jstl indexes within html tags?

2004-07-30 Thread Woodchuck
hello, i don't have the option of using struts-el, nor am i using Tomcat 5. how can i get jstl and struts to work in harmony? i need the ??? to be dynamic using the value of the index "foobar" so the final result seen by the tag is this: ...and so on has anyone hacked a solutio