Re: [OT] : javascript revival?

2002-10-13 Thread Eddie Bush
tc) - which is a must for public sites, then >be prepared to set aside quite a lot of time. > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: [OT] : javascript revival?

2002-10-13 Thread Eddie Bush
eration. The real figure is closer to 6. > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: [OT] : javascript revival?

2002-10-14 Thread Eddie Bush
zilla, whereas there were some sites which flat did not work under Konqueror. I can't remember now which specific funcational areas I found lacking. I'll have to look again when I get a chance so I can be more conversant about it. Sorry :-) but I respectfully disagree. >Tib >

Re: [OT] : javascript revival?

2002-10-14 Thread Eddie Bush
it. Which browsers do you build against? ... and what functional areas do you find you still have to test in other browsers? I haven't even considered it something worthy of my time to use - but, if you are correct, I am very mistaken. Thanks for the tip :-) I'll give it another t

Re: The best practices regarding secure JSP and Action classes

2002-10-14 Thread Eddie Bush
lude a >"CheckUser" tag on every jsp pages and call a "CheckUser" function on every >single action class? I don't want the user to just key in the direct url of >the jsp page or calling the action class directly. But doing this, I've to >go to the

Re: The best practices regarding secure JSP and Action classes

2002-10-14 Thread Eddie Bush
ven security model. Once a user logon I >already know his role. But the problem is that how do I make this security >model to work with the container-managed model so I don't have to check >every on single page. > >Hai > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: [OT] : javascript revival?

2002-10-14 Thread Eddie Bush
Gemes Tibor wrote: >2002. október 14. 16:31 dátummal Eddie Bush ezt írtad: > >>Which browsers do you build against? ... and what functional areas do >>you find you still have to test in other browsers? I haven't even >> >I meant IE. Actually unlike most webd

Re: I cannot seem to be able to ost to the list.

2002-10-14 Thread Eddie Bush
the list > neither to the archive on www.mail-archive.com > > > Jf -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Tiles problem with Struts action path - Tiles and tabbed disp lay

2002-10-14 Thread Eddie Bush
;some Tiles attribute. For example, I would like to be able to do something >like: > action = tile.getActionPath(); > > >Don P. > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: ActionForm & Value Objects

2002-10-14 Thread Eddie Bush
esent the user with the exact incorrect values they entered - and not have to worry about those values making it into your database. So, yes, there are two hits here: 1 - retrieve the data for editing; 2 - update the data (once the user has signaled they are done editing and wish their ch

Re: How to use datasource and db connection pooling in struts?

2002-10-15 Thread Eddie Bush
atasources for webapps NOT using >struts except for using server.xml? > >Stef. > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: How to use datasource and db connection pooling in struts?

2002-10-15 Thread Eddie Bush
> see the site docs I mentioned up ^ Someone went to the trouble of writing the HOWTO so that we could refer you there - go read it ;-) >Stef. > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: How to use datasource and db connection pooling in struts?

2002-10-15 Thread Eddie Bush
the pool in the >context. But with JNDI this should be easier. > >Stef. > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Release date for struts1.1

2002-10-15 Thread Eddie Bush
m wrote: >Yes, I will be forced to revert to strut1.0 if the struts1.1 released version is not >available > James Mitchell <[EMAIL PROTECTED]> wrote:.you sure you want to know? > > >James Mitchell >Software Engineer/Struts Evangelist >http://www.open-tools.org &g

Re: Release date for struts1.1

2002-10-15 Thread Eddie Bush
date for struts1.1 would be??? >> >>Thanks in advance! >> -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Struts1.1 B2 BUG OR Weblogic 6.1 SP2 BUG??????????

2002-10-15 Thread Eddie Bush
ther process is usi ng port 51300.> > > [java] >probably restart it.> > [java]shutdown has been requested by system> > [java]shutdown sequence has been initiated.> > > >-- Vip. > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Help with submit tag 'property' attribute

