[Logic Tag] Can This work

2003-03-28 Thread Puneet Agarwal
Unfortunately, this did not work, mostly because this will substitute the value at a later stage than required. We need some other solution to this Any more clues !!! James Mitchell Suggested: Did you try this? ---

RE: Do Struts increase developer productivity?

2003-03-28 Thread Jacob Hookom
I think you can do the "kid in a candy store" thing with Struts all too easily. As with any project, make sure you set your goals in a design doc, just because struts can do it, doesn't mean you should do it. I had a project hit a wall because my boss kept asking if I could do this and that, "yea

Re: Can This work

2003-03-28 Thread James Mitchell
On Sat, 2003-03-29 at 00:58, Puneet Agarwal wrote: > > Oh Yes I did, But I work in JDeveloper it did not run giving error as > illegal start of expression > I then tried all combinations like escaping the double quote, single quote > etc etc but to no rescue.. Oops, forgot one thing... > >

[ANN] Tablib

2003-03-28 Thread James Mitchell
I just commited a new project by Mohan Kishore <[EMAIL PROTECTED]>. He developed and contributed this (very cool IMHO) new build target. It allows us to generate 2 new types of taglib documentation. * TaglibDoc This is a JavaDoc-like set of html and css files for browsing the taglib docu

Re: Can This work

2003-03-28 Thread Puneet Agarwal
Oh Yes I did, But I work in JDeveloper it did not run giving error as illegal start of expression I then tried all combinations like escaping the double quote, single quote etc etc but to no rescue.. Regards, Puneet Agarwal Ext: 1031 Struts ... Action ... Struts in Action ... Action in Struts ..

RE: SUGGESTION: Transaction token creation control in struts-config.xml (LONG)

2003-03-28 Thread Edgar Dollin
There is a session token which you can use for enforcing transaction integrity built into struts already. It is also a piece of cake to custom code your own if you want finer grained control. Edgar > -Original Message- > From: Igor Shabalov [mailto:[EMAIL PROTECTED] > Sent: Friday, Marc

Re: Can This work

2003-03-28 Thread James Mitchell
On Sat, 2003-03-29 at 00:11, Puneet Agarwal wrote: > Can this work > > Did you try this? > > I want to give the "type" at run time to make a re-usable TILE for our > application. > > Complete code is shown below. > > --

Can This work

2003-03-28 Thread Puneet Agarwal
Can this work I want to give the "type" at run time to make a re-usable TILE for our application. Complete code is shown below. <%@ taglib uri="/tags/struts-bea

REPEAT: Tiles "put" attribute "beanScope" not found in DTD - is this right?

2003-03-28 Thread Richard Mixon
Sorry, to repost, but this seems like a bug. No? >>> Hi. We are trying to use the "beanScope" attribute. The Tiles documentation that comes with Struts 1.1rc1 says that both the definition and put tags support "beanScope". When I use it we get the following error when Tomcat 4.1.18 starts up: ...

Re: Struts In Action - Artimus 1.0 example - SQLException

2003-03-28 Thread Jeff Kilbride
Not sure it's worth the time trying to debug. Just using it as an example. I'm using the war file downloaded from the book's site with no modifications to the Artimus or Scaffold code. Scaffold seems pretty interesting, but I'm wondering if this is a flaw. I'd be surprised if anybody else working t

Re: Struts In Action - Artimus 1.0 example - SQLException

2003-03-28 Thread Navjot Singh
can't say buddy as i don't have these examples with right now. but try to look in here (in order), you will find the cause. org.apache.artimus.article.Access.findAll() org.apache.commons.scaffold.sql.AccessBase.findCollection() org.apache.commons.scaffold.sql.ResultSetUtils.getCollection() -navj

Re: Struts In Action - Artimus 1.0 example - SQLException

2003-03-28 Thread Jeff Kilbride
Ok, so this is a problem with either the Artimus example code or Scaffold? Any ideas for tracking it down? Thanks, --jeff - Original Message - From: "Navjot Singh" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, March 28, 2003 7:46 PM Subject: Re: Str

Re: Struts & Pager Tag Library

2003-03-28 Thread Navjot Singh
you may want to give it a try -- http://jsptags.com/tags/navigation/pager/ - Original Message - From: "Robert Taylor" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, March 29, 2003 12:44 AM Subject: RE: Struts & Pager Tag Library > Hmmm... Searchi

Re: Do Struts increase developer productivity?

2003-03-28 Thread Navjot Singh
here are my 2 cents to this discussion ;-) Initially, the development with struts can be slow. I won't say Struts is complex, it is easy but to create a simple form submission you got to have quite a number of files in set up. But slowly the things get sunk into your mind and then it's real fast p

