[ANNOUNCE] Scioworks Camino 3 Pro - Visual modeling for Struts

2003-07-02 Thread John Yu
and more. For more information, see: http://www.scioworks.net/servlets/ShowPage?pid=58&dp=2 sincerely, -- John Yu Scioworks Technologies <[EMAIL PROTECTED]> ph: +(65) 6873 5989 <http://www.scioworks.com> fax: +(65) 6873 6729

[Struts FAQ] Update #3

2003-04-01 Thread John Yu
rror or VerifyError? Q12: Can I detect if the user presses STOP on the browser? Q13: How to dynamically populate values in a form (e.g. options in a select box) without submitting or refreshing the entire page? -- John Yu --

[ANN] Scioworks Camino 3.0

2003-02-10 Thread John Yu
Announcing Scioworks Camino 3.0, visual modelling tool for Jakarta Struts (v1.0 to v1.1-b3). For general information and list of new features, see http://www.scioworks.net/servlets/ShowPage?pid=48&dp=2 -- John Yu Scioworks Technologies e: [EMAIL PROTECTED]

[ANNOUNCE] Scioworks Collage v1.0 - JSP Previewing Technology

2002-12-03 Thread John Yu
Dear Struts Users, We are pleased to announce the release of Scioworks Collage v1.0, a tool for previewing JSPs in normal browsers without starting any application server or servlet container. Key Features: * Previewing -- Preview JSPs (with custom tags) in normal browsers without deploying

Test

2002-12-03 Thread John Yu
Test -- John Yu -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Co-exist with Old JSP Code

2002-09-17 Thread John Yu
ff >over to Struts. Would this strategy work or have anyone tried this strategy? > >Regards, >David -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Don'

Re: How to use struts tag to display system date and time?

2002-09-12 Thread John Yu
/datetime-doc/intro.html) to display the date time directly. At 10:45 am 13-09-2002, you wrote: >Hi, ALL: > >I want to have system date and time displayed in my web page. Are there is >a way to do it using struts tag? > >Thanks for your help. > >Keven -- John Yu

RE: Reloading struts-config.xml

2002-09-12 Thread John Yu
AM > > To: Struts Users Mailing List > > Subject: Reloading struts-config.xml > > > > > > Hi > > > > I'm new to struts, so I apologize in advance if my question has already > > shown up ... > > > > I would like to know if there is a way to set

Re: RequestProcessor logging cannot be disabled

2002-09-11 Thread John Yu
; >Category class is v. 1.1, Logger is v. 1.2 > > http://jakarta.apache.org/log4j/docs/HISTORY >(about 1/4 way down the page) > >I never could get 1.1 to distinguish levels for me very well. Still >don't know why, but I really should try again some time. -- John Yu

RE: [OT] XML Configuration Files

2002-09-11 Thread John Yu
ns. Once I have this, what is the >best way to have this information loaded on startup? I am thinking of >creating a singleton that manages the different shipping methods. Do better >methods exist? > >Thanks for any help. > >__ >Michael Blake Day >Nextel Communicatio

Re: HOWTO add actions to the Struts "pipeline"

2002-09-11 Thread John Yu
Struts offer that will allow me to plug into the >existing Struts pipeline? > >Thx, >Eric Weiss > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- John Yu Sciowork

Re: html:checkbox problem: set property never get executed.

2002-09-11 Thread John Yu
kbox, though the getRemove() does get >called: > > styleClass="formElementRadio"/> > >* where rating is my value bean within a colletion (logic:iterate). > >Any ideas? or is it a bug? > >Thanks. -- John Yu Scioworks Technologie

Re: Image and properties file question

2002-09-11 Thread John Yu
;To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Ca

Re: Internationalization question.

2002-09-11 Thread John Yu
e Client's locale in the Session. > >Thanks a lot. >Cristian. -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Don't develop Struts Apps without it!&qu

Re: set a value from a form to a form

