RE: Detrmining which module from within JSP

2004-04-18 Thread Kunal H. Parikh
Hey All! Just for the record, (Incorrect) ^^ Along a similar note, how would one work out the name of the tile definition being processed ? Any ideas ? TIA, Kunal -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Monday, 19 April 2004 16:03 To:

Re: Detrmining which module from within JSP

2004-04-18 Thread Craig McClanahan
Kunal H. Parikh wrote: Hi All! Craig's suggestion works great! However, it appears to me that dot delimited request variable names don't work with the JSTL. Eg: The above prints nothing and therefore a .prefix also fails. Does anyone know if this is a JSTL bug, or is there something that need

RE: Detrmining which module from within JSP

2004-04-18 Thread Kunal H. Parikh
Hi All! Craig's suggestion works great! However, it appears to me that dot delimited request variable names don't work with the JSTL. Eg: The above prints nothing and therefore a .prefix also fails. Does anyone know if this is a JSTL bug, or is there something that needs to change in struts?

RE: [OT] Oracle JDev 10g Final (9.0.5.1 build 1605) is out!

2004-04-18 Thread Iwan Soenarto (IT)
Hi, I am trying to download Jdeveloper10g, but the link is broken. Any other link I can try ? Thanks Iwan S -Original Message- From: Amjad Shahrour [mailto:[EMAIL PROTECTED] Sent: Sunday, April 18, 2004 5:54 PM To: 'Struts Users Mailing List' Subject: RE: [OT] Oracle JDev 10g Final (9.0

RE: [OT] Oracle JDev 10g Final (9.0.5.1 build 1605) is out!

2004-04-18 Thread Vijay.Nair
Fantastic.tool... Just one questionan ear created out of this will work on 9ias right? -Original Message- From: Amjad Shahrour [mailto:[EMAIL PROTECTED] Sent: Sunday, April 18, 2004 4:24 PM To: 'Struts Users Mailing List' Subject: RE: [OT] Oracle JDev 10g Final (9.0.5.1 build 1605

RE: basic problem in java (likely is a CLASSPATH problems on Windows)

2004-04-18 Thread David Friedman
Ancient Chinese Secret (as the 70's/80's commercial goes): In Windows environments (for me in NT 4.0 and XP Home edition), you can't use "long" windows pathnames. They must be of the 8.3 variety. Do a "dir /x" in c:\ and see what is listed for c:\jdk1.3.1. I tried it on mine and it came up with

DispatchAction / DynaValidatorForm / Upload best practice

2004-04-18 Thread Stephane Bailliez
I'm fighting to find a clean solution to the following problem and hope that the experts out there can provide Context: - File upload size limit set via the struts controller - DynaValidatorForm with properties (id, dispatch, file) - CRUD action create/read/update/delete via DispatchAction - c

Re: html:form

2004-04-18 Thread Christian Bollmeyer
On Sunday 18 April 2004 16:30, as as wrote: Hi, >Thanks for the reply. I am submitting both the forsm... Probably, but where? >so does only one submitted form end up in the request? Yes. >Here is my code briefly:   > type="com.PrincipalForm" >   >   >     >       ID #: >     >     >    

Re: what should i do to set the session in the pageContext in a Action class?

2004-04-18 Thread Nathan Maves
You might want to read up a little more in the jstl spec. When using jstl there is no need to specify the scope. Just use something like this will check if the login_user is null. The tag will search through all the the scopes. (i.e. page, request, session, application) Hope this helps.

Re: Struts Application Security within the Controller Layer

2004-04-18 Thread Nathan Maves
What errorthat looks like the normal startup messages of tomcat to me. Nathan On Apr 18, 2004, at 6:15 AM, [EMAIL PROTECTED] wrote: Hi All,  I have installed  Tomcat server on my machine and tried to start it using    startup.bat  im getting following  error C:\Tomcat\catalina\src\bin>st

Re: Struts, Business Logic, DAOs

2004-04-18 Thread Erik Price
On Apr 15, 2004, at 1:13 PM, Paul Barry wrote: I doesn't seem like this logic belongs in the DAO either, because if you don't want that kind of logic mixed in with code to get the data out of the database. Does it belong in the business objects, maybe by expanding the Widget object like this?

Re: EJB+STRUTS Architecture

2004-04-18 Thread Erik Price
On Apr 16, 2004, at 12:01 AM, Rajesh, Harikrishnan (H.) wrote: Does some body throw me light on how to architect an application with EJB+STRUTS for Websphere+Oracle environment. It would be very much of help to me if anybody has some sample architecture or sample application. If you have some samp

Re: html:form

2004-04-18 Thread as as
Thanks for the reply. I am submitting both the forsm...so does only one submitted form end up in the request? Here is my code briefly: ID #: " property="last" /> Christian Bollmeyer <[EMA

Re: A better exception-handling strategy?

2004-04-18 Thread Frank Burns
Craig, Your suggestion planted a seed with me that has grown into a perfect solution. Thanks, Frank. - Original Message - From: "Craig McClanahan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, April 18, 2004 1:42 AM Subject: Re: A better exception-h

RE: basic problem in java

2004-04-18 Thread birendar . waldiya
its simple program im  posting it , actually everthing was working fine   but i tried to work with a  program that  was ment for running sqlloader using my java program.. suddenly what happen  kept me in puzzled situation.. after which a simple program like foollowing wasnt compiling :(( the pr

Re: Struts Application Security within the Controller Layer

2004-04-18 Thread birendar . waldiya
Hi All,  I have installed  Tomcat server on my machine and tried to start it using    startup.bat  im getting following  error C:\Tomcat\catalina\src\bin>startup Using CATALINA_BASE:   C:\Tomcat\catalina\src Using CATALINA_HOME:   C:\Tomcat\catalina\src Using CATALINA_TMPDIR: C:\Tomcat\catalin

RE: basic problem in java

2004-04-18 Thread Max Cooper
Post the contents of your jaba1.java file up to and including the "import java.io.*;" line. You might have the import statement in the wrong place. -Max On Sun, 2004-04-18 at 00:16, [EMAIL PROTECTED] wrote: > My Classpath variable is set to : > C:\jdk1.3.1\bin;c:\jdk1.3.1\lib\tools.jar;c:

Re: A better exception-handling strategy?

2004-04-18 Thread Irfandhy Franciscus
Hi Craig, This is the first time I heard of the tag. Is this a struts tag ? So far I know that struts provide a neat exception handling, I seldom use this but perhaps youcan try it out Frank : Cheer's, e-null Craig McClanahan wrote: You might want to experiment with the standard except

RE: [OT] Oracle JDev 10g Final (9.0.5.1 build 1605) is out!

2004-04-18 Thread Amjad Shahrour
Just wanted to say my toughts about Jdeveloper10g. Simply it is GREATE!!. And there is no other IDE that can even compete with it. *It has everything that I need. * extraordinary performace ( I cant believe its pure java ;) ) * very very very organized. * I feel very comfortable when I use it.

Re: [OT] Oracle JDev 10g Final (9.0.5.1 build 1605) is out!

2004-04-18 Thread Duncan Mills
Eric it's a pure Java App - you can run it on Mac, Linux or whatever - plenty of people did run the Preview on Mac without too many problems - if you have any problems or issues just post them on OTN. Regards Duncan Mills Senior Principal Product Manager Oracle Application Development Tools [EM

RE: basic problem in java

2004-04-18 Thread birendar . waldiya
My Classpath variable is set to         : C:\jdk1.3.1\bin;c:\jdk1.3.1\lib\tools.jar;c:\jdk1.3.1\lib\rt.jar;c:\Drivers\classes111.zip;c:\Drivers\classes12.zip;c:\Drivers;c:\biren\java JDK is installed   C:\jdk1.3.1 can you please help me ?? Birendar Singh Waldiya "David Friedman" <[EMAIL