Struts 1 JDO

2012-02-09 Thread cpanon
Hello Yes I know I should upgrade, but just want to get this out of development and the models proven. Struts 1 has one instance of the server-side action.  I am using, the old and very reliable/sufficient, Solarmetric/BEA JDO implementation.  How does the server TC6 handle multiple simultaneous

Struts w/Ajax with Struts again

2009-07-17 Thread cpanon
Hello I am able to use an Ajax call to a struts action and with getInputForward() get the get the data back.  (With prototpye and json, very, very elegant).  I am now realizing that I have cases where I want to reprocess all components, i.e. I want the actionForm to be updated and the jsp recal

RE: Struts w/Ajax with Struts again

2009-07-18 Thread cpanon
Hi Martin Thank you.  So I may be misunderstanding something.  If I return to the Ajax call with mapping.getInputForward() for the defined input attribute of that action processing the Ajax call, should I see changes in the session objects displayed?  Because before I return I set an element in

RE: Struts w/Ajax with Struts again

2009-07-19 Thread cpanon
Hi Martin Thanks, however I havnt migrate to Struts2 yet.  What I was hoping for was a technique to get all the session objects reprocessed upon return from the Ajax call.  I am unclear that if I do the mapping.getInputForward(), does that force tomcat to reprocess and the jsp reprocess all the

Re: Struts w/Ajax with Struts again

2009-07-19 Thread cpanon
you want to be updated. So you would have to "manually" do this processing some returned updated values in a json result, or by returning the result of a "partial" jsp which re-renders the part of the page that you want to be updated, and then replace the existing html (using inn

Re: Struts w/Ajax with Struts again

2009-07-20 Thread cpanon
Struts again To: "Struts Users Mailing List" Date: Monday, July 20, 2009, 2:18 AM Hi cpanon, > I am looking for the simplest technique that would reprocess the session > objects from the new values, regenerate the full jsp, then just refresh the whole page, by javascript aft

RE: Struts w/Ajax with Struts again

2009-07-21 Thread cpanon
processing action.  Correct? > > --- On Mon, 7/20/09, Paweł Wielgus wrote: > > From: Paweł Wielgus > Subject: Re: Struts w/Ajax with Struts again > To: "Struts Users Mailing List" > Date: Monday, July 20, 2009, 2:18 AM > > Hi cpanon, > > > I am loo

RE: Struts w/Ajax with Struts again

2009-07-23 Thread cpanon
w/Ajax with Struts again > > To: user@struts.apache.org > > > > Hi PW > > But I cant access the session objects with JS, nor can I iterate the > > collections I have in the session to display the updated values that were > > written in the Ajax processing action

Struts 1.3.10 problem

2009-10-25 Thread cpanon
Hello I have a page that has two active portions, "feed" by session objects and iterated. It works fine monolithically. I now want to break it up into a frameset using the struts frame tag for the individual segmented portions. Before I launch to my frameset composed page, I land on a page that con

two forms, two submits

2008-09-22 Thread cpanon
Hello I have two non-nested forms, each with their own submit button and separate action destinations.  The problem is when I click the second form the first form always fires.  Should this, primitive, design work as intuitive with each only submitting to the action on the specific form that th

Re: two forms, two submits

2008-09-22 Thread cpanon
the theme you are using ? The answer to your question is yes, it is working intuitively, as I use it in my own projects. - Pascal http://www.cameleon-sporting.com cpanon wrote: > Hello > I have two non-nested forms, each with their own submit button and separate action destinations.

Re: two forms, two submits

2008-09-23 Thread cpanon
your forms submit to the same event handler? It would be helpful if we > could see the struts.xml and the web pages that house the forms. > > > -Original Message- > From: cpanon [mailto:[EMAIL PROTECTED] > Sent: Monday, September 22, 2008 3:57 PM > To: Struts Users Mailin

struts hidden

2008-09-27 Thread cpanon
Hello Is it possible to wrap a struts hidden tag around either a struts text or text area? tia - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: struts hidden

2008-09-27 Thread cpanon
]> > Subject: Re: struts hidden > To: "Struts Users Mailing List" , [EMAIL PROTECTED] > Date: Saturday, September 27, 2008, 9:35 AM > 2008/9/27 cpanon <[EMAIL PROTECTED]>: > > Is it possible to wrap a struts hidden tag around > either a struts text or text area

howto get useable protocol string

2008-12-15 Thread cpanon
Hello Using the struts bean tags, how/syntax to get at the protocol that I can use rather than parse, either http or https. What I am getting is HTTP/1.1. Is there any way to get it "cleaner"? tia. - To unsubscribe, e-mail: us

Re: howto get useable protocol string

2008-12-15 Thread cpanon
Hi Sorry to repeat, however I still can figure this out. I am using to get at the serverName, serverPort and contextPath. I want to get at whether it is http/https. Is there a way to do that? tia. --- On Mon, 12/15/08, cpanon wrote: > From: cpanon > Subject: howto get useable pr

Re: howto get useable protocol string

2008-12-16 Thread cpanon
PM > getProtocol and/or isSecure? > > > --- On Mon, 12/15/08, cpanon > wrote: > > > From: cpanon > > Subject: Re: howto get useable protocol string > > To: "Struts Users Mailing List" > > > Date: Monday, December 15, 2008, 10:04 PM > &g

bean:page bean:write

2007-02-05 Thread cpanon
Hello I am trying understand how to use the bean:page with the different properties, application, config, response, request, session, and I understand the simple syntax. What I dont know is what properties I can "get at" with what syntax for the bean:write tag for each of the properties of the be

struts record output and entry

2008-07-29 Thread cpanon
Hello I am having a difficult time designing and implementing an interaction of displaying and accepting user input of multiple records at once.  I can create a collection of records, but records are complex, composed of other objects that are themselves composed of text strings that I want rend

help with radio button array

2008-08-06 Thread cpanon
Hello I am trying to construct a model that has multiple radio buttons per object but keep them distinct, therefore they need a different name.  I almost have it by creating a array of objects and using nested iterate, with the code below.  However, of course it does not increment the index on t

value from varstatus

2008-08-16 Thread cpanon
Hello Whenever I try to get the numerical value of varStatus all I get is this [EMAIL PROTECTED] Furthermore I cant seem to use the name attribute to properly evaluate down to value, it keeps saying that the value(which I want and proves it can do the dereferencing) is not a bean, no matter what

teardown

2008-08-20 Thread cpanon
Hello I have a demo that is not fully ready,(yes then I should not show it,grin) and I would like to either make each launch of the jsp create a new  exclusive running instance of the action or be able to lifecycle out of instantiation an all instances of a particular action and jsp.  I know thi

return ajax text or xml

2008-08-21 Thread cpanon
Hello What is the best way to return simple text/html or an xml document from an action?  Do I have to forward to a servlet and open an output stream and write the stream?  Is there a simpler/better way?  tia.