Re: struts books

2003-03-28 Thread Jamesey
Ted Husted.. Struts in Action.. by far the best of all the books "Butt, Dudley" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: Formatting dates in

2003-03-26 Thread Jamesey
ah.. er not that i know of "Greg Dunn" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > That's what I'm doing, but I was wondering if there was a better way. > > Greg > > > > -Original Message- > From: Jamesey [mailto:[EMAIL

Re: Formatting dates in

2003-03-26 Thread Jamesey
How about using SimpleDateFormat in the bean.. then you can apply your own date format.. "Greg Dunn" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm trying to display a date in a particular format in an > box. I'm filling my form bean from my DAO which returns a timestamp, and

More on this...

2003-03-25 Thread Jamesey
; java.io.NotSerializableException: org.apache.struts.config.impl.DefaultModuleConfigFactory "Jamesey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I've configured a virtual host in tomcat server.xml > > the welcome page displays fine, but it appears that the actio

Struts problem with Tomcat virtual host

2003-03-25 Thread Jamesey
I've configured a virtual host in tomcat server.xml the welcome page displays fine, but it appears that the action forward is failing somehow.. i get a 'this page can not be found' error.. i've tried my struts-config.xml to see if it was a problem with leading "/" but no difference.. any ideas?

Re: help.. what do i charge

2003-03-19 Thread Jamesey
eople, most of the time by name. If it's good, they will > boast about you, and that can only be a good thing. Several friends have > used local authorities as a spring board to greater things in many different > fields. > > Good luck with it, > > Simon > > >

Re: help.. what do i charge

2003-03-19 Thread Jamesey
10-15% on the total for above, LESS the clerical charge on external > help (auditors again!) > > I think that if you do this you will come in somewhere between a very large > company (who can afford a smaller profit margin) and the smaller companies > (trying to keep up with the

Re: help.. what do i charge

2003-03-19 Thread Jamesey
gt; > What sort of market and clients are you selling to? > MNC or SME, in USA, Europe, Australia etc...? > > > -----Original Message- > From: Jamesey [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 19 March 2003 16:47 > To: [EMAIL PROTECTED] > Subject: help.. what do

help.. what do i charge

2003-03-19 Thread Jamesey
I have written a small payment portal using struts.. i have a buyer who now wants to talk cash..but i have no idea what i can sell the product for. I am not selling the code itself.. only the app and support. the app allows them to look up their ref number and pay their balance.. very simple abou

Re: Using Struts 1.1 RC1 Within Eclipse With Tomcat Plugin

2003-03-19 Thread Jamesey
we are using 1.1b3 Eclipse and Sysdeo plugin.. we've had no problems. "Alonso, Damian" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] .au... > > Hi Everybody, > > > > I have downloaded the latest version of Struts, and I am currently trying to > upgrade to the new Struts 1.1RC1 versio

Re: Another sslext-struts question

2003-03-17 Thread Jamesey
have you done the RSA certification bit?? "Konstantina Stamopoulou" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello all, I'm trying to install the sslext-struts to toggle between https and http requests. I have downloaded the sslext-struts-1.1RC1 and I have copied the /web dir

Re: example of java.util.Collection in struts logic:iterate

2003-03-13 Thread Jamesey
you cheeky twat.. i do write java apps you know.. i just happen to be new to struts and web development in general.. i know collection is an interface.. "Gemes Tibor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Jamesey wrote: > > >can it be done? >

example of java.util.Collection in struts logic:iterate

2003-03-13 Thread Jamesey
can it be done? or must it be a concrete collection such as arraylist or list.. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Object going missing is session..

2003-03-12 Thread Jamesey
its those damn code completion widgets.. i swear..!! as my school motto used to say in scotland.. "wusnae me!!" "Wendy Smoak" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Jamesey wrote: > > I have an action declared as scope=reque

Re: Object going missing is session..

2003-03-12 Thread Jamesey
struts.sourceforge.net/struts-atlanta/ > > > > > -Original Message- > > From: Jamesey [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, March 12, 2003 11:21 AM > > To: [EMAIL PROTECTED] > > Subject: Object going missing is session.. > > >

Re: Object going missing is session..

2003-03-12 Thread Jamesey
oh god i cant beleive i did that.. so stupid apols.. putting one object in the session and trying to get from the request.. (i'm having one of those days) "Jamesey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have an action declared as sco

Object going missing is session..

2003-03-12 Thread Jamesey
I have an action declared as scope=request i perform request.getSession().setAttribute("blah",object) i have debug to list all attribute names in my action class (and the "blah") appears in the log. i have debug in my jsp to list the request.getAttributeNames().. and the "blah" object has vanish

Re: logic:iterate.. newbie question

2003-03-12 Thread Jamesey
; > lst.add("value 1"); > lst.add("value 2"); > lst.add("value 3"); > request.setAttribute("myCollection", lst); > %> > > > > > > -- > James Mitchell > Software Developer/Struts Evangelist > http://struts.sourc

Re: logic:iterate.. newbie question

2003-03-12 Thread Jamesey
that helps massively.. and confirms my own deductions... and i'm assuming if i use an array of objects the name property changed to reflect the setAttribute name "James Mitchell" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > -Original Message

logic:iterate.. newbie question

2003-03-12 Thread Jamesey
I have and array or collection of objects (the object has two members with appropriate getter and setters) i want to iterate through the array and retrieve each value for the object..so it will look like this value a valueb value a valueb value a valueb Question1. does the iteration object HA

seeing Gets in Tomcat.. even though pages are Posts..

2003-03-12 Thread Jamesey
here is a copy of the Tomcat console for my struts application.. as per my earlier posts. my browser was displaying the request parameters in the url bar (localhost/myApp/find.do?id=3&name=bob) even though i'm using the POST method. i then noticed a funny thing in Tomcat console.. the requestprocc

Re: search result design mentalist moment..

2003-03-12 Thread Jamesey
its thing, > creates some beans or collections with the results and forwards to your > resultpage.jsp (by looking up the appropriate actionforward from the mapping > and returning it) > > -Original Message- > From: Jamesey [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 1

search result design mentalist moment..

2003-03-12 Thread Jamesey
ok.. i think i may have lost my mind.. i thought i had this whole struts thing pretty much... until I have a page that lets the user submit search criteria to retrive some data back.. i have an form and action for this page.. i have a page that displays the data.. now as i understand it the sea

Re: Errors in html corrected..

2003-03-12 Thread Jamesey
the browser addres bar displays the request params after i submit the page.. even though i'm using POST.. <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm read only your preavious mail..Which error do you obtain? > i don't understand your problem..explain its ---

Re: Errors in html corrected..

2003-03-12 Thread Jamesey
> > I don't understand what happens to your app... > > Nico. > > - Original Message - > From: "Jamesey" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, March 12, 2003 10:55 AM > Subject: Errors in html corrected.. >

Re: Errors in html corrected..

2003-03-12 Thread Jamesey
the html produced say... action="find.do?jsessionid..." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I think that the attribute action in tag form should be /find.do if in struts > config you use path="/find"..try it -

Errors in html corrected..

2003-03-12 Thread Jamesey
but no difference to the url being shown after submit.. here is the JSP --- <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>

OK Here's the HTML - (Re: URL display problem)

2003-03-12 Thread Jamesey
Here's the HTML Excuse me if its not very good.. I'm not a front end developer by tradition.. I usually do Middleware development.. just broadening my skills. anyhoo..see if you can see whats wrong TITLE

Re: URL display problem

2003-03-12 Thread Jamesey
IE6.. i'm out of ideas also.. this is what i'm getting.. https://localhost:8443/myApp/find.do?idNo=2&name=bob "Andrew Hill" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Well. Im out of ideas then :-( > What browser are you using? > >

Re: URL display problem

2003-03-12 Thread Jamesey
yip.. right click.. view.. source... method="post" "Andrew Hill" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > And the rendered html in your browser definately shows "POST" in its form > tag when you view the page source? > > --

Re: URL display problem

2003-03-12 Thread Jamesey
Sorry Gemes.. I have tried that, it makes no difference.. as this is the same as Post being the default... "Gemes Tibor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Jamesey wrote: > > >My browser address bar seems to display all the request pa

URL display problem

2003-03-12 Thread Jamesey
My browser address bar seems to display all the request parameters (localhost/myapp/find?if=bob).. As far as i understood it this shouldn't happen using the post action.. but it still seems to my page's form action is post (by default, and yes i've checked the source) my Action class execute doe

Re: Newbie question

2003-03-11 Thread Jamesey
message news:[EMAIL PROTECTED] > What is the method for form? It should be POST, not GET. > Dejan > - Original Message - > From: "Jamesey" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, March 11, 2003 4:34 PM > Subject: Re: Newbie qu

Re: Newbie question

2003-03-11 Thread Jamesey
ok... it is POST... all my forms are POSTS.. "Dejan Krsmanovic" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > What is the method for form? It should be POST, not GET. > Dejan > - Original Message - > From: "Jamesey" <[EMAIL PRO

Re: Newbie question

2003-03-11 Thread Jamesey
nope.. its just the property's of my Dynabean.. when i sumbit and the form posts that what i get.. "apachep2" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Do you intentionally append id=3 to the url? > > -Original Message- > From:

Re: Newbie question

2003-03-11 Thread Jamesey
I am doing a post... but the url still shows localhost/myapp/find.do?id=3 "Jarnot Voytek Contr AU HQ/SC" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > do a post instead of a get > > -- > Voytek Jarnot > Quidquid latine dictum sit, altum viditur. > > > > -Original Message-