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

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

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

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

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

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.

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

Re: two forms, two submits

2008-09-23 Thread cpanon
|xhtml|ajax attribute. If you didn't specify one it's using the xhtml theme. Do 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

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
: struts hidden To: Struts Users Mailing List user@struts.apache.org, [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? tia What exactly do you want

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:

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 bean:page id=context property=request 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 cpa...@yahoo.com wrote

Re: howto get useable protocol string

2008-12-16 Thread cpanon
, December 15, 2008, 10:08 PM getProtocol and/or isSecure? --- On Mon, 12/15/08, cpanon cpa...@yahoo.com wrote: From: cpanon cpa...@yahoo.com Subject: Re: howto get useable protocol string To: Struts Users Mailing List user@struts.apache.org Date: Monday, December 15, 2008, 10:04 PM

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

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
Hi Nils Martin Thanks and I am sorry about being obtuse and I hope you will continue to make this an edifying moment for me.  When I initially put up the form I code a value in the actionForm, myFormBean as myFormBean.setSeeMe(firstTime) and put into the session with

Re: Struts w/Ajax with Struts again

2009-07-20 Thread cpanon
...@gmail.com Subject: Re: Struts w/Ajax with Struts again To: Struts Users Mailing List user@struts.apache.org 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

RE: Struts w/Ajax with Struts again

2009-07-21 Thread cpanon
/20/09, Paweł Wielgus poulw...@gmail.com wrote: From: Paweł Wielgus poulw...@gmail.com Subject: Re: Struts w/Ajax with Struts again To: Struts Users Mailing List user@struts.apache.org Date: Monday, July 20, 2009, 2:18 AM Hi cpanon, I am looking for the simplest technique that would

RE: Struts w/Ajax with Struts again

2009-07-23 Thread cpanon
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 after completion of ajax. Or do not use ajax at all, this will be most simple solution for You

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

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