RE: sjg:grid in modal window not getting displayed atall

2015-09-04 Thread fea jabi
I got this working. Thanks. > From: zy...@hotmail.com > To: user@struts.apache.org > Subject: RE: sjg:grid in modal window not getting displayed atall > Date: Fri, 4 Sep 2015 10:25:32 -0400 > > Adding one more action configuration to this of struts.xml > > > Fro

RE: sjg:grid in modal window not getting displayed atall

2015-09-04 Thread fea jabi
Adding one more action configuration to this of struts.xml > From: zy...@hotmail.com > To: user@struts.apache.org > Subject: sjg:grid in modal window not getting displayed atall > Date: Fri, 4 Sep 2015 09:53:36 -0400 > > I am trying to use sjg:grid in a modal window whic

sjg:grid in modal window not getting displayed atall

2015-09-04 Thread fea jabi
I am trying to use sjg:grid in a modal window which is opened from a tabbed panel. Have the below code. Everything seams right to me. The modal window opens and displays other stuff but the grid is not getting displayed atall. The getJSON() in the action class is never getting called. I

Re: Tooltip not getting updated when radio button is changed

2013-03-15 Thread Lukasz Lenart
2013/3/15 : > if (whichANM == "2") { Maybe try === instead and whichANM is what kind of type? Did you try to use JavaScript debugger? Did you check the source code of the generated page? Is it related to Struts? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/

Re: Page not getting submitted

2013-02-04 Thread Dave Newton
Feb 4, 2013 11:29 PM, "Srineel Mazumdar" wrote: > Hi, > > I have the following JSP. On clicking submit button, the page is not > getting submitted. Any pointers ? > > > -

Struts Action not getting initialised.

2010-03-23 Thread VR Venugopal Rao
I have mentioned the action configuration in web.xml but struts Action is not getting initialized. I have placed the jar file in the classpath also which is in lib folder. Where is the problem. Regards, VR Venugopal Rao -Original Message- From: Alex Rodriguez Lopez [mailto:alo

Resrouce bundles intermittently not getting loaded when in clustered environment

2010-01-20 Thread Bhaarat Sharma
I am not sure whether it is directly a Struts problem but I'm hoping someone will be able to suggest a way around. I have the following in my struts.properties file: struts.custom.i18n.resources=MyResource MyResource.properties resides in WEB-INF/classes of my application. In my JSP I simply do

Re: execute() not getting executed

2009-10-17 Thread Denis Cabasson
() gets executed. But after that the execute() is not getting called. I don't have any error messages printed on my console. I have only system.out in prepare() and validate(). Can anyone think of any reason why it would happen or any way to debug this? Thanks

Re: execute() not getting executed

2009-10-16 Thread Denis Cabasson
() gets executed. But after that the execute() is not getting called. I don't have any error messages printed on my console. I have only system.out in prepare() and validate(). Can anyone think of any reason why it would happen or any way to debug this? Thanks

Re: execute() not getting executed

2009-10-16 Thread Thomas Sattler
execute() is the *default* method for an Action class. It's not the *only* method. execute() will get called if you don't have a different method specified. You can basically call any method you want; leaving out the "method=" parameter is the same as specifying "method=execute". But you can spe

Re: execute() not getting executed

2009-10-16 Thread Lukasz Lenart
Typo? Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

execute() not getting executed

2009-10-16 Thread james billa
Hi - I am using struts 2.1.6. From my jsp on submitting the form, the control goes to my action class, methods prepare() and validate() gets executed. But after that the execute() is not getting called. I don't have any error messages printed on my console. I have only system.out in prepare(

Re: Params not getting set

2009-06-04 Thread Dave Newton
Jim Collings wrote: Hmmm, so it seems from testing that I've been doing that the constant is mandatory in all cases where you want params set before Prepare is called while using paramsPrepareParamsStack AND you are using the Convention plugin. K, got it. I think this also might explain why I co

Re: Params not getting set

2009-06-04 Thread Jim Collings
> The configuration constant I pointed to still isn't in there. > > In the default stack, the params interceptor does not run before the > prepare interceptor. For instances where you need the params set > first, then the prepare interceptor fires afterwards, we created the > paramsPrepareParamsSta

Re: Params not getting set

2009-06-04 Thread Wes Wannemacher
On Thu, Jun 4, 2009 at 12:47 PM, Jim Collings wrote: [...] >> >> > /> >> [...] > OK, well it should have been: > > >     >     >     >     value="com.stuff.something.web"/> >     >         > > > In any case, it is not this type of mapping problem because the > Prepare method is getting called ju

Re: Params not getting set

2009-06-04 Thread Jim Collings
> I'm assuming you are using the conventions plugin (since there is no > action definition). How are you making sure your > conventions-configured actions are in the "stuff" package? If this is > your configuration, in whole, then you need to add - > > > > Just matching up namespace is not enough.

Re: Params not getting set

2009-06-04 Thread Wes Wannemacher
I'm assuming you are using the conventions plugin (since there is no action definition). How are you making sure your conventions-configured actions are in the "stuff" package? If this is your configuration, in whole, then you need to add - Just matching up namespace is not enough. Another opti

Params not getting set

2009-06-04 Thread Jim Collings
So I have a Preparable action and in the Preparable method, I need access to a parameter. Others have gone over my struts.xml and seem to think that it is correct: I have a getter and a setter for the property but it is not being set. It is being called from a link

RE: data is not getting refreshed

2009-04-21 Thread Martin Gainty
MG>quick comment (others feel free to jump in) > Subject: data is not getting refreshed > From: srinivas...@sify.com > To: user@struts.apache.org > > Hi all > I have situation > > we have two modules which are in production > > one is developed in old servle

data is not getting refreshed

2009-04-21 Thread srinivasa_v .
Hi all I have situation we have two modules which are in production one is developed in old servlets and jsp and another is in struts2 and hibernate we are using tomcat in second module we are facing weird problem when we access our site through url , data is not getting updated and

Result Params not getting set in redirect

2009-04-03 Thread srinivasch
is. I saw a patch for ServletRedirectResult which I applied but still it doesnt work https://issues.apache.org/struts/browse/WW-3046 Thanks -- View this message in context: http://www.nabble.com/Result-Params-not-getting-set-in-redirect-tp22871066p22871066.html Sent from the Struts - User mailing list archive

RE: ExecuteAndWaitInterceptor Issue - Not getting request object at some where

2008-11-27 Thread nikunj
l Message- > From: Nils-Helge Garli Hegvik [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 27, 2008 4:36 PM > To: Struts Users Mailing List > Subject: Re: ExecuteAndWaitInterceptor Issue - Not getting request object at > some where > > What is it that you're tryin

Re: ExecuteAndWaitInterceptor Issue - Not getting request object at some where

2008-11-27 Thread Nils-Helge Garli Hegvik
Garli Hegvik [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 27, 2008 4:36 PM > To: Struts Users Mailing List > Subject: Re: ExecuteAndWaitInterceptor Issue - Not getting request object at > some where > > What is it that you're trying to do with this code? It will be eas

RE: ExecuteAndWaitInterceptor Issue - Not getting request object at some where

2008-11-27 Thread nikunj
] Sent: Thursday, November 27, 2008 4:36 PM To: Struts Users Mailing List Subject: Re: ExecuteAndWaitInterceptor Issue - Not getting request object at some where What is it that you're trying to do with this code? It will be easier to help if you show us what you're actually trying

Re: ExecuteAndWaitInterceptor Issue - Not getting request object at some where

2008-11-27 Thread Nils-Helge Garli Hegvik
What is it that you're trying to do with this code? It will be easier to help if you show us what you're actually trying to achieve (although I have a feeling based on your previous questions...). Nils-H On Thu, Nov 27, 2008 at 11:24 AM, nikunj <[EMAIL PROTECTED]> wrote: > Dear All, > > > > I am

RE: ExecuteAndWaitInterceptor Issue - Not getting request object at some where

2008-11-27 Thread nikunj
Thanks Ravindra, But, I am getting error at line no 6 not at line no 3. Regards, Nikunj -Original Message- From: ravindra [mailto:[EMAIL PROTECTED] Sent: Thursday, November 27, 2008 4:01 PM To: 'Struts Users Mailing List' Subject: RE: ExecuteAndWaitInterceptor Issue - N

Re: ExecuteAndWaitInterceptor Issue - Not getting request object at some where

2008-11-27 Thread stewart
I will be out of the office, and mostly without email access, until Dec 1. Please contact the One World office, 605-845-7172, with any general needs, and Danny Nickels, [EMAIL PROTECTED], at the same number, for any technical or integration issues. If this is an emergency, please feel free to c

RE: ExecuteAndWaitInterceptor Issue - Not getting request object at some where

2008-11-27 Thread ravindra
Try using this, Thread.currentThread().sleep(10); instead of Thread.sleep(10); _ From: nikunj [mailto:[EMAIL PROTECTED] Sent: Thursday, November 27, 2008 3:54 PM To: 'Struts Users Mailing List' Subject: ExecuteAndWaitInterceptor Issue - Not getting request object at

ExecuteAndWaitInterceptor Issue - Not getting request object at some where

2008-11-27 Thread nikunj
Dear All, I am using ExecuteAndWaitInterceptor. Action contain following code in execute method. 1. for(int i=0; i<10; i++) 2. { 3.Thread.sleep(10); 4.logger.debug(i+ ") Name : "+Thread.currentThread().getName()); 5.logger.debug("request : " +

Re: Plz help not getting o/p when changed to validator form

2008-05-05 Thread maestro
",scountry=? where uname=?"; >PreparedStatement > pstmt=con.prepareStatement(query); > > pstmt.setString(1,tform.getPassword().toString()); > > pstmt.setString(2,tform.getRole().toString()); > > pstmt.setString(3,tform.getFname

Plz help not getting o/p when changed to validator form

2008-05-05 Thread Raghu varma bhupathiraju
()); pstmt.executeUpdate(); status="success"; }} catch(Exception ex){ ex.pri

Re: action not getting called from struts-config

2008-04-14 Thread newBea
<[EMAIL PROTECTED]>: >> >> >> struts config is not getting ReminderAction...but the configuration is >> correct i guess?? > > > > I meant the Java code inside your ReminderAction class. > > Antonio > > -- View this message in context: h

Re: action not getting called from struts-config

2008-04-14 Thread newBea
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/action-not-getting-called-from-struts-config-tp16674206p1

Re: action not getting called from struts-config

2008-04-14 Thread Lukasz Lenart
> > action > *.html > So, then try /sendmail.html Regards -- Lukasz http://www.linkedin.com/in/lukaszlenart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: action not getting called from struts-config

2008-04-14 Thread Antonio Petrelli
2008/4/14, newBea <[EMAIL PROTECTED]>: > > > struts config is not getting ReminderAction...but the configuration is > correct i guess?? I meant the Java code inside your ReminderAction class. Antonio

Re: action not getting called from struts-config

2008-04-14 Thread newBea
struts config is not getting ReminderAction...but the configuration is correct i guess?? Antonio Petrelli-3 wrote: > > 2008/4/14, newBea <[EMAIL PROTECTED]>: >> >> > type="com.lbi.equalito.webapp.action.ReminderAction"> >>

Re: action not getting called from struts-config

2008-04-14 Thread newBea
-- View this message in context: http://www.nabble.com/action-not-getting-called-from-struts-config-tp16674206p16674305.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: action not getting called from struts-config

2008-04-14 Thread Lukasz Lenart
> When i invoke /sendmail action, nothing is shown..I mean it displays only Maybe /sendmail.do will better? How did you map struts servlet in web.xml? Regards -- Lukasz http://www.linkedin.com/in/lukaszlenart - To unsubscrib

Re: action not getting called from struts-config

2008-04-14 Thread Antonio Petrelli
2008/4/14, newBea <[EMAIL PROTECTED]>: > > type="com.lbi.equalito.webapp.action.ReminderAction"> > path="/WEB-INF/pages/remsuccess.jsp"/> > > ... > type="com.lbi.equalito.webapp.form.ReminderForm"> > > When i invoke /sendma

action not getting called from struts-config

2008-04-14 Thread newBea
exceptions and error...wat cud be the possible error?? Thanks in advance... -- View this message in context: http://www.nabble.com/action-not-getting-called-from-struts-config-tp16674206p16674206.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Struts2 Action instances are not getting garbage collected

2008-03-26 Thread Alex Shneyderman
> yeah, for some action classes spring inject singleton scoped service > dependecies so that might be reason for those action for not getting garbage > collected This can not be. The only way your action will not be garbage collected if that action instance is refferenced from a l

Re: Struts2 Action instances are not getting garbage collected

2008-03-26 Thread Prajapati Manish Narandas
dependecies so that might be reason for those action for not getting garbage collected but i have one action class which doesn't have any thing which can prevent that class from being garbage collected. its as given below: * public* *class* AuctionCentralAction *extends* ActionSu

Re: Struts2 Action instances are not getting garbage collected

2008-03-26 Thread Laurie Harper
Prajapati Manish Narandas wrote: Hi All, I am using struts2 with spring object factory. Here, spring is creating action class objects with request scope and injecting service layer dependency and service layer objects are singleton scope. here, even i have given request scope it doesnt ensure 1

Struts2 Action instances are not getting garbage collected

2008-03-26 Thread Prajapati Manish Narandas
Hi All, I am using struts2 with spring object factory. Here, spring is creating action class objects with request scope and injecting service layer dependency and service layer objects are singleton scope. here, even i have given request scope it doesnt ensure 100 % garbage collection of my all a

chart not getting refreshed

2007-11-28 Thread aruna123
hi, i included my chart in the jsp.but it's not getting refreshed with the data values present in the database untill i do export it to pdf.after exporting to pdf once after refreshing the page giving the correct results..can some body help me? -- View this message in context:

RE: FormFile is not getting populated when using winhttp on Vista

2007-06-26 Thread Meindert
-8" & "--" & vbCrLf xmlhttp.SetRequestHeader "Content-Type", "multipart/form-data; boundary=" & bndry & "; Charset=UTF-8" ... -Original Message- From: Meindert [mailto:[EMAIL PROTECTED] Sent: 22 June 2007 05:56 PM To: u

FormFile is not getting populated when using winhttp on Vista

2007-06-22 Thread Meindert
Hi There, I'm setting the header in my VB application without charset property in the Content type; winhttp.SetRequestHeader "Content-Type", "multipart/form-data; boundary=xxx This was using fine and the file was received by struts in the FormFile object But now I'm trying the same on Vista with

Re: form is not getting submitted

2007-05-16 Thread Frank W. Zammetti
jalal udeen wrote: hi im creating a application for online test so i have used a link to submit using java script "document.forms[0].submit();" but some time this is not getting submitted im last moment can u give me idea for this . if i click again it gets submitted or if there

form is not getting submitted

2007-05-16 Thread jalal udeen
hi im creating a application for online test so i have used a link to submit using java script "document.forms[0].submit();" but some time this is not getting submitted im last moment can u give me idea for this . if i click again it gets submitted or if there i

doubleList not getting pupulated.. a small example if this works?

2007-04-25 Thread אלחנן מעין
hi.. can anyone tell me where can i find a small sample (showcase is a huge) of doubleselect being pupulated from an action form? actually i took a look at source code and saw that the doubleList property is actually a string, so how can it recieve a list? ___

doubleList not getting pupulated..

2007-04-23 Thread אלחנן מעין
hi... trying this: name="selectedclient" label="Client and task" listKey="id" listValue="name" list="clients" doubleName="selectedTask" doubleListKey="id" doubleListValue="name" doubleList="tasks" /> on my action i have: public List getClients(){ List l=new ArrayList();

Re: FormFile field value not getting retained

2006-10-25 Thread Laurie Harper
Puneet Lakhina wrote: Hi, This is the first time I am using a FormFile. I have a few other fields in my form along with the field. The problem is when some validation fails, the value in the text field of the file control gets lost i.e. the user has to select the file again. Is this normal behav

FormFile field value not getting retained

2006-10-25 Thread Puneet Lakhina
Hi, This is the first time I am using a FormFile. I have a few other fields in my form along with the field. The problem is when some validation fails, the value in the text field of the file control gets lost i.e. the user has to select the file again. Is this normal behavior or does it have to

RE: form-bean is not getting updated with the values entered

2006-09-19 Thread Givler, Eric
Message- From: fea jabi [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 9:44 AM To: user@struts.apache.org Subject: form-bean is not getting updated with the values entered Have an ArrayList in the form-bean This contains the list of row objects required for the below table

form-bean is not getting updated with the values entered

2006-09-19 Thread fea jabi
Have an ArrayList in the form-bean This contains the list of row objects required for the below table. using displaytag to display the the list of elements. requestURI="PrepareAction.do" class="table1"> .. ... I tried using

RE: Validator not getting called and I can't see why [resolved]

2006-08-07 Thread Givler, Eric
er.valueOf? -Original Message- From: Bart Busschots [mailto:[EMAIL PROTECTED] Sent: Sunday, August 06, 2006 3:33 PM To: Struts Users Mailing List Subject: Re: Validator not getting called and I can't see why [resolved] OK, I got all this figured out in the end. The validator was being called

Re: Validator not getting called and I can't see why [resolved]

2006-08-07 Thread Bart Busschots
s always possible) or I've > managed to break the validator. I have an app that uses validator all > over the place and it's working fine in all my other actions but for > this one action it is simply not getting called. > > I can't see any difference between this actio

Re: Validator not getting called and I can't see why [resolved]

2006-08-07 Thread Romu
stupid (which is always possible) or I've > > managed to break the validator. I have an app that uses validator all > > over the place and it's working fine in all my other actions but for > > this one action it is simply not getting called. > > > &

Re: Validator not getting called and I can't see why [resolved]

2006-08-07 Thread Romu
Bart Busschots wrote: > I'm either missing something stupid (which is always possible) or I've > managed to break the validator. I have an app that uses validator all > over the place and it's working fine in all my other actions but for > this one action it is sim

Re: Validator not getting called and I can't see why [resolved]

2006-08-06 Thread Bart Busschots
t uses validator all over the place and it's working fine in all my other actions but for this one action it is simply not getting called. I can't see any difference between this action/form/validation and all the other ones that are working. This is the form: type="org.apache

Re: Re: Validator not getting called and I can't see why

2006-08-04 Thread Matt Kurjanowicz
L PROTECTED]> wrote: >> I'm either missing something stupid (which is always possible) or I've >> managed to break the validator. I have an app that uses validator all >> over the place and it's working fine in all my other actions but for >>

Re: Validator not getting called and I can't see why

2006-08-04 Thread Niall Pemberton
t;> I'm either missing something stupid (which is always possible) or I've >> managed to break the validator. I have an app that uses validator all >> over the place and it's working fine in all my other actions but for >> this one

Re: Validator not getting called and I can't see why

2006-08-04 Thread Bart Busschots
out what its doing. Niall On 8/3/06, Bart Busschots <[EMAIL PROTECTED]> wrote: I'm either missing something stupid (which is always possible) or I've managed to break the validator. I have an app that uses validator all over the place and it's working fine in all my other a

Re: Validator not getting called and I can't see why

2006-08-04 Thread Niall Pemberton
tor all over the place and it's working fine in all my other actions but for this one action it is simply not getting called. I can't see any difference between this action/form/validation and all the other ones that are working. This is the form:

RE: Validator not getting called and I can't see why

2006-08-04 Thread Samere, Adam J
t: Re: Validator not getting called and I can't see why Hi Eric, Thanks for the reply but I'm using a DynaValidatorForm so I don't have a class to override things in. I would assume that DynaValidatorForm validates correctly because I use it all over the place. It's just this one act

Re: Validator not getting called and I can't see why

2006-08-04 Thread Bart Busschots
) + " ***"); return ( errors ); } // validate } // Page_6_Form -Original Message- From: Bart Busschots [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 6:10 PM To: Struts Users Mailing List Subject: Validator not getting called and I can't see why

RE: Validator not getting called and I can't see why

2006-08-04 Thread Givler, Eric
idate } // Page_6_Form -Original Message- From: Bart Busschots [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 6:10 PM To: Struts Users Mailing List Subject: Validator not getting called and I can't see why I'm either missing something stupid (which is always poss

Re: Validator not getting called and I can't see why

2006-08-03 Thread Matt Kurjanowicz
either missing something stupid (which is always possible) or I've managed to break the validator. I have an app that uses validator all over the place and it's working fine in all my other actions but for this one action it is simply not getting called. I can't see any difference b

Validator not getting called and I can't see why

2006-08-03 Thread Bart Busschots
I'm either missing something stupid (which is always possible) or I've managed to break the validator. I have an app that uses validator all over the place and it's working fine in all my other actions but for this one action it is simply not getting called. I can't see an

Re: Not getting URL rewriting with

2006-06-20 Thread Mon Cab
Thanks Richard It works with action=userlogin_display. --- Richard Yee <[EMAIL PROTECTED]> wrote: > According to the documentation if you use href, the value passed will > be > unchanged. It looks like you should use action=userlogin_display > and the property and name attributes to set the

Re: Not getting URL rewriting with

2006-06-19 Thread Richard Yee
According to the documentation if you use href, the value passed will be unchanged. It looks like you should use action=userlogin_display and the property and name attributes to set the action parameter. -Richard Mon Cab wrote: I have a jsp page called link test (included below), However, the

Not getting URL rewriting with

2006-06-19 Thread Mon Cab
I have a jsp page called link test (included below), However, the url for *Login Link* is not being rewritten to include the jsessionid. Cookies are disabled on my browser, and jsessionid is being generated for form submissions, but not for links. Am I missing something here? Pleae help. <%

Re: [Shale] a command btn within a conditionally "rendered" form not getting actionListener.

2006-02-08 Thread Jörg Liegler
Your problem reminded me of a similar situation - an actionlistener was not called because the form was not submitted, hence it skipped to decode all its child or facets. My hint is to set a breakpoint on javax.faces.component.UIForm inside processDecodes. Jörg

Re: [Shale] a command btn within a conditionally "rendered" form not getting actionListener.

2006-02-06 Thread Jason Vincent
ily Gu (egu) <[EMAIL PROTECTED]> wrote: > > > Don't use actionListener but just simply use action. All you want should > > > be working as expected. > > > > > > > > action="#{pulldownTest.handleChangeItem}" value="Submit"/&g

RE: [Shale] a command btn within a conditionally "rendered" form not getting actionListener.

2006-02-06 Thread Emily Gu \(egu\)
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Monday, February 06, 2006 6:44 PM To: Struts Users Mailing List Subject: Re: [Shale] a command btn within a conditionally "rendered" form not getting actionListener. On 2/6/06, Jason Vince

Re: [Shale] a command btn within a conditionally "rendered" form not getting actionListener.

2006-02-06 Thread Craig McClanahan
uot;/> > > > > public String handleChangeItem() { > > LOGGER.debug("handleChangeItem()"); > > return "success"; > > } > > > > Emily > > > > > > -Original Message- > > From: Jason Vince

Re: [Shale] a command btn within a conditionally "rendered" form not getting actionListener.

2006-02-06 Thread Jason Vincent
> From: Jason Vincent [mailto:[EMAIL PROTECTED] > Sent: Monday, February 06, 2006 4:14 PM > To: Struts Users Mailing List > Subject: Re: [Shale] a command btn within a conditionally "rendered" > form not getting actionListener. > > I put the messages tag in there, but

RE: [Shale] a command btn within a conditionally "rendered" form not getting actionListener.

2006-02-06 Thread Emily Gu \(egu\)
o:[EMAIL PROTECTED] Sent: Monday, February 06, 2006 4:14 PM To: Struts Users Mailing List Subject: Re: [Shale] a command btn within a conditionally "rendered" form not getting actionListener. I put the messages tag in there, but I'm getting nothing from that tag. I've witnesse

Re: [Shale] a command btn within a conditionally "rendered" form not getting actionListener.

2006-02-06 Thread Jason Vincent
I put the messages tag in there, but I'm getting nothing from that tag. I've witnessed JSF swallowing exceptions before. Is there a way to get JSF to log the stacktraces to my logger? I've really simplified my test case and I'm still seeing the problem. I have a pull down at the top with a submi

RE: [OT] Re: Image not getting displayed !

2006-02-06 Thread Patel, Dharmesh S
11:42 AM To: 'Struts Users Mailing List' Subject: RE: [OT] Re: Image not getting displayed ! Thanx Max ! (Wow Doesn't I sound poetic) Appreciate your effort to reply to my mail. I have used all the possible permutations/combinations for the image path. So there is no possibi

RE: [OT] (Problem Solved)Re: Image not getting displayed !

2006-02-05 Thread Jitendra Kumar
earlier. Thanks again Jeet -Original Message- From: Jitendra Kumar [mailto:[EMAIL PROTECTED] Sent: Monday, February 06, 2006 11:42 AM To: 'Struts Users Mailing List' Subject: RE: [OT] Re: Image not getting displayed ! Thanx Max ! (Wow Doesn't I sound poetic) Appreciate

RE: [OT] Re: Image not getting displayed !

2006-02-05 Thread Jitendra Kumar
truts-config ??? Regards, Jeet -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED] Sent: Saturday, February 04, 2006 7:11 PM To: Struts Users Mailing List Subject: RE: [OT] Re: Image not getting displayed ! There are some useful browser plugins for finding (and correcting, based o

Re: [Shale] a command btn within a conditionally "rendered" form not getting actionListener.

2006-02-05 Thread Craig McClanahan
On 2/5/06, Jason Vincent <[EMAIL PROTECTED]> wrote: > > Hi all, > > For some reason a cmd btn of mine isn't calling its actionListener > method when it is clicked. > > Here is the situation. I have a pull down at the top of my page which > chooses the item that I want to edit below. I hit the sub

[Shale] a command btn within a conditionally "rendered" form not getting actionListener.

2006-02-05 Thread Jason Vincent
Hi all, For some reason a cmd btn of mine isn't calling its actionListener method when it is clicked. Here is the situation. I have a pull down at the top of my page which chooses the item that I want to edit below. I hit the submit button next to the pulldown, and the second half of the page i

Re: Image not getting displayed !

2006-02-04 Thread Dakota Jack
You will be most helped by learning how the browser and your server work together to locate files give certain URIs. You also might try, after learning this, to use logical names for the URIs and an application for conversions which will always do right by you. On 2/2/06, Jitendra Kumar <[EMAIL P

RE: [OT] Re: Image not getting displayed !

2006-02-04 Thread Max Cooper
rowser. I am > using JBOss 3.2.5 > > Please let me know what mistake I am doing. > > > -Original Message- > From: Dave Newton [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 02, 2006 8:51 PM > To: Struts Users Mailing List > Subject: [OT] Re: Image not get

RE: [OT] Re: Image not getting displayed !

2006-02-03 Thread Jitendra Kumar
allowing .jpg or .gif images to be viewed ?? People Please help !! Jitendra -Original Message- From: Garner, Shawn [mailto:[EMAIL PROTECTED] Sent: Friday, February 03, 2006 9:00 PM To: 'Struts Users Mailing List' Subject: RE: [OT] Re: Image not getting displayed ! Or try the ht

RE: [OT] Re: Image not getting displayed !

2006-02-03 Thread Garner, Shawn
Or try the html:base tag. Not sure what it does exactly. Shawn -Original Message- From: Jitendra Kumar [mailto:[EMAIL PROTECTED] Sent: Thursday, February 02, 2006 10:54 PM To: 'Struts Users Mailing List' Subject: RE: [OT] Re: Image not getting displayed ! I will try to

RE: [OT] Re: Image not getting displayed !

2006-02-03 Thread Garner, Shawn
Try Shawn -Original Message- From: Jitendra Kumar [mailto:[EMAIL PROTECTED] Sent: Thursday, February 02, 2006 10:54 PM To: 'Struts Users Mailing List' Subject: RE: [OT] Re: Image not getting displayed ! I will try to be clearer this time !! I am developing a Struts pro

RE: [OT] Re: Image not getting displayed !

2006-02-02 Thread Jitendra Kumar
: Thursday, February 02, 2006 8:51 PM To: Struts Users Mailing List Subject: [OT] Re: Image not getting displayed ! Jitendra Kumar wrote: > I am using in myeclipse. > > In Design view the image is showing by when I view it in browser, the > image doesn't show. Please let m

[OT] Re: Image not getting displayed !

2006-02-02 Thread Dave Newton
Jitendra Kumar wrote: > I am using in myeclipse. > > In Design view the image is showing by when I view it in browser, the > image doesn't show. Please let me know the reason. > I'm not sure how this is Struts-related. Even if it were, as you have provided essentially zero information this wil

Image not getting displayed !

2006-02-02 Thread Jitendra Kumar
I am using in myeclipse. In Design view the image is showing by when I view it in browser, the image doesn't show. Please let me know the reason. Images folder is in the same folder as my jsp page. I am baffled !! TIA Jitendra

RE: Validation seemingly not getting called any longer

2005-11-09 Thread David G. Friedman
ginal Message- From: Preston CRAWFORD [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 1:46 PM To: user@struts.apache.org Subject: RE: Validation seemingly not getting called any longer That would be nice. Wouldn't be a bad thing to add, either. Preston >>> [EMAIL P

RE: Validation seemingly not getting called any longer

2005-11-09 Thread Preston CRAWFORD
t link so you'll know what else to watch out for when using multiple (or module based) struts-config.xml files. Regards, David -Original Message- From: Preston CRAWFORD [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 9:27 PM To: user@struts.apache.org Subject: RE: Valida

RE: Validation seemingly not getting called any longer

2005-11-09 Thread Garner, Shawn
e.org Subject: RE: Validation seemingly not getting called any longer Yeah, that's there. Like I said, it was working earlier. Not sure why it's not now. Preston >>> [EMAIL PROTECTED] 11/8/2005 2:41 PM >>> Do you have the commons-validator jar in your WEB-INF/lib director

RE: Validation seemingly not getting called any longer

2005-11-08 Thread David G. Friedman
Original Message- From: Preston CRAWFORD [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 9:27 PM To: user@struts.apache.org Subject: RE: Validation seemingly not getting called any longer Solved it. Weird. I rolled back to an old version to try to figure out what was diffe

RE: Validation seemingly not getting called any longer

2005-11-08 Thread Preston CRAWFORD
-Original Message- From: Preston CRAWFORD [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 7:05 PM To: user@struts.apache.org Subject: Re: Validation seemingly n

RE: Validation seemingly not getting called any longer

2005-11-08 Thread Preston CRAWFORD
, etc. Are they recent (as in someone might have modified them before the last webapp restart) or dated months ago (indicating no recent changes) ? Regards, David -Original Message- From: Preston CRAWFORD [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 7:05 PM To: user@struts

RE: Validation seemingly not getting called any longer

2005-11-08 Thread David G. Friedman
rds, David -Original Message- From: Preston CRAWFORD [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 7:05 PM To: user@struts.apache.org Subject: Re: Validation seemingly not getting called any longer It's not configured in Validation.x

Re: Validation seemingly not getting called any longer

2005-11-08 Thread Preston CRAWFORD
It's not configured in Validation.xml. The form is mask ^[0-9a-zA-Z]*$ I did turn up debugging on log4j.logger

  1   2   >