2002-10-15 Thread Eddie Bush
e to decide which method to >execute myself based on the presence of the name of one of the multiple >'submit' buttons. :( > >I'd still like to see a propertyKey attribute for or a >workaround if anyone has one. > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Struts1.1 B2 BUG OR Weblogic 6.1 SP2 BUG??????????

2002-10-15 Thread Eddie Bush
not able to bind to the port and throws >java.net.BindException. >I couldn't guess why Weblogic didn't shut down clean with Struts1.1 B2. >We tried to shutdown the server from the command line also (Not by CTRL-C). >And "netstat -a" is not showing the port I am using.

Re: struts in netbeans

2002-10-15 Thread Eddie Bush
t; 3.4's compiler aware of the servlet/taglib stuff? > Thanks -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Checkbox won't stay checked! [ Was: Damn where is bug in mycode???? ]

2002-10-15 Thread Eddie Bush
our application, INCLUDING the Struts source code (associated with the >release that you're using) so you can see for yourself exactly what >decisions are made in the code. > +1 - very handy. You have the source, so there's no excuses not to use it! ;-) -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Sub Application ?

2002-10-15 Thread Eddie Bush
Have you tried: http://jakarta.apache.org/struts/userGuide/index.html Emmanuel Boudrant wrote: >Hi, > >I want to know anymore about struts sub-application, where I can found some >documentation about it >? > >Thx, >-emmanuel > -- Eddie Bush -- To unsubscrib

Re: Sub Application ?

2002-10-15 Thread Eddie Bush
Recently? What questions did you have that weren't answered there? If you haven't looked recently look again - if you have then just ask your questions. Emmanuel Boudrant wrote: >Yes ;( > > --- Eddie Bush <[EMAIL PROTECTED]> a écrit : > Have you tried: > >

Re: using OR condition with logic tags

2002-10-15 Thread Eddie Bush
; OR > >Thanks > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Damn where is bug in my code????

2002-10-16 Thread Eddie Bush
Netbeans also works quite well ;-) David Graham wrote: > Every major IDE has a debugger in it. Some free ones are Eclipse and > NetBeans. Of the two, I've only used eclipse and it works well. You > can also debug jsps. > > David -- Eddie Bush -- To unsubscrib

Re: Damn where is bug in my code????

2002-10-16 Thread Eddie Bush
w to proceed (step over/in, continue, continue to cursor). Play with them :-) HTH, Eddie -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: security roles per action mapping

2002-10-16 Thread Eddie Bush
loaded. The user would have to relog to effect the change. See version 2.3 of the servlet specification and the J2EE tutorial for information about writing a filter that would do what you need to do. You're looking at using a Filter and ... what is it called ... HttpServletRequestWr

Re: security roles per action mapping

2002-10-16 Thread Eddie Bush
the app every time you added a project. If that's a good solution for you (projects don't get added often) then it may be the easiest, most straight-forward way to go about it. I suspect you'll find that less than ideal though - and I believe the filter/wrapper approach wou

Re: using OR condition with logic tags

2002-10-16 Thread Eddie Bush
new >HTML elements") > >chanoch > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: anyone seen this startup error?

2002-10-16 Thread Eddie Bush
gt; stuff yet > but everything seems to work fine so far. > > struts 1.1b2 jdk 1.4 tomcat 4.1.12 redhat linux 7.3 -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Managing User defined Web Content design advice?

2002-10-23 Thread Eddie Bush
ped, but based on Turbine instead of Struts, and Vic C. has been leading a Struts portal project on sourceforge. <http://basicportal.sourceforge.net/ > Just to keep your options open... Joe -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: Tiles vs Template Tags

2002-10-23 Thread Eddie Bush
Assuming a variable named booleanValue (which is a ... boolean!): Use Tiles, the template library is deprecated in favor of Tiles because tiles has more functionality. I believe using the JSTL if tag with the empty keyword will return true when the value is false. David -- Eddie Bush

Re: Confused about nightly builds and 1.1b2 bugs

2002-10-23 Thread Eddie Bush
uilds reflect the up comming release candidate for 1.1 (or 1.1b3) or are they a separate branch for a future release. I am hearing about new functionality in the nightly builds. I would consider trying a 'stable nighlty' knowing that 1.1 final would have that same functionality. Than

Re: Zero-copy persistence with Struts?

2002-10-23 Thread Eddie Bush
d (disconnected), it does not require you to keep anything "open" (connection/statement/), so you can follow better, more straight-forward practices by using it. -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional c