2002-09-10 Thread John Yu
red in the session. At 02:15 pm 11-09-2002, you wrote: >You do understand me! :) >I use a hidden field now. I was trying to get away from that though so the >user will not see it. I may have to put it in the session. >Any ideas? >thanks, >Mike > >----- Original Message -

Re: document.forms[0].submit()::

2002-09-10 Thread John Yu
anyone please >help me out here -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Don't develop Struts Apps without it!" Copyright (c) 2002 John Yu/Sci

Re: RequestProcessor logging cannot be disabled

2002-09-10 Thread John Yu
ssor logs are still >displayted. > >Thanks, > >Dean Chen -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Don't develop Struts Apps without it!" Copyrigh

Re: more verbose logging

2002-09-10 Thread John Yu
appening. >thanks. > >-- >Vincent Stoessel >Linux Systems Developer >vincent xaymaca.com -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Don't develop Struts

Re: ??? In JSP Error Message Using Struts 1.1 and Multiple Message Re source Files

2002-09-10 Thread John Yu
ResourceBundle bundle = >ResourceBundle.getBundle("com.abc.training.LoginMessages"); > errors.add(ActionErrors.GLOBAL_ERROR, > new >ActionError(bundle.getString("error.login.blankUserIdPassword"))); > >Any ideas on why I&

Re: set a value from a form to a form

2002-09-10 Thread John Yu
ect that populates html fields. The problem is, I want to >display some of the form data and have it uneditable. When I submit the >form loses all the data that is not in an html:.. tag. >I've tried... > scope="request" toScope="request"

RE: Runtime Exception: Cannot find message resources under key (S trut s 1.1 B2 with WebLogic 6.1 SP2)

2002-09-10 Thread John Yu
ttp.HttpServlet.service(HttpServlet.java:740) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > at >weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java >:265) > at >weblogic.servlet.internal.ServletStubImpl

Re: How to user logic:iterate

2002-09-09 Thread John Yu
>.java:1541) > at weblogic.servlet.jsp.JspBase.service(JspBase.java:27) > at > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm >pl.java:265) > >what am I doing wrong? >help! >thanks, >Mike -- John Yu Scioworks

Re: Having multiple properties displayed in the same dropdown list???

2002-09-09 Thread John Yu
hem >displayed in the same dropdown list with a separator, say "--"? -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Don't develop Struts Apps with

RE: Actions and Parameters

2002-09-06 Thread John Yu
Yup. It depends on what visibility (i.e. scope) you want. At 11:38 pm 06-09-2002, you wrote: >I got it working but putting it into the strut-config.xml for the mapping > >-Original Message- >From: John Yu [mailto:[EMAIL PROTECTED]] >Sent: Friday, September 06, 2002 10:44

Re: Actions and Parameters

2002-09-06 Thread John Yu
ontrol would >pass the string to each model. How do I do it in struts? > > > >Johnathan Mark Smith >Divisional Assistant Vice President >Information Systems Division -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: ht

[ANN] Struts Q&A Distilled, Vol#2

2002-09-06 Thread John Yu
in the FormBean. But I got exception coming from RequestUtils.populate(). Why? -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Don't develop Struts Apps without it!"

Re: ActionForms

2002-09-05 Thread John Yu
, you wrote: >How can I make Struts automatically created a ActionForm -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Don't develop Struts Apps without

Re: Problems with sub-applications

2002-09-05 Thread John Yu
nse >of course. > >What went wrong? Did I miss something? I understand that other people got >this >running, but I'm lacking new ideas in this case. > >Thanks for your help. >Best regards, >Heiko Stoermer > > > >-- >Dipl. Inf. (F

RE: global forwards in forms.

2002-09-05 Thread John Yu
> >" > >I thought this was good advice. Also, since a form action is essentially a >link with parameters hidden from the browser's address bar I can't see why >we shouldn't be able to use a global forward here as well. > >-Original Message-

Re: [Tag] tag being interpreted as scriptlet!