Re: Struts In Action - Artimus 1.0 example - SQLException

2003-03-28 Thread Navjot Singh
this error comes WHEN you try to read from the Result Set after result set OR statement OR connection is closed for the query fired. HTH - Original Message - From: "Jeff Kilbride" <[EMAIL PROTECTED]> To: "Struts User" <[EMAIL PROTECTED]> Sent: Saturday, March 29, 2003 9:11 AM Subject: Str

Struts In Action - Artimus 1.0 example - SQLException

2003-03-28 Thread Jeff Kilbride
Hi All, I'm working my way through the Artimus example in "Struts In Action". I was able to create the resources and I can see the tables in my MySQL database. The "Add Article" and "Find articles by [Title | Author | Content]" functions work, but the "Find articles by ID" and "List articles poste

Re: Too much wine tonight?

2003-03-28 Thread Ian Hunter
Don't you mean this("taxi_limo" + day) = ... see the dot after "this" in your example? Start drinking scotch, it helps a lot... lol - Original Message - From: "Mark Galbreath" <[EMAIL PROTECTED]> To: "struts" <[EMAIL PROTECTED]> Sent: Friday, March 28, 2003 6:48 PM Subject: Too much win

Too much wine tonight?

2003-03-28 Thread Mark Galbreath
Why doesn't this compile? reset()... this.("taxi_limo" + day) = Constants.FLOAT_DEFAULT; ... mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Fwd: Re: SUGGESTION: Transaction token creation control in struts-config.xml (LONG)

2003-03-28 Thread Igor Shabalov
Mailing list eats the attachments, sorry... I just like this picture :-) --- Forwarded message --- From: Igor Shabalov <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: SUGGESTION: Transaction token creation control in struts- config.xml (LONG)

MVC + Validation tips?

2003-03-28 Thread James Higginbotham
Hi, After searching the archives, I couldn't find an email that described a good solution to my question, and Ted's sample chapter on Validation didn't touch on it either. I have an action that is called which prepares the appropriate data and forwards to a JSP which contains a struts form. I have

Re: SUGGESTION: Transaction token creation control in struts-config.xml (LONG)

2003-03-28 Thread Igor Shabalov
Good use case! I put it into attachment... Best, Igor. On Fri, 28 Mar 2003 16:53:15 -0600, Steve Stair <[EMAIL PROTECTED]> wrote: I've got a use case to edit an existing user. I've extended the ForwardAction class to make one that forwards after creating a transaction token. Whe

Re: Do Struts increase developer productivity?

2003-03-28 Thread Igor Shabalov
I 100% agree, Struts is good staff for use by the end of the day, but it can slow development process. So, can we do something to reduce that “backslash”? My answer is – yes, by introducing tools that helps developers to “fight” with Struts complexity. Can Struts be better from functional pro

SUGGESTION: Transaction token creation control instruts-config.xml (LONG)

2003-03-28 Thread Steve Stair
I've got a use case to edit an existing user. I've extended the ForwardAction class to make one that forwards after creating a transaction token. When the user clicks on a link to edit a user's data, they are first sent to an action that only loads the user data into the form. This action can be

Re: Do Struts increase developer productivity?