Re: AW: anyone seen this startup error?

2002-10-23 Thread Eddie Bush
d be your guiding light (obviously). value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/> should work. -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-m

Re: Best Practices Example App?

2002-10-23 Thread Eddie Bush
. -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: Sub Application & Shared Tiles Definitions Factory

2002-10-18 Thread Eddie Bush
m I missing. thanks, Padma -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: Does Anyone Know What This Error Message Means?

2002-10-18 Thread Eddie Bush
, and how I would go about getting Struts 1.1b2 working under JRUN 3.1? Thanks in advance for any assistance/advice. Celeste Haseltine, PE MTL, Inc. -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail

Re: Newbie Question

2002-10-18 Thread Eddie Bush
t/they are. Is it really that hard to iterate over a collection and build a table though? CJ Jayaprakash wrote: Let me start the Forum with a dump question[ Searched the Archives already] Tags for Grid/Table/Tree: is it part of the struts ?, any pointers ? - Cheers CJ -- Eddie Bush

Re: How do I change the head and title of the page if I am using struts templates?

2002-10-18 Thread Eddie Bush
lates? -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: Can V in MVC be Swing in Struts?

2002-10-18 Thread Eddie Bush
asked the questions here. -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: ApplicationResources from within ActionForm's validate()??

2002-10-18 Thread Eddie Bush
can see, I am confused ; -< Any help would be appreciated.. -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: ApplicationResources from within ActionForm's validate()??

2002-10-18 Thread Eddie Bush
Have you tried the javadocs yet? -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: problem accessing outer object within nested logic:iterate

2002-10-18 Thread Eddie Bush
7 , 8 9 10 11 12 I need to display the type_name (on line 7) only when the type's cat_id equals the category's cat_id. Ideally, I'd replace #HERE# on line 6 with , however that doesn't seem to work. Any suggestions would be apprecia

Re: Can V in MVC be Swing in Struts?

2002-10-18 Thread Eddie Bush
ime, then keep quiet. However, don't mis-lead other people. Xue-Feng Yang, Ph.D Senior Java Technical Architect -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: Session Cleanup

2002-10-18 Thread Eddie Bush
what are the best practices for storing collections in the session? How and when to remove these collections from the session? Regards, ATTA -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: i18n and images

2002-10-18 Thread Eddie Bush
n the ApplicationResouces.properties files called countrycode I then find the image with src=images/imagename.gif Any one else doing it this way? Is there a better way? I'm not that far into the project and now is the time to change! Thanks, jb -- Eddie Bush -- To unsubscri

Re: Does Anyone Know What This Error Message Means?

2002-10-18 Thread Eddie Bush
ckage with Struts 1.1b2. I'm getting the same type of error message when I try to run the struts-blank application also, so at least my errors are consistent. I can run the Struts 1.02 apps with no problem, it only the Struts 1.1b2 apps that I can't get working in my web applicati

Re: is this a bug ?

2002-10-18 Thread Eddie Bush
Not enough information to even form a reasonable hypothesis about what's going on. If you're looking for assistance, you might mention your scenario and relative areas of your config. Your environment would be nice to know too. -- Eddie Bush -- To unsubscribe, e-mail: <

Re: struts + EJBs?

2002-10-18 Thread Eddie Bush
, which will soon support a *standard* JDO implementation. http://jakarta.apache.org/ojb !!! :-) Sorry, I couldn't resist. My information is all heresey, so I could be wrong -- but I trust my sources, so I don't think I am. -- Eddie Bush -- To unsubscribe, e-mail

Re: access ApplicationResource from ActionForm