2002-09-05 Thread John Yu
ed.NestedRootTag _jspx_th_nested_root_0 = > new org.apache.struts.taglib.nested.NestedRootTag(); > _jspx_th_nested_root_0.setPageContext(pageContext); > _jspx_th_nested_root_0.setParent(null); > _jspx_th_nested_root_0.setName("sitebean"); > >Any suggestions? > >Sri -- Joh

Re: global forwards in forms.

2002-09-04 Thread John Yu
e forward name as the action, >but it throws a servlet exception. > >I'm using Struts 1.1-b2 -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Don't

Re: Struts advantages, Struts alternatives

2002-09-04 Thread John Yu
cle: "The Problems with JSP" > > http://www.servlets.com/soapbox/problems-jsp.html > >Wafer project > > http://www.waferproject.org/ > > > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mai

RE: How to set a varible in a form

2002-09-04 Thread John Yu
septembre 2002 17:43 >À : Struts Users Mailing List >Objet : How to set a varible in a form > > >I have a varible "title" in "SectionForm" >In JSP, before I do > >I want to set the value of "title" base on some condition. >How can I do so in JS

Re: Jakarta Commons Lib ... and Struts

2002-09-04 Thread John Yu
. or does >Struts intend to be a one-stop-shop sort of solution? > >http://jakarta.apache.org/commons/index.html > >Thanks. >Neal -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782

Re: Detect errors in Action

2002-09-04 Thread John Yu
any errors occur in the Action? It >is because i have some objects created in the Action. If there is error, >I need to set the objects into the request becuase the view displayed. > >Thanks! > >Billy Ng -- John Yu Scioworks Technologies e: [EMAIL PROTECT

Re: FW: ASP.NET - similar to Struts?

2002-09-04 Thread John Yu
the ASPX file you would have (a custom >>tag - aspx:field name="x" />) and then in teh aspx file you would set the >>value of the field: form.field(x) = 'xyz'. >>What I am wondering is ... is there a similar mechanism in Struts? or >>must you pull the values via tag (sort of a pull vs push approach it >>seems)... >>Thanks. >>Neal > >-- >John Yu Scioworks Technologies >e: [EMAIL PROTECTED] w: +(65) 873 5989 >w: http://www.scioworks.com m: +(65) 9782 9610 > >Scioworks Camino - "Don't develop Struts Apps without it!" >Copyright (c) 2002 John Yu/Scioworks Technologies. All rights reserved.

Re: Struts - vs XSLT (ASP.NET v. Struts)

2002-09-04 Thread John Yu
vlet, JSP, and XSL). > >?? > >Any thoughts?? >Neal > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- John Yu Scioworks Technologies e: [EMAIL PROTECTE

Re: Send data from servlet to servlet

2002-09-04 Thread John Yu
his large amount of String data? Thanks for any help. -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Don't develop Struts Apps without it!" -- To unsubsc

RE: Call for comments: Method dispatching and access control framework.

2002-09-03 Thread John Yu
security and cover this? > 4) Reduce the number of runtime String lookups (such as when >writing: mapping.findForward( "success" ) ). > Are you worried about performance? > > Philipp K. Janert, Ph.D. janert at ieee dot org > -- John Yu

RE: HTTP request attribute lost due to redirect

2002-09-03 Thread John Yu
s between attribiute and parameter, and >thieir cons and pros? > >Jenny -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Don't develop Struts Apps without it

RE: [BEER] Is it Friday Yet?

2002-08-30 Thread John Yu
lto:[EMAIL PROTECTED]] > > Sent: Thursday, August 29, 2002 3:18 PM > > To: 'Struts Users Mailing List' > > Subject: RE: [BEER] Is it Friday Yet? > > > > > > Je pars du bureau tot pour obtenir une biere. > > > > -Ori

Re: [OT ARTICLE] JavaServer Faces on theserverside

