Re: AJAX Advice

2012-04-17 Thread Roy Six
ouble (you might need the struts2-json-plugin depending on your needs). Here is a decent tutorial if you need it: http://www.zulutown.com/blog/2009/07/12/ajax-dynamic-content-with-struts2-jquery-and-json-plugin/ But as stated, Johanne's struts2-jquery-plugin may be easier for your situation. B

How to fix redirect OGNL error, Unable to set param?

2009-05-11 Thread Roy
I am not sure if this is me or if this is a bug. I got the following error -- 11:52:01,623 ERROR ObjectFactory:27 - Unable to set parameter [dest] in result of type [org.apache.struts2.dispatcher.ServletRedirectResult] Caught OgnlException while setting property 'dest' on type 'org.apache.s

Re: spring jpetstore demo error (possibly O/T)

2007-02-23 Thread Roy Siegfried
Martin Gainty hotmail.com> writes: > > Good Morning Larry- > > the good news is that ibatis has working Jpetstore demo > there are a number of deltas between the the working ibatis and spring configurations I have (er, had) the same problem. I just downloaded Spring 2.0.2 and it failed with

RE: [OT] Re: Please help

2006-05-04 Thread Roy, Ansuman
---Original Message- From: Roy, Ansuman [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 5:08 PM To: Struts Users Mailing List Subject: RE: [OT] Re: Please help why not try microsoft pocket pc forums. as this is a microsoft product. you might try Win CE forums also. As Win CE is used

RE: [OT] Re: Please help

2006-05-04 Thread Roy, Ansuman
why not try microsoft pocket pc forums. as this is a microsoft product. you might try Win CE forums also. As Win CE is used to design pocket pc os. regards, Roy -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 12:53 AM To: Struts Users Mailing

RE: How to create a Waiting Page for long requests?

2006-05-02 Thread Roy, Ansuman
when a user submits anything on the jsp page you can try and disable the submit button and display a message for please wait. all this can be achieved with the help of java script. regards, Roy -Original Message- From: Julian Tillmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03

RE: Struts CMS ?

2006-03-20 Thread Roy, Ansuman
, any further queries about this is welcome, regards, Roy -Original Message- From: Shshank Jain [mailto:[EMAIL PROTECTED] Sent: Monday, March 20, 2006 1:59 PM To: Struts Users Mailing List Subject: Re: Struts CMS ? can u elaborate on your structure in more detail ?? I am completely new to CMS

RE: Struts CMS ?

2006-03-19 Thread Roy, Ansuman
yeah I am using LenyaCMS for a major client but it's totally based on xsl, xsp, java, ant CMS produces static html pages that are picked up by several struts application. -Original Message- From: Alexandre Poitras [mailto:[EMAIL PROTECTED] Sent: Sunday, March 19, 2006 10:35 AM To: Struts

RE: [OT - Tomcat] War file mismatch

2006-03-17 Thread Roy, Ansuman
try removing tomcat cache that is in {catalina_home}/work/catalina/localhost/{war file named folder} hope this helps -Original Message- From: Vijaya S [mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 2:43 PM To: Struts User mailing List Subject: [OT - Tomcat] War file mismatch Hi

RE: query about application resource and charset

2006-03-16 Thread Roy, Ansuman
yes... £ symbol -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Thursday, March 16, 2006 2:49 PM To: Struts Users Mailing List Subject: Re: query about application resource and charset Roy, Ansuman ha scritto: > Thanks Antonio, > that solved the problem.

RE: query about application resource and charset

2006-03-15 Thread Roy, Ansuman
Pound symbol regards, Roy -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 6:17 PM To: Struts Users Mailing List Subject: Re: query about application resource and charset Roy, Ansuman ha scritto: > I parse through the xml and using i

RE: query about application resource and charset

2006-03-15 Thread Roy, Ansuman
using key value pairs. Basically the xml file has hello.name Roy I parse through the xml and using io i write it into a .properties file I think instead of java io i should use java.util's property class is it?? regards, Anshuman -Original Message- From: An

RE: query about application resource and charset

2006-03-15 Thread Roy, Ansuman
- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 4:32 PM To: Struts Users Mailing List Subject: Re: query about application resource and charset Roy, Ansuman ha scritto: > Hi, > I have a content management system that generates the application > resources.prope

query about application resource and charset

2006-03-14 Thread Roy, Ansuman
Hi, I have a content management system that generates the application resources.properties file. Now the value of many keys are found to be of filled with  keys. Basically this happens due to non conformant utf standards. If this is present in the jsps or the html pages then these characters are

RE: about Junit

2006-03-10 Thread Roy, Ansuman
yeah better to use Abbot, or Jemmy or jfcunit.. They are extensions of JUNIT so you can get online documentation by a bit of googling. regards, Anshuman -Original Message- From: gomathi [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 1:21 PM To: Struts Users Mailing List Subject:

RE: about Junit

2006-03-09 Thread Roy, Ansuman
Is your java application a web based or swing based. If it's web based and struts based then the struts test case can help you. But if it's swing based then extended junit frameworks like abbot can help. And if it is pure java classes that you want to test then directly go for junit framework,

auto reloading of application resources.properties

2006-03-01 Thread Roy, Ansuman
Hi, I have a struts application which is connected to a content management system via web service. The content management system produces the ApplicationResources.properties file. Now I what i observed is that anytime i replace the old application resources, I have to manually restart the applica

newbie: using html:img

2004-10-20 Thread Sanghamitra Roy
Hi, I am trying to write a Jsp page with 2 frames. The top frame shows 3 images (gif files). Clicking on each different image shows a different jsp in the bottom frame. Which attribute of the an I use so that I can use that parameter in the property of the corresponding class, ImgLookup, ext

Back Button Error

2004-10-13 Thread Sudipto Roy
Hi Guys How can I solve this problem when I click on IE Back Button getting this Message as below : Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not

Back Button Implementation

2004-10-11 Thread Sudipto Roy
Hi I am working in a J2EE Project in which we are using Struts. Can anyone tell me whether I can track a Browser Button Hit as I want to synchronise Browser Back Button with our Application Back Button. If that is Possible,also let me know that How it is Possible. bye Yahoo! India Ma

grab form bean was Re: form reset

2004-10-07 Thread roy-strutsuser
Hey guys, Thanks for the response on my first question. Turns out I'm an idiot and was pre-filling a form element via the value parameter of a tag. However this now leads to a second question. How do I grab the form bean and the fields? I'd like to print the value of a form field either on

grab form bean was Re: form reset

2004-10-07 Thread roy-strutsuser
Hey guys, Thanks for the response on my first question. Turns out I'm an idiot and was pre-filling a form element via the value parameter of a tag. However this now leads to a second question. How do I grab the form bean and the fields? I'd like to print the value of a form field either on

form reset

2004-10-06 Thread roy-strutsuser
is my action tag in case I need to change something here: Roy. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

form reset

2004-10-06 Thread roy-strutsuser
is my action tag in case I need to change something here: Roy. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Deploying struts

2004-09-29 Thread Sanghamitra Roy
I have Tomcat 3.3.1. I have downloaded the struts 1.2.2 and unzipped to the directory C:\struts. I have copied over the "struts-examples.war" files in the directory C:\struts\jakarta-struts-1.2.2\dist\webapps to the $TOMCAT_HOME\webapps directory as well as unjarred them to $TOMCAT_HOME\webap