2002-10-18 Thread Eddie Bush
wrote: Hi All, My ActionForm is populating a drop-down list ( LabelvalueBean's ) and I want to say "- None -" for a none-selection .. and want it to be i18n. So, can I access the ApplicationResource to retrieve that 'None'. If so, how? Is this the best idea? Darren.

Re: Action sending data to the form?

2002-10-18 Thread Eddie Bush
http://jakarta.apache.org/struts/userGuide/index.html http://jakarta.apache.org/struts/resources/index.html http://jakarta.apache.org/struts/kickstart.html Enjoy Smith, Johnathan M. wrote: How can I send data from a action to a JSP form? -- Eddie Bush -- To unsubscribe, e-mail

Re: contextRelative in local forward

2002-10-21 Thread Eddie Bush
the fact that contextRelative works, and should work according to your included configuration-- barring some bug in a build more recent than the one I'm using (unlikely). Have you tried a different name for either the default or sub app's path? I know there have been some bugs surround

Re: off topic - paged lists

2002-10-21 Thread Eddie Bush
where the column headings are not known at run-time? It would probably have to accept a ResultSet as its input, I suppose. Failing that, I'm off to write it myself... anybody else looking for anything like that? Howard Miller -- Eddie Bush -- To unsubscribe, e-mail: <mailt

Re: Sub-App navigation confusion

2002-10-21 Thread Eddie Bush
n the sub-app -- i.e., like from within Unit2 sub-app. Is there any known way to do what I'm looking for? -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: contextRelative in local forward

2002-10-22 Thread Eddie Bush
(true). Once I did, all worked! Even with Milestone Release 1.1-b2. Thanks for your help and sorry for the false alarm. Armin -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: FW: {Validator] Required Fields

2002-10-22 Thread Eddie Bush
pers comment on this? Thanks, A. -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: [PlugIn] Order of initialisation

2002-10-22 Thread Eddie Bush
the second plugins init() wont be called until after the first one has completed? (I can have multiple plug-ins right?) -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: FW: {Validator] Required Fields

2002-10-22 Thread Eddie Bush
7; attribute. As Adam pointed out, some fields only need to be validated if they contain a value. Unless someone overrides the default validator-rules or writes a custom method, there is no way to do this - using mask, min, max, etc. will also force a 'required' condition... Je

Re: [Logging] How to make the darn logs work again?

2002-10-22 Thread Eddie Bush
information where I mentioned. Hopefully that fixes you up - I hate "broke" Andrews ;-) -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: Tomcat/Apache and .do

2002-10-22 Thread Eddie Bush
r/test/Login.do why ? thank's Marc -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: [Logging] How to make the darn logs work again?

2002-10-22 Thread Eddie Bush
One additional note: Since it's apparant you're using log4j, you may have problems using the commons-logging.jar that came with 1.1b2. There was a build issue. You'll want to grab the "latest and greatest" commons-logging-1.0.1.jar and dump that in your lib folder.

Re: tiles logging

2002-10-22 Thread Eddie Bush
Sure would be nice to clean out the amount of times I see the following in my log file: processActionForward(tiles.members.viewprofile, false) 'tiles.members.viewprofile' - processed as definition Thanks Dennis -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PRO

Re: [Logging] How to make the darn logs work again?

2002-10-22 Thread Eddie Bush
og4j site on how to setup your config - that little snippet I gave you before should get you started on the "right track". Just drop another post if you keep having fits. Be sure you upgrade your commons-logging though. I think I forgot to mention that earlier. -- Eddie Bush -- To

Re: Form submission

2002-10-22 Thread Eddie Bush
Sorry -- Out of Luck. That's the nice way to put it ;-) Different people substitute different words for the S. I'll leave alternatives to your imagination ... Kyrre Lugg wrote: James Mitchell wrote: This means you are in a status of SOL. SOL? Kyrre Lugg -- Eddie Bush

Re: [sub-apps] smthg missing... (?)

2002-10-24 Thread Eddie Bush
that need to live in "lib" or "classes" must be included in those. Does that help? Vincent PROSPER wrote: Could someone please confirm this assertion? Vince -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> F

Re: Zero-copy persistence with Struts?

2002-10-25 Thread Eddie Bush
something like an Object[] or a Map (gasp). Even if you were to re-use the CachedRowSet as part of an action at the application scope, you would be needing to load all the data for every user to be able to filter over as you push it to the jsp. Please catch me if I'm mistaken. Regards, Jacob

[OT] Serialization issue - stream has problems flushing?

2002-10-25 Thread Eddie Bush
w to rectify the situation). So ... any suggestions? Is there a way to do serialization in the traditional sense that does not involve the use of streams? Even the XML serialization techniques involve streams, do they not? Thanks! -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-u