2002-08-29 Thread John Yu
theserverside.com/home/thread.jsp?thread_id=15227 > > > >Can you tell these interviews were taped quite a while ago? :-) No wonder it looks yellowish on my PC. Initially I thought it was the WMP. :-) >Craig R. McClanahan >Specification Lead, JSR-127 (for those who didn't

Re: passing as arguments

2002-08-29 Thread John Yu
oing something like this > <%=Dlookup.dlookup("site", property="siteCode" />)%> >and it doesnt seem to work whats the correct way to do this. -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(6

Re: confusion about view part!!!

2002-08-29 Thread John Yu
bulky javascript and stylesheets) into struts? > >Also, designers are used to make pages using frames, so is there any >problem using frames in struts or templates (or tiles) is better option? > >Please help me to sort out. > >Thanks in reading the mail. > >Amit Badheka. -- Jo

Re: Redirect and ActionErrors don't play together--is there another way?

2002-08-28 Thread John Yu
h create.do, which is wrong. The >redirect solves this problem, except for error cases. If creation fails, >I want to display an error message on the table screen. But all >ActionErrors associated with the request are lost when I redirect. > >Any workarounds? -- John Yu

Re: JBUILDER keeps deleting the directory: WEB-INF/classes

2002-08-28 Thread John Yu
keys from the >now deleted file. > >I had it working, but now this is happening. > >Using struts 1.0, JBuilder 6 with TomCat > >Any ideas? > >Cheers. > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mai

RE: struts-config windows 2 unix?

2002-08-28 Thread John Yu
struts-config windows 2 unix? > > >Is it common to find xml validation errors, when editing struts-config.xml >on window$, then trying to deploy the app on unix? >With vi, I notice the extra control char's in the file. On unix, the >database source mapping appears to work,

RE: Tag Confusion

2002-08-28 Thread John Yu
At 03:40 pm 28-08-2002, you wrote: >Change to >or you could use This being the better form as it will call your action class. > >Joe Be careful that using will not setup the sub-application context correctly. Therefore, you should not use it in subapps.

Re: What if you need all your dispatchAction methods to call a common method?

2002-08-26 Thread John Yu
e of the bean in the session in every single >dispatchAction method. > >Thanks for any ideas. >-- >Rick -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "

Re: Message Resources Placement

2002-08-26 Thread John Yu
on")); %> >>and it printed "config file = null". >>Also, if I try to display a message then it gives a "message with key XXX >>not found", as I would expect, given the above behavior. >> >> >>-- >>To unsubscribe, e-mail: >><mailto:[EMAIL PROTECTED]>

Re: newbie:way to avoid restarting tomcat

2002-08-20 Thread John Yu
es... and go over the same >process again and again. > >Does any of you have ideas on how to shorten >this cycle? > >Or is there a way to avoid restarting >tomcat everytime i made a change aside from setting >the reloadable="true" in tag

[ANN] Struts Q&A Distilled, Vol#1

2002-08-19 Thread John Yu
es contain braces "{" which are confused as formatting arguments. What can I do? Q10: How to stream binary data (e.g. *.xls) back to the user from an Action? -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.sciowo

RE: when to use Struts

2002-08-18 Thread John Yu
useful tools such as a connectionPool for JDBC, and some > > XML parsing tools. > > > > Aside from these things, what makes Struts useful? I guess what I am > > ultimatley wondering is if the time saved by using Struts will be eaten up > > by the time it takes me to lea

Re: How to break up a Page (64K problem)

2002-08-18 Thread John Yu
and doesn't lead to incredibly ugly unmaintainable code. > >Thanks, Norman -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Don't develop Struts Apps without

Interoperability of Struts and SOAP [Was: Is Struts suitable for Java client?]

2002-08-14 Thread John Yu
ruts-based applications that can make their underlying information >available via both interactive apps as HTML, and web services using SOAP >formats? And be interoperable with JAX-RPC? I would like that also. >Stay tuned ...) -- John Yu Scioworks Technologies

Re: Is Struts suitable for Java client?

2002-08-13 Thread John Yu
>Leslie > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Don't develop Struts Apps without it!"

Re: Retrieving elements in order

2002-07-14 Thread John Yu
instead of a Map). Or use something like SequencedHashMap from commons-collections (nightly-build). >Craig -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Don'

Re: [ANNOUNCE] Scioworks Camino v2.0