2003-03-28 Thread Igor Shabalov
Oh, my company already has one (MVC framework) :-) My concern is – using Struts tags force me to write too much “characters” into JSP, then “not using” Struts tags. This is, of cause, mostly about html: logic: or bean: tags. So far I have much less transparent code in JSP, bigger (in terms of

Re: Do Struts increase developer productivity?

2003-03-28 Thread Mark Zeltser
Plus all QA work each of us does by testing struts in different environments. Igor, In our experience, struts will decrease initial productivity due to the learning curve. However, this will be time well spent, assuming you will be getting maintainable application, plus struts is widely used, so

Upgrading to Struts 1.1

2003-03-28 Thread Mark Silva
hello all, i am currently trying to move my Struts 1.0 application to Struts 1.1. What is the easiest path along that migration? Is there a utility to convert the 1.0 struts-config.xml to 1.1 syntax? any other issues i need to be concerned with, other than copying the appopriate jar and tld f

RE: [OT] Contract Work: Going Rate?

2003-03-28 Thread Assenza, Chris
That's really over-generalized. Those statistics cannot be so broadly applied to the market. 100,000 available jobs in IT can mean anything from network admins to programmers or perhaps help desk / customer-support people. I also think you'd need to compare the number of tangible programming posi

Re: [Q] Need example - how to edit tables?

2003-03-28 Thread Mark Zeltser
Michael, Deploy struts-example.war. The answers are there. Mark. [EMAIL PROTECTED] wrote: > would be nice if any one give me an example how to do it. Pls > > in format like as: > > 1. Action class: > > // set the list > ... > ArrayList theList = getTheList(); // get list of beans > ... > myForm

RE: html:form tag - specify rendered action

2003-03-28 Thread Kuntz, Tim
Exactly. Hmmm.. I didn't think of a JavaScript solution but that might be an option I could investigate. After looking at the source for the html:form taglib, I think my best bet is extending the tag class and updating the tld to allow for an additional attribute that handles my specific business

Re: Do Struts increase developer productivity?

2003-03-28 Thread David Graham
I don't have real numbers but thousands of hours of work from many highly paid software engineers has gone into Struts. Say an average developer gets $50/hour * 2000 hours (probably low) = $100,000. Does your company or your clients want to pay that much to develop their own framework? David

[Q] Need example - how to edit tables?

2003-03-28 Thread michael . korolyov
would be nice if any one give me an example how to do it. Pls in format like as: 1. Action class: // set the list ... ArrayList theList = getTheList(); // get list of beans ... myForm.setTheList(theList); ... // get (read from JSP / Form) the list ??? ... 2. MyForm class ... private ArrayList

Do Struts increase developer productivity?

2003-03-28 Thread Igor Shabalov
Hello, all! Do anybody have any data how using Struts can increase (or decrease) developer productivity. I mean, for example, “using Struts” can save up to xx% of development cost. Or save up to xx% of development effort (in terms of number of lines of code) etc. And, if Struts really help, w

Re: Display tag conflict with lookup()

2003-03-28 Thread Susan Bradeen
Alright! I've made progress. :) I must have started with a cobbled-up version of the improvements Rick Reumann made to the Display Tags, because (in the archives) he made it sounds so easy! Thank you, Rick, for giving me something to start with anyway. This is how I got it to work for me: My

RE: [OT] Taglib reference and IntelliJ

2003-03-28 Thread Jagadeesan,Sivakumar
What advantage you get by that ?!?! Infact it is going to difficult , as you have to manually include all the FormBeans that this use case needed in the Compile FileSet To answer your question , Yes you could have "Build File per Use Case" --Siva Jagadeesan -Original Message- From: Balra

Re: [OT] Taglib reference and IntelliJ

2003-03-28 Thread Balraj Goulikar
hi, i m having a project which is designed from use cases. can i build files per use case. is the sentance make any sense "bulid files per use case". the formbeans are all inter related. balraj - To unsubscribe, e-mail: [EMAI

RE: [OT] Taglib reference and IntelliJ

2003-03-28 Thread Jagadeesan,Sivakumar
Mine is more complicated My Project Structure is this + Site ---> +Web ---> WEB-INF struts-bean.tld I added the URI and location in the Resource. Buut no Change -Original Message-

RE: [OT] Taglib reference and IntelliJ

2003-03-28 Thread Melissa L Kelley
On Fri, 28 Mar 2003, Steve wrote: Hmm, strangeness because I don't have one either. My project is set up like projectname ->src ->jsp ->lib ->conf ->xml ->tld ->properties ->bin (where the IDE puts compiled classes) ->build (where ant assembles my web app) Then, when I n

RE: [OT] Taglib reference and IntelliJ

2003-03-28 Thread Steve
This was resolved off the list since it was OT. Since others seem to have come across this as well, here is a copy of the thread that helped make sense of this for me. Hope it helps. -- -- -Original Message-

RE: How to upload multiple files??

2003-03-28 Thread Jagadeesan,Sivakumar
OKAY I got it now :) Thanx a lot for your patience Eva --Siva Jagadeesan -Original Message- From: Eva Sager [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 2:00 PM To: 'Struts Users Mailing List' Subject: RE: How to upload multiple files?? Then make the data in the list box be t

RE: [OT] Taglib reference and IntelliJ

2003-03-28 Thread Jagadeesan,Sivakumar
Could you tell how u did this ? --Siva Jagadeesan -Original Message- From: Steve [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 1:58 PM To: 'Struts Users Mailing List' Subject: RE: [OT] Taglib reference and IntelliJ Thanks all. Seems it had to do with not having the WEB-INF dir

RE: How to upload multiple files??

2003-03-28 Thread Eva Sager
Then make the data in the list box be the list from the form... where all your FormFiles end up after importing. When you user removes a Formfile, you remove it from the list... -Original Message- From: Jagadeesan,Sivakumar [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 2:53 PM T

RE: [OT] Taglib reference and IntelliJ

2003-03-28 Thread Steve
Thanks all. Seems it had to do with not having the WEB-INF dir structure in my project dir. I was having ant create this for me. IntelliJ didn't like that :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Melissa L Kelley Sent: Friday, March 28, 2003 2:4

RE: [OT] Taglib reference and IntelliJ

2003-03-28 Thread Jagadeesan,Sivakumar
It still does not stop this problem :( Also I in build.xml, I am getting error in the editor for the targets that I created using Taskdef -Original Message- From: Melissa L Kelley [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 1:49 PM To: Struts Users Mailing List Subject: Re: [

RE: How to upload multiple files??

2003-03-28 Thread Jagadeesan,Sivakumar
Eva: I am sorry I do not understand My requirement is this, The user can enter some of the details about him/her. Then he/she could upload 0 or more photos. (I want something like Hotmail attachment screen. Where user could just browse and add a file. Once he adds a file, he could see the file n

Re: [OT] Taglib reference and IntelliJ

2003-03-28 Thread Melissa L Kelley
On Fri, 28 Mar 2003, Steve wrote: You need to add your tld as a resource. Go to Options -> IDE Settings -> Resources. Then add them one at a time. Example: URI=/WEB-INF/tlds/struts-bean.tld Location=pathtofileonfilesystem > I am having probems resolving my taglib uri reference in my .jsp Can >

RE: [FRIDAY]Re: Just let me be the first to say...

2003-03-28 Thread Mark Galbreath
Where is Bobby Sherman when you need him? -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 12:13 PM To: Struts Users Mailing List Subject: RE: [FRIDAY]Re: Just let me be the first to say... Hate mail! What are we going to do? Only pop music can

RE: How to upload multiple files??

2003-03-28 Thread Eva Sager
I don't have access to the code right now... but what I did was in my form object I had a single FormFile which handled each individual upload, then when they hit the import button I put that Formfile into a list of FormFiles. On the gui, I displayed the list of FormFiles and I maintained the lis

RE: Struts & Pager Tag Library

2003-03-28 Thread Ashish Kulkarni
Hi pager tag lib is very cool and easy to use i have used it in my project, u can download it from here and also has some examples http://jsptags.com/tags/navigation/pager/index.jsp http://jsptags.com/tags/navigation/pager/pager-taglib-2.0.html Ashish --- Robert Taylor <[EMAIL PROTECTED]> wro

Display tag conflict with lookup()

2003-03-28 Thread Susan Bradeen
I have been using the Display tag for quite a while, but now I am trying to implement the "dynamic columns" feature, meaning passing an array of column names so the shows only those columns. Does anyone else have this working? The Display TableTag is using the org.apache.taglibs.display.Tabl

Re: String Array as hidden property

2003-03-28 Thread Jeff_Mychasiw
I had a situation where I had a list table with a multibox control and a readonly version of the same list. I had to maintain the users selection when the readonly was shown so I put this inplace: Kinda the same thing but dynamic. I would be intere

RE: html:form tag - specify rendered action

2003-03-28 Thread James Mitchell
On Fri, 2003-03-28 at 14:04, Kuntz, Tim wrote: > Our legacy MVC uses servlet mapping by path "/legacy/*" and Struts is mapped > by extension "*.do". > > The legacy servlet initializes user information and adds it to the request > object. It then prepends the request.getRequestURI() with "/root" a

RE: How to upload multiple files??

2003-03-28 Thread Jagadeesan,Sivakumar
Thanx Becky and Eva: I think I will use an interface using Javascript and allow the user to add or remove a file. Eva it would be great if you could share your code. So in my formBean , I will be havin public void setFiles(FormFile [ ] formFiles) ; public FormFile[] get

Re: [OT] Contract Work: Going Rate?

2003-03-28 Thread James Mitchell
On Fri, 2003-03-28 at 14:07, Rick Reumann wrote: > On 28 Mar 2003 13:44:52 -0500 > James Mitchell <[EMAIL PROTECTED]> wrote: > > > > Oh, well that must explain why I can't find a job in Atlanta. I'm not > > qualifiedI see. > > I wasn't qualified for this one either James, don't feel bad...

RE: [OT] Contract Work: Going Rate?

2003-03-28 Thread apachep2
Let's all relocate to Ilya's country. I guess I have to pay for my relocation cost as you can find on most of the job board postings (local candidates only, no visa sponsorship, no relocation). -Original Message- From: Eva Sager [mailto:[EMAIL PROTECTED] Sent: March 28, 2003 1:49 PM To: '

RE: Struts & Pager Tag Library

2003-03-28 Thread Robert Taylor
Hmmm... Searching for "Pager Tag Library" in the mailing list archives produced 36 hits. Here's the first one ... Look at the Pager tag at Struts Layout: http://struts.applications-servers.com or the same in Ed Hill's Dispaly tag library (http://edhill.its.uiowa.edu/display-0.8/). Both places hav

RE: How to upload multiple files??

2003-03-28 Thread Becky Norum
> Hi All: > > I have requirement that the user could upload more then one file. Something > like attachments in a mail? > > How could I achieve this? > > I know I could use > > > to upload a single file. > > I need to extend this for multiple files > > --Siva Jagadeesan Siva, You can ha

Re: [OT] Contract Work: Going Rate?

2003-03-28 Thread Rick Reumann
On 28 Mar 2003 13:44:52 -0500 James Mitchell <[EMAIL PROTECTED]> wrote: > Oh, well that must explain why I can't find a job in Atlanta. I'm not > qualifiedI see. I wasn't qualified for this one either James, don't feel bad STRUTS DEVELOPER NEEDED REQUIRED SKILLS: Struts, Java, C++,

RE: html:form tag - specify rendered action

2003-03-28 Thread Kuntz, Tim
Our legacy MVC uses servlet mapping by path "/legacy/*" and Struts is mapped by extension "*.do". The legacy servlet initializes user information and adds it to the request object. It then prepends the request.getRequestURI() with "/root" and uses the RequestDispatcher to dispatch the request to

RE: Struts & Pager Tag Library

2003-03-28 Thread Mike Jasnowski
I think jsptags.com has a pager tag library. Haven't used it myself though. -Original Message- From: Susmita Pati [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 1:48 PM To: 'Struts Users Mailing List' Subject: Struts & Pager Tag Library Hi All I was planning to implement Pager T

RE: How to upload multiple files??

2003-03-28 Thread Eva Sager
If they can upload the files one at a time, you can use a FormFile[]. That is what I did... and I made and interface so that the user can add and remove files from the array as they wanted. -Original Message- From: Jagadeesan,Sivakumar [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27,

String Array as hidden property

2003-03-28 Thread Justin F. Knotzke
Hello, I have a property that is an array of strings. The property will not be changed by the user. However I need to access it in the JSP in order to not lose the data upon returning from the JSP. Normally I do the following: I could do the following to keep my array of Strings:

RE: [OT] Contract Work: Going Rate?

2003-03-28 Thread Sterin, Ilya
That's another great fact:-) Ilya -Original Message- From: Robert Leland To: Struts Users Mailing List Sent: 3/28/03 10:35 AM Subject: Re: [OT] Contract Work: Going Rate? FYI: I have contracted twice once was for 4 months full time at $100/hr. The other was as a consultant at $110/hr, w

RE: [sslExt] tags not picking up port # change

2003-03-28 Thread Robert Taylor
Doh! I hate being stupid. Spot on Tim. Freakin' spot on. Thanks, robert -Original Message- From: Tim Shadel [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 1:41 PM To: Struts Users Mailing List Subject: Re: [sslExt] tags not picking up port # change Did you change the ports

RE: [OT] Contract Work: Going Rate?

2003-03-28 Thread Eva Sager
Atlanta's job market sucks... most of the jobs listed on Monster and other such boards have been there for ages, they aren't filled because the employer isn't filling them, not due to a lack of qualified developers. I know many extremely qualified developers who either aren't working or are worki

Errors/Messages on Redirect

2003-03-28 Thread Brian K Bonner
Has anyone else run into this scenario before? I've searched the archives and couldn't find much on the topic of errors and redirect. During an action, I want may encounter an error condition and I want to REDIRECT the user back to the page where they came from and pass along the error. I nee

RE: html:form tag - specify rendered action

2003-03-28 Thread James Mitchell
On Fri, 2003-03-28 at 13:43, Kuntz, Tim wrote: > Sorry, "the framework" refers to my legacy MVC framework and we use a > sub-directory named "/root" to store the views (jsps). So while my page is > "/root/legacy/struts.jsp", I want the form to post back to > "/legacy/struts.tpc" so my legacy servle

Struts & Pager Tag Library

2003-03-28 Thread Susmita Pati
Hi All I was planning to implement Pager Tag Library with my Struts application. Can any1 pass me on some example / sample code / links to the sample code. Thanks in advance Susmita - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: [OT] Contract Work: Going Rate?

2003-03-28 Thread James Mitchell
On Fri, 2003-03-28 at 13:34, Sterin, Ilya wrote: > Not sure about why all are ranting about this economy, but there are more > than enough jobs available in IT. It's qualifications what set the ones > with a job apart from the ones without. There are still over 100,000 > reported unfilled jobs in

RE: html:form tag - specify rendered action

2003-03-28 Thread Kuntz, Tim
Sorry, "the framework" refers to my legacy MVC framework and we use a sub-directory named "/root" to store the views (jsps). So while my page is "/root/legacy/struts.jsp", I want the form to post back to "/legacy/struts.tpc" so my legacy servlet will setup the request prior to handing it off to Str

RE: [OT] Taglib reference and IntelliJ

2003-03-28 Thread Sri Sankaran
Have you re-started the editor since adding web support? Sri -Original Message- From: Steve [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 1:38 PM To: 'Struts Users Mailing List' Subject: RE: [OT] Taglib reference and IntelliJ Thanks Sri. Unfortunately they are there. Its seems

Re: [sslExt] tags not picking up port # change

2003-03-28 Thread Tim Shadel
Did you change the ports in both the main struts config file and the one for the subapplication? Robert Taylor wrote: *This message was transferred with a trial version of CommuniGate(tm) Pro* I apologize if this double posts, but I sent it a while ago and haven't seen it yet, so I'm sending agai

Artimus example Struts app - working with WebLogic 7

2003-03-28 Thread Jeff Sumner
Hello, I'm trying to get Ted Husted's Artimus Struts-example application to work on Weblogic 7.0 and Oracle 9i. I'm new to Struts, so I thought I'd try asking here. The first page comes up fine, I've set the data source in the web.xml with appropriate values. However, when I hit the "LOGON"

RE: [OT] Taglib reference and IntelliJ

2003-03-28 Thread Steve
Thanks Sri. Unfortunately they are there. Its seems so straightforward I figured I was missing something obvious. Any other suggestions? Steve -Original Message- From: Sri Sankaran [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 1:32 PM To: Struts Users Mailing List; [EMAIL PROTE

RE: [OT] Contract Work: Going Rate?

2003-03-28 Thread Sterin, Ilya
Not sure about why all are ranting about this economy, but there are more than enough jobs available in IT. It's qualifications what set the ones with a job apart from the ones without. There are still over 100,000 reported unfilled jobs in the IT sector, as well as if you go to monster.com, jobs

RE: [OT] Taglib reference and IntelliJ

2003-03-28 Thread Sri Sankaran
I have had that happen to me in the past. After verifying that the TLDs are indeed at c:\jakarta-tomcat-4.0.4\webapps\test\WEB-INF\tlds, I suggest re-starting IDEA. I think that's what fixed it for me. Sri -Original Message- From: Steve [mailto:[EMAIL PROTECTED] Sent: Friday, March 2

Check user login pre validation

2003-03-28 Thread Ken Pelletier
I have been using an base action subclass in my application which checks whether a user is logged in for those actions that require a login. When the login requirement isn't met, it raises an exception which is globally configured to bounce to a globally-configured login forward. I now realize

[OT] Taglib reference and IntelliJ

2003-03-28 Thread Steve
I am having probems resolving my taglib uri reference in my .jsp Can anyone that uses IntelliJ shed some light on this for me? I am running 3.0.2 build #696. I have enabled web support with the document root as: C:\jakarta-tomcat-4.0.4\webapps\test and the snip from my web.xml is : /WEB

[sslExt] tags not picking up port # change

2003-03-28 Thread Robert Taylor
I apologize if this double posts, but I sent it a while ago and haven't seen it yet, so I'm sending again: I just downloaded sslext-struts1.1RC1-2-src.zip and am trying to run the web app that comes with it. I changed the entries in the plug-in to reflect port 80 for http and port 443 for https.

Re: html:form tag - specify rendered action

2003-03-28 Thread James Mitchell
On Fri, 2003-03-28 at 12:16, Kuntz, Tim wrote: > Is it possible to manually control the rendered form action attribute? > > I am migrating and existing MVC framework to Struts and have the requirement > that the two frameworks run in tandem. The existing framework has a front > servlet that is re

Re: [OT] Contract Work: Going Rate?

2003-03-28 Thread Robert Leland
FYI: I have contracted twice once was for 4 months full time at $100/hr. The other was as a consultant at $110/hr, which was only for about 20 hours. This may be atypical, but a business will charge another company,goverment, for an regular employee that would be paid only 40%-50% of that, so $40/

RE: question about

2003-03-28 Thread James Mitchell
On Fri, 2003-03-28 at 12:20, apachep2 wrote: > Sorry, not bean:define, you might have to use struts-el or JSTL. No, you had it right the first time (almost). try this... "> ... ... > > -Original Message- > From: Eugene Volynskiy [mailto:[EMAIL PROTECTE

Re: tags within tags i18n

2003-03-28 Thread Dan Tran
try this -D - Original Message - From: "Vivian, Nigel (N.)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 28, 2003 7:04 AM Subject: tags within tags i18n > Hi all > > Im trying to i18n an application and am using the standard > tag. Everything works

RE: question about

2003-03-28 Thread apachep2
Sorry, not bean:define, you might have to use struts-el or JSTL. -Original Message- From: Eugene Volynskiy [mailto:[EMAIL PROTECTED] Sent: March 28, 2003 10:49 AM To: 'Struts Users Mailing List' Subject: RE: question about Could you please provide me with more details: if I define vari

html:form tag - specify rendered action

2003-03-28 Thread Kuntz, Tim
Is it possible to manually control the rendered form action attribute? I am migrating and existing MVC framework to Struts and have the requirement that the two frameworks run in tandem. The existing framework has a front servlet that is responsible for user initialization, security, etc... It th

Re: Too many session scoped form beans!

2003-03-28 Thread Dan Tran
Nicolas, Your great suggestion makes me nervous ... It is possible for a hacker to change the index so big that it can hog the CPU, which busy creating empty node, for each request. However, I cant come up with another solution Any comments? anyone? -D - Original Message - From: "Nicola

RE: [FRIDAY]Re: Just let me be the first to say...

2003-03-28 Thread Andrew Hill
Hate mail! What are we going to do? Only pop music can save us now! -Original Message- From: Rasputin [mailto:[EMAIL PROTECTED] Sent: Saturday, 29 March 2003 00:51 To: Struts Users Mailing List Subject: Re: [FRIDAY]Re: Just let me be the first to say... Oi! Political trolling is on the

scaffold ProcessBean returning errors

2003-03-28 Thread Kirby Vandivort
Hello, I'm using a recent nightly build of struts along with scaffolding and the struts/contrib scaffolding code. I've got a process bean that is responsible for updating a user's password and if the user doesn't enter the same new password twice, I want to return an error and go back to the same

Re: [FRIDAY]Re: Just let me be the first to say...

2003-03-28 Thread Rasputin
Oi! Political trolling is on the *midweek* Off-topic thread, not the weekend one! :) * Chen, Gin <[EMAIL PROTECTED]> [0320 15:20]: > Pinko-Fascist? > > -Original Message- > From: Mark Galbreath [mailto:[EMAIL PROTECTED] > Sent: Friday, March 28, 2003 9:06 AM > To: 'Struts Users Mailing L

Re: Accessing query string parameter

2003-03-28 Thread julian green
Try this String productName = request.getParameter("reportType"); Julian Pat Young wrote: I need to be able to access a parameter from a query string. My url looks like... http://localhost:8080/myApp/reports/summaryReport.jsp?reportType=print I need to be able to access the reportType parame

RE: question about

2003-03-28 Thread Wendy Smoak
Eugene wrote: > Could you please provide me with more details: > if I define variable with > Do we have any other way to call this "x" except ? > > "> > > ... > > ... > If I've got it right... ...display something... Once you start needing tags-within-tags, swi

Re: Accessing query string parameter

2003-03-28 Thread James Mitchell
On Fri, 2003-03-28 at 10:57, Pat Young wrote: > I need to be able to access a parameter from a query > string. > > My url looks like... > http://localhost:8080/myApp/reports/summaryReport.jsp?reportType=print > > I need to be able to access the reportType parameter > from this URL. What is the

Re: [Tiles-Definitions] can't find bean in request.

2003-03-28 Thread Joel Wickard
Cedric Dumoulin wrote: Hi, The definition from the tiles file are stored in the factory. You should use the following to insert a definition: the above method of trying to insert the predefined defs results in the following exception when I try to view the page. java.lang.NullPointerExcep

RE: [FRIDAY]Re: Just let me be the first to say...

2003-03-28 Thread Bueno Carlos M
>I have Solaris, Linux and Windows boxes here and they all have their uses ... Me too: expense write-off, real work, and doorstop, respectively. -Original Message- From: Rachel [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 9:50 AM To: Struts Users Mailing List Subject: RE: [FRIDAY

Accessing query string parameter

2003-03-28 Thread Pat Young
I need to be able to access a parameter from a query string. My url looks like... http://localhost:8080/myApp/reports/summaryReport.jsp?reportType=print I need to be able to access the reportType parameter from this URL. What is the best way to do this? Pat Young

RE: question about

2003-03-28 Thread Eugene Volynskiy
Could you please provide me with more details: if I define variable with Do we have any other way to call this "x" except ? Thank you -Original Message- From: apachep2 [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 10:42 AM To: 'Struts Users Mailing List' Subject: RE: question

RE: [FRIDAY]Re: Just let me be the first to say...

2003-03-28 Thread Chen, Gin
Pinko-Fascist? -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 9:06 AM To: 'Struts Users Mailing List' Subject: RE: [FRIDAY]Re: Just let me be the first to say... Not a very good reason for not choosing to learn .NET, but at least you didn't

question about

2003-03-28 Thread Eugene Volynskiy
Hi, I have question about usage inside . I am trying to do the following: ... "> ... ... ... I definitely have value in , but refuses to work when "value" there is set with , howev

RE: how to switch of logging with log4j at initialization

2003-03-28 Thread Niesen, Nathan
There is a bug in commons-logging 1.0.2+ that causes log4j to be used if it's found in the classpath. Just remove the log4j jar from your webapps lib dir. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17561 There is also a bug in the commons-logging nightly build, which is what the current

tags within tags i18n

2003-03-28 Thread Vivian, Nigel (N.)
Hi all Im trying to i18n an application and am using the standard tag. Everything works OK but i want to write something like and this just put in the quoted string without any substitution (ive tried a few variants on the quotation marks but often get messages about the bean not being fou

RE: [OT] Contract Work: Going Rate?

2003-03-28 Thread Andrew Hill
Thats very much the case over here. People with several years experience elbowing out grads for the $2000 to $3000 a month (Thats 1100 - 1700 $USD approx (which is more than it was last week hehe)) positions (that used to be entry positions - but theres none of those now) and not just in IT... An

  1   2   >