Re: [OT] Serialization issue - stream has problems flushing?

2002-10-25 Thread Eddie Bush
(i); s.flush(); f.close(); } } Forgetting to use the flush() method will cause what he observes. Can it be that simple? Brian -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: a little javascript problem

2002-10-25 Thread Eddie Bush
D")) but I cannot do this on the target form element. because that violates the DTD, I guess. Any workarounds? -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: [OT] Serialization issue - stream has problems flushing?

2002-10-25 Thread Eddie Bush
Craig R. McClanahan wrote: On Fri, 25 Oct 2002, Eddie Bush wrote: Date: Fri, 25 Oct 2002 11:45:46 -0500 From: Eddie Bush <[EMAIL PROTECTED]> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: [OT] Serializat

Re: [OT] Serialization issue - stream has problems flushing?

2002-10-25 Thread Eddie Bush
Thanks. I understand now. Craig R. McClanahan wrote: On Fri, 25 Oct 2002, Eddie Bush wrote: Digester says it needs "An xml parser conforming to SAX 2.0" and "optionally" you may have JAXP 1.1+. Am I reading that correctly that, if you have JAXP 1.1+ you don't need a

Re: Serialization question...

2002-10-28 Thread Eddie Bush
logs, however, I keep getting errors - "Cannot serialize session attribute " Do I need to write a serialization function for each form? I assumed this was taken care of in org.apache.struts.validator.ValidatorForm. Thanks, Ryan -- Eddie Bush -- To unsubscribe, e-mail: <

Re: Serialization question...

2002-10-28 Thread Eddie Bush
30.2248 Fax. [EMAIL PROTECTED] www.B2eMarkets.com -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: Serialization question...

2002-10-28 Thread Eddie Bush
7;t a combination of Serializable and transient properties also meet the requirement for serializing the object itself? Just curious if anyone is even using the transient keyword... Thomas Gideon Sr. Software Developer B2eMarkets 301.230.2236 Tel. 301.230.2248 Fax. [EMAIL PROTECTED] www.B2eMarkets.

Re: Serialization question...

2002-10-28 Thread Eddie Bush
ivate Connection conn; your class would not be serializable because the sql Connection class isn't. So you do this: private transient Connection conn; David -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail

Re: Nice labels for inputs.

2002-10-29 Thread Eddie Bush
uide? Hmm... actually, upon further inspection, it is linked off of the user guide. Just not the user guide as linked by the side bar (under stable). It also appears that that user guide is quite different. More reading for me! :) -josh -- Eddie Bush -- To unsubscribe, e-mail: <mailt

Re: Problems with nesting....

2002-10-31 Thread Eddie Bush
What do I change? What does the error mean?? I'm using Struts 1.0.2. Thanks in advance, Sri... -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: bean:write filtering and newlines

2002-10-31 Thread Eddie Bush
See the taglibs project's string taglib for another solution ... You may want to search the taglibs-user list for " [EMAIL PROTECTED] wrote: If someone knows a better solution to this, please let me know. + just realised one could also use . Oleg -- Eddie Bush -- To unsu

[Fwd: New To Struts]

2002-11-01 Thread Eddie Bush
rprise application in WSAD using Struts framework. can anyone please guide me on the steps that I should proceed with ? If any one has a link please send it to me. Thanks Maya Menon -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.o

Re: url problem when 2 mapping redirect to struts

2002-11-01 Thread Eddie Bush
-- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: RE : url problem when 2 mapping redirect to struts

2002-11-01 Thread Eddie Bush
rywhere I need security. I know there is the struts-config action attribute «roles» but I really prefer a container managed security plus my exploitation group requires it. Thank you Stephan -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.a

Re: [OT] Swing.... [WAS: RE: [ANNOUNCE] Struts Console v3.0]

2002-11-01 Thread Eddie Bush
pse plugin for jsp and xml stuff. It's not the best but it's better than a simple text editor. http://solareclipse.sourceforge.net/ David -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail

Re: How do I enable debug logging for struts

2002-11-01 Thread Eddie Bush
Which logging implementation, if any, are you using with commons-logging? Or are you just using commons-logging alone? John Prout wrote: Hi Does anyone know how to enable debug level logging for the struts framework? i.e. log.isDebugEnabled() returns true Thanks John Prout -- Eddie Bush