2002-07-11 Thread John Yu
Support for Validator is one of planned features in v2.1. Stay tuned. :-) At 09:15 am 11-07-2002 -0400, you wrote: >How about support for Tiles & Validator? > >- Original Message - >From: "John Yu" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]&g

[ANNOUNCE] Scioworks Camino v2.0

2002-07-11 Thread John Yu
Dear Struts Users, We are pleased to announce the release of Scioworks Camino v2.0, a visual tool for Struts application development. You can download Camino v2.0 from: http://www.scioworks.net/servlets/Redirect?pid=15&dp=2 What's new in v2.0: * Supports Struts 1.1 features - Manages m

Re: [ARTICLE] Issues in Struts Adoption

2002-07-09 Thread John Yu
Sorry about the spelling error and outdated info, Craig. It's fixed now. At 10:08 am 09-07-2002 -0700, you wrote: >On Tue, 9 Jul 2002, John Yu wrote: > > > > > A new article "Issues in Struts Adoption" is available at: > > > > http

[ARTICLE] Issues in Struts Adoption

2002-07-09 Thread John Yu
direction and long term viability of the Apache Struts Framework. -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional

[ANNOUNCE] Scioworks Camino v1.0

2002-01-13 Thread John Yu
uto Layout wizard to arrange nodes on the Storyboard * Auto-scrolls when user drags a node towards the edges * Auto-expands the canvas when a node is place closed to the edges * Drag on the empty space with CTRL key pressed will drag the canvas * Printing of Storyboard

Re: accessing EJB components from a Struts application?

2001-12-18 Thread John Yu
nted view correct/recommendable, or have I probably missed >some important developments concerning the Struts<->EJB issue? >Besides selected threads of this mailing list, are there any >instructive resources/links regarding the topic? > >Regards, > >-- >Thomas Corte &

Re: Using

2001-12-18 Thread John Yu
er so >select a file from the file system, then I need to take that file and save >its content into an Oracle clob or blob field (not certain about the field >type). Thanks! -mel h -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: h

Re: *.do URI references

2001-12-18 Thread John Yu
ons : > > > > > >Is the ".do" a real physical address or is it a logical address relevant >only to the struts servlet? > >Thanks > >Gary -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w:

Re: maxlength

2001-11-22 Thread John Yu
gt;me how to give a restriction on input characters on text area field > >thanks a lot in advance >mahesh > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- John Yu

Re: Design question - Action Form vs Business Delegates/Value Obj ects

2001-11-22 Thread John Yu
> > >Thank you! > > > > > > > > > >Andrej > > > > > > > > > >PS. if you're interested, I can share the simple mapper. It's a very > > small > > > > >mapper (less than 15k) that works fine with my app

Re: query

2001-11-22 Thread John Yu
TS >perspective: > >Passing form data from one .jsp to another without sharing a common bean. > > >Regards >Sai -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino

Re: inconsistency between and

2001-11-12 Thread John Yu
SP pages NEVER reference physical locations but logical >action names only. > >-- >Fyodor Golos >ResGen, Invitrogen Corporation >2130 Memorial Pkwy, SW >Huntsville, AL 35801 >Phone: 800-533-4363 >Direct: 256-327-4297 >Fax: 256-536-9016 -- John Yu Sciow

Re: WAR file???

2001-11-12 Thread John Yu
e war file,that can be specified for >executing with struts, >http://localhost:8080/warfile > >is there any other way,other than war file. > >Thank you in advance.. > >with regards, >ciju >cijukurian -- John Yu Scioworks Technologies e:

RE: just curious

2001-11-11 Thread John Yu
type in http://localhost:8080/ApplicationName in ur browser after starting Tomcat. you can select a name of the sample application which are given as war(Web Application archive) files. war file name is the name of the application itself. -Original Message- From: Ciju Kurian [mail

Re: can't understand the struts example documentation

2001-10-31 Thread John Yu
web.xml file I can't work out how the flow control works. > >Is this part of the documentation wrong, or I am I missing something? > >If you think its wrong, can you tell me how it should read or more >importantly how the control flow actually works? > >Thanks -- John

Re: Multiple resource files

2001-10-30 Thread John Yu
Resources > > > application > com.abhi.hello.HelloWorld2Resources > > > > >But my jsp pages do not find any of the keys defined in the resources files. >If I define only one file and put everything there then everything works >fine. > >regards, >Abhishek. -- John Yu

Re: Capturing MVC detailed design in UML - Best approach?

2001-10-30 Thread John Yu
eers >Greg > > > >_ >Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands

Re: html:link page or forward?

2001-10-27 Thread John Yu
e difference between using the page and forward attributes of >the html:link tag? > >Thanks > >Chiji -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Rapid WebApp Assembly for Struts"

Re: Different Actions calls in one Tag

2001-10-27 Thread John Yu
;shall be transmitted.) > >See example below how I imagine this (finally the action "actionName.do" >shall be called instead of "/dummy.do" > >name="TestIterateForm"> > >

Re: default scope for struts actions

2001-10-27 Thread John Yu
> >see this in ActionMapping.java > > /** > * The identifier of the scope ("request" or >"session") under which the > * form bean associated with this mapping, if any, >should be created. > */ > protected String scope = "session"; &g

Re: HowTo: How can I acces the index of a iterator-tag within a logic-tag ?

2001-10-27 Thread John Yu
Use indexId, At 12:46 pm 26-10-2001 +0200, you wrote: >Hi, > >How can I acces the index of a iterator-tag within a logic-tag ? > > > Index over 0 > > > >THANKS ! -- John Yu Sc

Re: Design consideration: Client side validation

2001-10-26 Thread John Yu
of the design principles for >struts? Is it a good practice to use use JavaScript to >do this? What are the possible ways to do this? > >TIA, > >Hitesh. > >__ >Do You Yahoo!? >Make a great connection at

Re: java IDEs

2001-10-26 Thread John Yu
are there any free Java IDEs >available, which are relatively easy to use? Nothing too flash, just >something to make all the boring monotonous developing tasks simpler and >quicker. > >Thanks > >Peter -- John Yu Scioworks Technologies e: [E

Re: This list NEEDS a FAQ

2001-10-26 Thread John Yu
AIL PROTECTED] Please include FAQ in the subject. Thanks. > >Mindaugas Idzelis -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Rapid WebApp Assembly for Struts"

Re: Does struts spawn a new action class for every user?

2001-10-26 Thread John Yu
time a user calls the action? > > Any feedback would be very helpful, > > Thanks, > >- Greg -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Rapid WebApp Assembly for Struts"

Mailing list congestion?

2001-10-26 Thread John Yu
I found the mailing list very slow. Messages I post only appears on the next day. Is it only me? -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Rapid WebApp Ass

Re: Flash button and forms with struts

2001-10-26 Thread John Yu
e also want to leverage the > > > Flash forms/buttons already present with us. > > > > > > The decision of whether to use struts or not hinges on > > > the fact "how easily can we integrate Flash components > > > in struts". > > > > > > TIA, > > > > > > Hitesh. > > > -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Rapid WebApp Assembly for Struts"

Re: default scope for struts actions

2001-10-26 Thread John Yu
Chiji, Yes, the default scope is request. Btw, the scope is for the ActionForm (aka FormBean) assoicated with the Action, not for the Action itself. At 10:48 am 25-10-2001 +, you wrote: I am right to think that the default scope for the struts action is request? Thanks Chiji -- John Yu

Re: Struts 'n Expresso

2001-10-26 Thread John Yu
0, you wrote: Hi, I'm new to Struts and happen to come across Expresso too. I wonder what're the differences between the 2 framework? What're the strength and weakness of each framework? Thank you. Best Regards, Ho Chin Hwang -- John Yu   Scioworks Technologies e:

Re: ActionErrors.add

2001-10-26 Thread John Yu
rror("error.login2")); Is the first errors is overloaded by the second error ? -- John Yu   Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com  m: +(65) 9782 9610 Scioworks Camino - "Rapid WebApp Assembly for Struts"