Re: How do I enable debug logging for struts

2002-11-01 Thread Eddie Bush
mons packages you're trying to use, you're really doing yourself a disservice - and adding unnecessary complication to your life :-) John Prout wrote: I'm using the default struts install - just commons-logging alone I think -----Original Message- From: Eddie Bush [mail

Re: How do I enable debug logging for struts

2002-11-01 Thread Eddie Bush
n the message that I sent. They sure showed up once it got sent though! Eddie Bush wrote: The short answer is to examine the javadoc for commons-logging. The top-level package (commons.logging) is a good read. You'll also be interested looking over the javadoc for SimpleLog. The l

Re: Can forward action point to tiles definition?

2002-11-01 Thread Eddie Bush
Mailing List'" <[EMAIL PROTECTED]> Subject: RE: Can forward action point to tiles definition? Date: Fri, 1 Nov 2002 15:52:11 -0500 doesn't work with latest or 1.1b2 href is translated to URI/site.default.page and i get the following message from tomcat: *** Invalid path

Re: Struts1.1 : subclass ActionServlet

2002-11-04 Thread Eddie Bush
nResources', returnNull=true 4 nov. 2002 13:57:56 org.apache.commons.digester.Digester endElement GRAVE: End event threw exception Is there any security issue in struts 1.1 i do not know. Please help... I would like to use struts 1.1 modules capacity... Thanks in advance. Alexandre duprat.

Re: Struts1.1 : subclass ActionServlet

2002-11-05 Thread Eddie Bush
struts console. I hope it will help. Thanks again for helping a struts 1.1 newbee... Alexandre. -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: FW: Continuous datastream from server to client

2002-11-05 Thread Eddie Bush
at the output Thanks Reinhard Dunst -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: hrame in template

2002-11-05 Thread Eddie Bush
udeing the pages inside the frames, but when I saw the generated html source the file contents are included. Please help. -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: Dynamic select menu in JSP

2002-11-05 Thread Eddie Bush
Previous to Struts I would have looped aropund a resultsset. What do people use ? Regards Mark -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: How do I search this newsgroup with google.

2002-11-05 Thread Eddie Bush
icate question. How do I search this newsgroup with google. Darren. -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: frame in template

2002-11-05 Thread Eddie Bush
he generated html source the file contents are included. Please help. -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: Final release for Struts 1.1

2002-11-05 Thread Eddie Bush
1.1 final will be release. thanks, James -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: Why does the nightly build produces a huge log file during startup?

2002-11-05 Thread Eddie Bush
eful because this is just the initialization. How can I decrease the amount the information? I don't know whether this is realistic but I would not like to get more that a couple of Kb after startup. Zsolt -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apach

Re: Extending the struts config

2002-11-05 Thread Eddie Bush
ome information from the Struts config (as mine did), then you'll most certainly find a PlugIn implementation a cleaner solution. I did not provide a DTD for my XML config. You may wish to. Digester supports this (though I can't speak to how easy it is to implement - my gue

Re: Final release for Struts 1.1

2002-11-05 Thread Eddie Bush
Answer (not being facetious in the slightest): When all the bugs are resolved. Xuefeng Wang wrote: Hi, all, I'm using Struts 1.1B1 to develop our product, I want to know when Struts 1.1 final will be release. thanks, James -- Eddie Bush -- To unsubscribe, e-mail: <mailt

Re: Previous Action

2002-11-05 Thread Eddie Bush
I discover which action was call, from within an action? 2) Is there a better way to do this? Darren. -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: Continuous datastream from server to client

2002-11-05 Thread Eddie Bush
h undefined length from server to the client? Reinhard -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: Struts1.1 B2 BUG OR Weblogic 6.1 SP2 BUG??????????

2002-11-05 Thread Eddie Bush
ort bind error? If any one want to see this error with their application uses STRTUS 1.0.2, Just modify the DTD reference in the struts-config.xml to STRUTS 1.1 DTD. Start weblogic server, shutdown and restart the server again. (The server binds the port correctly for the first time). Any Ide

  1   2   3   4   5   6   7   8   9   >