Re: how to bean:define for a static method

2001-10-25 Thread John Yu
y(A a) { // the Arraylist will contain B objects ... } I don't know how to code the bean:define to get this ArrayList out.  I can get the instance of A with this: ... Please help.  Thanks for your time. Thinh -- John Yu   Scioworks Techn

Re: adding /viewing messages like errors

2001-10-25 Thread John Yu
delete or destroy the message. Thank you. -- John Yu   Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com  m: +(65) 9782 9610 Scioworks Camino - "Rapid WebApp Assembly for Struts"

Re: Example Site Built using Struts

2001-10-25 Thread John Yu
reply to the list or direct to me. Many thanks, Robin. -- John Yu   Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com  m: +(65) 9782 9610 Scioworks Camino - "Rapid WebApp Assembly for Struts"

Re: Showing image beside fields with errors

2001-10-25 Thread John Yu
the page (like standard html:errors tag does) and within the body of the form include just a single image before each field in error, simply to use as an indicator. Thanks, Michelle From: John Yu <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Showing image

Re: Real time web page?

2001-10-25 Thread John Yu
ay provide real-time data pushing. But I'm not sure. At 12:16 pm 24-10-2001 -0400, you wrote: Hi everyone.  We are starting a new project and have a requirement for real-time updates in a web browser.  Does anyone know of any tools that allow for this, apart from appl

Re: View-Document approach

2001-10-24 Thread John Yu
sn't works   Is this the correct approach? Thanks for any suggestions,     Nicolas   "> -- John Yu   Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Rapid WebApp Assembly for Struts"

Re: html:link forward question

2001-10-24 Thread John Yu
e form submitted to the form bean in the process.  Is this this possible or do I just have the wrong idea. Please help. Thank you for your speedy response. Lisa _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp --

Re: Creating your own ActionForm inside of an Action

2001-10-24 Thread John Yu
uot;, customerInfoObj); Struts should populate the form for you. One more thing is, Struts can only populate fields, not 'native' html . I've tried quite a few different approaches and can't seem to make it work.  Is this possible?  Any suggestions? Thanks, Tony Li -- John Yu 

Re: Showing image beside fields with errors

2001-10-24 Thread John Yu
eld in error when clicked. Has anyone been able to do this? Any ideas? Sample code? Thanks, Michelle [EMAIL PROTECTED] -- John Yu   Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Rapid WebApp Assembly for Struts"

Re: how to call method with struts tag?

2001-10-22 Thread John Yu
p_name of bean row Possible reason is that as you pointed out, MyBean.java is wrong, but as long as I investigate I can't find any problem... Can you please try to look at this? All the best, Ken -- John Yu   Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com   m: +(65) 9782 9610 Scioworks Camino - "Rapid WebApp Assembly for Struts"

Re: Getting the value of onject in the iterate....

2001-10-22 Thread John Yu
s an SSN property. is it possible to add the following inside the iterate tag     <%=Patients.getAccount().getSsn()%>The reason I ask, is I want to pass the SSN to Javascript in an Onclick event.   Thanks.   -- John Yu   Scioworks Technologies e: [EMAIL PROTECTE

Re: Setting up the Struts framework on Oracle JDeveloper ?

2001-10-22 Thread John Yu
ion=dev You may want to search the mail archive for more info. -- John At 09:54 pm 22-10-2001 -0400, you wrote: Techies,   Can any one share there experience in setting up the Struts framework on the Oracle JDeveloper ?   Thanks In Advance,   Sameer Mahajan -- John Yu   Sciowor

Re: how to call method with struts tag?

2001-10-22 Thread John Yu
ServletException: No getter method for property value of bean myObj ... .. ...any suggestion? Many thanks, Ken --- John Yu <[EMAIL PROTECTED]> wrote: > Ken, > > > > > > This should do the job. > -- > John > > At 02:56 am 22-10-2001 -0700, yo

  1   2   >