Re: After Visiting URL with Query String, Query String Appears on Every Link

2008-06-07 Thread Lukasz Lenart
Hi 2008/6/7 Pandolf <[EMAIL PROTECTED]>: ><@s.url id="todayDashboardUrl" action="encounters"> > Add includeParams="none" to this tag or globally set struts.url.includeParams=none in struts.xml or struts.properties Regards -- Lukasz http://www.lenart.org.pl/

After Visiting URL with Queyr String, Query String Appears on Every Link

2008-06-07 Thread Pandolf
0"/> <@s.param name="maxDaysAway" value="1"/> <@s.a href="%{todayDashboardUrl}">Today The link is rendered without a problem. I can click it and arrive at the correct page. After clicking through this link, however, Struts

Re: Move query to interceptor

2008-06-06 Thread Frans Thamura
On Fri, Jun 6, 2008 at 10:03 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- On Fri, 6/6/08, Frans Thamura <[EMAIL PROTECTED]> wrote: > > my interceptor is not working > > > > because i need to do like execute() in ActionSupport > > What? i use spring and hibernate, , still finding out, i want

Re: Move query to interceptor

2008-06-06 Thread Frans Thamura
On Fri, Jun 6, 2008 at 8:43 PM, Gabriel Belingueres <[EMAIL PROTECTED]> wrote: > AFAIK, It is a very common to use an interceptor/servlet filter to > factor out authentication/authorization functionality. > my interceptor is not working because i need to do like execute() in ActionSupport any g

Re: Move query to interceptor

2008-06-06 Thread Gabriel Belingueres
AFAIK, It is a very common to use an interceptor/servlet filter to factor out authentication/authorization functionality. 2008/6/6, Frans Thamura <[EMAIL PROTECTED]>: > hi all > > we want to move the repeated query on our apps to become a interceptor, this > is our file >

Move query to interceptor

2008-06-05 Thread Frans Thamura
hi all we want to move the repeated query on our apps to become a interceptor, this is our file anyone can give the experience to me about this mode? NB: the repeated query is a security purpose query, that validate every user/role to access certain package in struts.xml F package

Move query to interceptor

2008-06-05 Thread Frans Thamura
hi all we want to move the repeated query on our apps to become a interceptor, this is our file anyone can give the experience to me about this mode? NB: the repeated query is a security purpose query, that validate every user/role to access certain package in struts.xml F package

Struts2 redirect action result type and URI query string

2007-12-20 Thread Filipe David Manana
Hi, I want to do a redirection to an action based on the result name of some other action. The problem is that I want to pass a number of parameters that I don't know in advance how many they are (neither their values). I have only a query string available (like ?p1=v1&p2=v2&ord=1

Fwd: Re: Having query on action chaining

2007-11-21 Thread Dave Newton
--- vijay vijay <[EMAIL PROTECTED]> wrote: > i have seen the page from here "" > struts-2.0.11\docs\docs\action-chaining.html"". > there i could not get much > info.i am looking more.if u have info with u u can > help me.any sample > examples and any working examples are also welcome I still don'

Re: Having query on action chaining

2007-11-21 Thread vijay vijay
hi *Alexis ,* *i am looking action chaining in struts 2, i have gone through the page which is there in docs and observing the showcase also. but i wanted to be more specific to this point even interseptors can you help me?? * ** On 11/21/07, Alexis Pigeon <[EMAIL PROTECTED

Re: Having query on action chaining

2007-11-21 Thread Alexis Pigeon
Hi vijay, On 21/11/2007, vijay vijay <[EMAIL PROTECTED]> wrote: > thank you, > i have seen this iam looking for more links... http://www.google.com/search?hl=en&q=struts+action+chaining I don't mean to be rude, but that's the best we can offer if you are not more spec

Re: Having query on action chaining

2007-11-21 Thread vijay vijay
i am want to work on action chaining can any one give me links > > for > > it. > > > > vijay > > > > > > -- > View this message in context: > http://www.nabble.com/Having-query-on-action-chaining

Re: Having query on action chaining

2007-11-21 Thread Omkar Patil
http://struts.apache.org/2.0.11/docs/action-chaining.html vijay vijay wrote: > > Hi, > i am want to work on action chaining can any one give me links > for > it. > > vijay > > -- View this message in context: http://www.nabble.com/Havi

Having query on action chaining

2007-11-20 Thread vijay vijay
Hi, i am want to work on action chaining can any one give me links for it. vijay

Re: Query

2007-07-10 Thread Antonio Petrelli
2007/7/10, Amit Sharma <[EMAIL PROTECTED]>: So if above can't be done then I am planning to have a JSP being called and then redirecting it to the action. It is exactly what you have to do. Antonio - To unsubscribe, e-mail: [

Query

2007-07-10 Thread Amit Sharma
How to have the struts action being called from the web.xml configuration, e.g. see below /login.do The thing that I know is that the JSP/html pages can be configured to be the welcome page. So if above can't be done then I am planning to have a JSP being called and then redirecting

Re: Query on struts application design

2007-06-20 Thread Yoge
Another alternative, Move all the images/css specific to abc.com to a subdirectory named /abc/... Let all the images related to xyz.com be in another sub-directory /xyx/ Change path of images in your application to /abc or /xyz based on the request.*getRemoteHost*() . -- Yoge, AdventNet, Inc.

Query on struts application design

2007-06-14 Thread Rakesh Sharma
Dear All, I am new to struts so would need your help here. My client has an enterprise application(struts1.0 based) with : 1 WAR (virtual host www.abc.com) 1 EJB module Now, the client want the same application(almost same business rules..i.e same EJB module) but in different look and feel

Re: Retrieving HTTP query string

2007-06-04 Thread Dave Newton
--- Musachy Barroso <[EMAIL PROTECTED]> wrote: > what are these empty emails? They're your email client :) For whatever reason the actual msg is in the fwd'ed attachment. d. > > musachy > > On 6/4/07, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > > > > > The information contained in this

Re: Empty emails [was Retrieving HTTP query string]

2007-06-04 Thread yitzle
Not sure why, but the body of the emails is in the attachment. On 6/4/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: what are these empty emails? musachy On 6/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > The information contained in this electronic message and any attachments > to

Re: Retrieving HTTP query string

2007-06-04 Thread yitzle
On 6/4/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- yitzle <[EMAIL PROTECTED]> wrote: > How do I get the Request object? Struts version? S1: It's passed in to Action.execute(...) S2: Implement ServletRequestAware http://struts.apache.org/2.x/struts2-core/apidocs/org/apache/struts2/intercepto

Re: Retrieving HTTP query string

2007-06-04 Thread Musachy Barroso
what are these empty emails? musachy On 6/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged

RE: Retrieving HTTP query string

2007-06-04 Thread animesh.saxena
... //. } Now U have the request object. Animesh http://inlovewithlinux.blogspot.com From: [EMAIL PROTECTED] on behalf of yitzle Sent: Mon 6/4/2007 11:22 PM To: Struts Users Mailing List Subject: Re: Retrieving HTTP query string > Its as simple

Re: Retrieving HTTP query string

2007-06-04 Thread Dave Newton
--- yitzle <[EMAIL PROTECTED]> wrote: > How do I get the Request object? Struts version? S1: It's passed in to Action.execute(...) S2: Implement ServletRequestAware http://struts.apache.org/2.x/struts2-core/apidocs/org/apache/struts2/interceptor/ServletRequestAware.html I have no idea why you w

Re: Retrieving HTTP query string

2007-06-04 Thread yitzle
On 6/4/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- yitzle <[EMAIL PROTECTED]> wrote: > If I got a URL with a parameter embedded in it, how > do I check what the query string is? Struts version? d. Sorry. Struts 2 --

Re: Retrieving HTTP query string

2007-06-04 Thread Dave Newton
--- yitzle <[EMAIL PROTECTED]> wrote: > If I got a URL with a parameter embedded in it, how > do I check what the query string is? Struts version? d. The fish are biting. Get more visitors

Re: Retrieving HTTP query string

2007-06-04 Thread yitzle
Its as simple as using the Request object. Request.QueryString Maybe I am getting the question wrong. Can you explain the scenario in which you are using this? How do I get the Request object? Implementing RequestAware gets me a map... There's a sun.misc.Request object, but that doesn't look rig

RE: Retrieving HTTP query string

2007-06-04 Thread animesh.saxena
: Struts Users Mailing List Subject: Retrieving HTTP query string If I got a URL with a parameter embedded in it, how do I check what the query string is? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Retrieving HTTP query string

2007-06-04 Thread yitzle
If I got a URL with a parameter embedded in it, how do I check what the query string is? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AJAX query

2007-05-18 Thread Kavita Mehta
thanks ..it was the previous case only . "Frank W. Zammetti" <[EMAIL PROTECTED]> 05/16/2007 07:11 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: AJAX query When you say your "updating it using AJAX",

Re: AJAX query

2007-05-16 Thread Frank W. Zammetti
When you say your "updating it using AJAX", do you mean you are making an AJAX request and putting the results into oamHeaderDateTimeInfo? Or do you mean you are making an AJAX request who's response is generated by this JSP? If the former, then it makes perfect sense: userData() is a server-

AJAX query

2007-05-16 Thread Kavita Mehta
I have a code in JSP file <%= userDate() %> and I'm updating it using AJAX . but surprisingly, the control doesnt go to this userDate() function again ..due to which my date time is not gettingupdated . Pls help. Thanks Kavita *DISCLAIME

Re: How to get original query string after more than two forwards

2007-04-19 Thread Lance
p Blue Li <[EMAIL PROTECTED]> wrote: > Hi, > > I'm currently using an app. server that is using servlet 2.4. I cannot get > the original query string after doing more than two request forward. > > Here is the scenario: > 1. Enter the URL in the browser : http://xxx

Re: How to get original query string after more than two forwards

2007-04-19 Thread Lance
, you can use it, for example, like this : I'm not perfectly sure that it works, but you can try it. piloupy On 4/19/07, Deep Blue Li <[EMAIL PROTECTED]> wrote: > Hi, > > I'm currently using an app. server that is using servlet 2.4. I cannot get > the original query

Re: How to get original query string after more than two forwards

2007-04-19 Thread Deep Blue Li
Blue Li <[EMAIL PROTECTED]> wrote: > Hi, > > I'm currently using an app. server that is using servlet 2.4. I cannot get > the original query string after doing more than two request forward. > > Here is the scenario: > 1. Enter the URL in the browser : http://xxx/xxx

Re: How to get original query string after more than two forwards

2007-04-19 Thread piloupy GOTTAPIL
like this : I'm not perfectly sure that it works, but you can try it. piloupy On 4/19/07, Deep Blue Li <[EMAIL PROTECTED]> wrote: Hi, I'm currently using an app. server that is using servlet 2.4. I cannot get the original query string after doing more than two request forward

How to get original query string after more than two forwards

2007-04-18 Thread Deep Blue Li
Hi, I'm currently using an app. server that is using servlet 2.4. I cannot get the original query string after doing more than two request forward. Here is the scenario: 1. Enter the URL in the browser : http://xxx/xxx.do?search=abc 2. Go to validator, validation failed 3. Validator for

Re: Struts Dynamic Radio Button Query

2007-01-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Priya, Priya Khanna wrote: > My problem is that both the questions and the number of radio buttons > needs to be dynamic (based on what is currently in the database). I can > iterate through the questions and display them in the table but I am > unsur

RE: Struts Dynamic Radio Button Query

2007-01-10 Thread Barun Kumar Yadav
Is your problem in retrieving the options from the DB or is it with displaying it on the JSP. _barun -Original Message- From: Priya Khanna [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 1:22 PM To: user@struts.apache.org Subject: Struts Dynamic Radio Button Query Hi

RE: Struts Dynamic Radio Button Query

2007-01-10 Thread Anjishnu Bandyopadhyay
ailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 1:22 PM To: user@struts.apache.org Subject: Struts Dynamic Radio Button Query Hi All, I am attempting to create a (fairly) simple web app using struts.I need to create a table of questions with each question having radio buttons

Struts Dynamic Radio Button Query

2007-01-09 Thread Priya Khanna
Hi All, I am attempting to create a (fairly) simple web app using struts.I need to create a table of questions with each question having radio buttons (a range of numeric values) so the user can input and submit their answers: question1o o o o o o o o question2o o o o o o o o

Re: Query regarding file upload

2006-12-10 Thread Rahul Joshi
CTED] > Sent: Friday, December 08, 2006 8:50 AM > To: user@struts.apache.org > Subject: Query regarding file upload > > > Hi, > > I have created a Struts action which accepts a file from > client, I used org.apache.struts.upload.FormFile as a member > inside the acti

RE: Query regarding file upload

2006-12-08 Thread George.Dinwiddie
You would have to control this on the client end, perhaps using javascript to break the transaction into two HTTP requests. > -Original Message- > From: Rahul Joshi [mailto:[EMAIL PROTECTED] > Sent: Friday, December 08, 2006 8:50 AM > To: user@struts.apache.org > Subject:

Query regarding file upload

2006-12-08 Thread Rahul Joshi
Hi, I have created a Struts action which accepts a file from client, I used org.apache.struts.upload.FormFile as a member inside the actionform that is associated with that Action. Before saving that file uploaded by client, I first look for a token string in the request's query part. That

Re: Query

2006-12-06 Thread Jagaran Bubai Das
truts.apache.org/downloads.html > and play with the sample programs. > > -Original Message- > From: Jagaran Das [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 05, 2006 5:04 PM > To: user@struts.apache.org > Subject: Query > > > Hi all, > > > > >

Re: Query

2006-12-05 Thread Ed Griebel
ilto:[EMAIL PROTECTED] Sent: Tuesday, December 05, 2006 5:04 PM To: user@struts.apache.org Subject: Query Hi all, How to install a simple application in Struts? I am new to this field. Please let me know what is good way to start exploring STRUTS. Thanks in Advance Jagaran

RE: Query

2006-12-05 Thread Jagaran Bubai Das
wnloads.html and play with the sample programs. -Original Message- From: Jagaran Das [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 05, 2006 5:04 PM To: user@struts.apache.org Subject: Query Hi all, How to install a simple application in Struts? I am new to this field. Please let

RE: Query

2006-12-05 Thread Narayanaswamy, Mohan
First download the struts from http://struts.apache.org/downloads.html and play with the sample programs. -Original Message- From: Jagaran Das [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 05, 2006 5:04 PM To: user@struts.apache.org Subject: Query Hi all, How to install a

Query

2006-12-05 Thread Jagaran Das
Hi all, How to install a simple application in Struts? I am new to this field. Please let me know what is good way to start exploring STRUTS. Thanks in Advance Jagaran CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION

[Non Struts] - Query Building Tool

2006-12-01 Thread Arevalo, Cesar \(GE Comm Fin, non-ge\)
Hi All, This is not a question about Struts or Java at all. But it might :-) Here at work I have been assigned the creation of a tool with a nice Web GUI so that a non technical user can create filters for reports we are making. This of course means that the nice GUI is a Query Building Tool

Re: Query in action messages

2006-11-15 Thread Hanmay Udgiri
.. eg:- errors.add(Error_FIELD_KEY,new ActionMessage(" error.required",getResources(request).getMessage("error.zipcode")); Regards, Nuwan - Original Message - From: "Hanmay Udgiri" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 15, 2006 8:25 AM Su

RE: Query in action messages

2006-11-15 Thread Anil Kumar T
I was wrong... ignore my earlier mail.. Thanks. Anil. -Original Message- From: Hanmay Udgiri [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 1:56 PM To: user@struts.apache.org Subject: Query in action messages Hi I am doing validation in my Action Form which is extending

RE: Query in action messages

2006-11-15 Thread Anil Kumar T
you... Anil. -Original Message- From: Hanmay Udgiri [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 1:56 PM To: user@struts.apache.org Subject: Query in action messages Hi I am doing validation in my Action Form which is extending ValidatorActionForm. In validate method,I am

RE: Query in action messages

2006-11-15 Thread Mano Chinthaka Dasanayaka
dgiri [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 1:56 PM To: user@struts.apache.org Subject: Query in action messages Hi I am doing validation in my Action Form which is extending ValidatorActionForm. In validate method,I am checking for mandatory field

Re: Query in action messages

2006-11-15 Thread Nuwan Chandrasoma
); Regards, Nuwan - Original Message - From: "Hanmay Udgiri" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 15, 2006 8:25 AM Subject: Query in action messages Hi I am doing validation in my Action Form which is extending ValidatorActionForm. In validate method,I

Re: Query in action messages

2006-11-15 Thread Nuwan Chandrasoma
Udgiri" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 15, 2006 8:25 AM Subject: Query in action messages Hi I am doing validation in my Action Form which is extending ValidatorActionForm. In validate method,I am checking for mandatory field and adding error. The error in Applicat

Query in action messages

2006-11-15 Thread Hanmay Udgiri
Hi I am doing validation in my Action Form which is extending ValidatorActionForm. In validate method,I am checking for mandatory field and adding error. The error in ApplicationResources.properties is like this. error.required=The {0) field is required field. error.notInRange=The {0} field should

Query in Action messages

2006-11-14 Thread Hanmay Udgiri
Hi I am doing validation in my Action Form which is extending ValidatorActionForm. In validate method,I am checking for mandatory field and adding error. The error in ApplicationResources.properties is like this. error.required=The {0) field is required field. error.notInRange=The {0} field should

Re: Ajax query

2006-07-31 Thread mcmoisei
riginal message -- From: "Patil, Sheetal" <[EMAIL PROTECTED]> > hello friends, > i have one query with Ajax. in struts we separate model-view-controller, > even that's struts purpose. > but now a days i am using Ajax, and i seen most of the examples are > produ

Re: Ajax query

2006-07-31 Thread Thomas Joseph
mail, kindly intimate the author of the mail and delete the same. - Original Message - From: Patil, Sheetal To: Struts Users Mailing List Sent: Monday, July 31, 2006 3:50 PM Subject: Ajax query

Ajax query

2006-07-31 Thread Patil, Sheetal
hello friends, i have one query with Ajax. in struts we separate model-view-controller, even that's struts purpose. but now a days i am using Ajax, and i seen most of the examples are producing html code or data to display and sending it to client. but i think this is violating M-V-C patte

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-16 Thread Antonio Petrelli
Roy, Ansuman ha scritto: Thanks Antonio, that solved the problem. I used java.util.Properties so now the special characters are not coming by the way, what if I try to put russian characters or use non ascii characters in my keys?? You'll find a lot of \u, not very readable ;-) What I c

RE: Struts Action returning null - Design query?

2006-03-15 Thread Saurabh Bobde
have received this e-mail message in error, please delete it and notify the sender." -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 6:35 PM To: Struts Users Mailing List Subject: Re: Struts Action returning null - Design query? On 3/10/0

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 Antonio Petrelli
Roy, Ansuman ha scritto: 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?? Yes, java.util.Properties. ".properties" files must be ASCII 7-bit, the "Properties" class takes all the burden of encod

RE: query about application resource and charset

2006-03-15 Thread Roy, Ansuman
tonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 5:33 PM To: Struts Users Mailing List Subject: Re: query about application resource and charset Roy, Ansuman ha scritto: > But the struts application uses bean tags every where so I have to generate > the property file >

Re: query about application resource and charset

2006-03-15 Thread Antonio Petrelli
Roy, Ansuman ha scritto: But the struts application uses bean tags every where so I have to generate the property file How do you generate this file then? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

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

Re: query about application resource and charset

2006-03-15 Thread Antonio Petrelli
Roy, Ansuman ha scritto: 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. File .properties MUST have escape codes for special characters (i.e. \u codes). This is the default beh

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: Struts Action returning null - Design query?

2006-03-10 Thread Wendy Smoak
On 3/10/06, Saurabh Bobde <[EMAIL PROTECTED]> wrote: > After processing a request, the Action would simply return a null > ActionForward, like so: return (null); > > One of the scenarios why/where they were doing this was, they needed to > write to the response directly. (For eg, returning the co

Re: Struts Action returning null - Design query?

2006-03-10 Thread Antonio Petrelli
Saurabh Bobde ha scritto: After processing a request, the Action would simply return a null ActionForward, like so: return (null); One of the scenarios why/where they were doing this was, they needed to write to the response directly. I've seen this in Struts-Layout, where they send the eleme

Struts Action returning null - Design query?

2006-03-10 Thread Saurabh Bobde
Hello. I tried my best before posting this and searched through the archives, but couldn't find anything on this. I recently came across a team which was doing something which seemed a little "weird" more from a designer's (purist?) perspective. After processing a request, the Action would simp

Re: query parameters

2006-03-08 Thread Madhav Bhargava
Yup i realised that as soon as sent this mail. Thanks for the reply. On 3/7/06, David Delbecq <[EMAIL PROTECTED]> wrote: > > Encoding and decoding of query parameters is the job of container > (tomcat, jboss, websphere, what ever you are using). The only struts > relate

Re: query parameters

2006-03-07 Thread David Delbecq
Encoding and decoding of query parameters is the job of container (tomcat, jboss, websphere, what ever you are using). The only struts related exception is for multipart/form-data (used for file uploads). There it's common-fileupload library which does the decoding. Why would you want to d

query parameters

2006-03-07 Thread Madhav Bhargava
Hi All, It is a common practice to encode special characters such as ' ', %, #, :, $ etc.. when sending parameters in the query string along with the URL. We have a similar requirement. Some of the query parameters can contain special characters and therefore we went for UTf-8 encodin

Struts Layout query

2006-02-01 Thread Karthik Manimaran
Hi, I want to display the labels of the form fields with error in red. I want to avoid the conditional statement to insert the attribute-value pair of 'class="Error"' in the td tag. First Name: Can this scenario be simplified using Struts Layout? Is yes, any pointers/examples? Exte

Query regardin picklets

2006-01-23 Thread Naveen Sharma
Is it possible to have the correct input selected on Keystrokes using STRUTS

RE: [OT]Query and update LDAP

2006-01-20 Thread Murugesan, Kathiresan \(Cognizant\)
--- Begin Message --- Hi, You need to use the some LDAP api to query/update with LDAP. Struts doesn't have any api for this purpose. Sun has its own api to interact with LDAP. Search for LDAP api in internet, you will get what you want. Regards K

Re: [OT]Query and update LDAP

2006-01-20 Thread Torgeir Veimo
On Fri, 2006-01-20 at 15:47 -0500, Priya Saloni wrote: > Hi There, > > As per the requirement in my project i need to access(Query and update) LDAP > from my web application.Is there any way to do this using Struts??Any other > suggestions and advices are highly appreciable. JNDI

RE: [OT]Query and update LDAP

2006-01-20 Thread Garner, Shawn
I believe this is handled at the J2EE server level. Shawn -Original Message- From: Priya Saloni [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 2:47 PM To: Struts Users Mailing List Subject: [OT]Query and update LDAP Hi There, As per the requirement in my project i need to

[OT]Query and update LDAP

2006-01-20 Thread Priya Saloni
Hi There, As per the requirement in my project i need to access(Query and update) LDAP from my web application.Is there any way to do this using Struts??Any other suggestions and advices are highly appreciable. Thanks Priya

Re: Preserving the query string while validating a form & using dynamic initialization with DynaAction

2005-12-05 Thread Martin Gainty
- From: "Shivani Sawhney" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" ; "Martin Gainty" <[EMAIL PROTECTED]> Sent: Sunday, December 04, 2005 11:33 PM Subject: RE: Preserving the query string while validating a form & using dynamic initialization

Re: Preserving the query string while validating a form & using dynamic initialization with DynaAction

2005-12-04 Thread Raghu Kanchustambham
uess I'll just have to use setup action for now. > Thanks a ton > > Regards, > > Shivani > > > > > > -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Sent: 05 December, 2005 10:18 AM > To: Struts Users Mailing List

RE: Preserving the query string while validating a form & using dynamic initialization with DynaAction

2005-12-04 Thread Shivani Sawhney
guess I'll just have to use setup action for now. Thanks a ton Regards, Shivani -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: 05 December, 2005 10:18 AM To: Struts Users Mailing List Subject: Re: Preserving the query string while validating

Re: Preserving the query string while validating a form & using dynamic initialization with DynaAction

2005-12-04 Thread Wendy Smoak
On 12/4/05, Shivani Sawhney <[EMAIL PROTECTED]> wrote: > Thanks so much Martin.but I am not trying to validate a date > field, I am actually trying to give a dynamic initial value to a text > box through struts-config.xml. > > initial="rd.admin.DateFormat.getDate()"/> >From the DTD, the

RE: Preserving the query string while validating a form & using dynamic initialization with DynaAction

2005-12-04 Thread Shivani Sawhney
, 2005 8:20 PM To: Struts Users Mailing List Subject: Re: Preserving the query string while validating a form & using dynamic initialization with DynaAction Good Morning Shivani/Raghu Assuming the date for the QueryString is a valid date following the tutorial for date-validation with struts valid

Re: Preserving the query string while validating a form & using dynamic initialization with DynaAction

2005-12-04 Thread Laurie Harper
Shivani Sawhney wrote: About the 2nd query, when I write, ...the text box displays "rd.admin.DateFormat.getDate()" literally. Is there any way that I could get the form value to be evaluated rather than just outputting it as is? Raghu is correct on this one; Struts doesn

Re: Preserving the query string while validating a form & using dynamic initialization with DynaAction

2005-12-03 Thread Martin Gainty
Anyone else? M- - Original Message - From: "Shivani Sawhney" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, December 03, 2005 4:32 AM Subject: RE: Preserving the query string while validating a form & using dynamic initializati

Re: Preserving the query string while validating a form & using dynamic initialization with DynaAction

2005-12-03 Thread Raghu Kanchustambham
vanila struts ! :-) cheers, raghu On 12/3/05, Shivani Sawhney <[EMAIL PROTECTED]> wrote: > > > So Sorry, Raghu! > The option (a) for Query 1 actually works Thanks a ton! > > In set up action, I was trying to get the values through > "request.getP

RE: Preserving the query string while validating a form & using dynamic initialization with DynaAction

2005-12-03 Thread Shivani Sawhney
So Sorry, Raghu! The option (a) for Query 1 actually works Thanks a ton! In set up action, I was trying to get the values through "request.getParameter("id0")", changing it to "form.get("id0")" worked. About the 2nd query, w

RE: Preserving the query string while validating a form & using dynamic initialization with DynaAction

2005-12-03 Thread Shivani Sawhney
leAction. This action takes the value from the query string and stores the value in a hidden form field. The action that this JSP submits to is able to get this value from the form. But when there is a validation error, the set up action is not able to get the same value through the form. My only

Re: Preserving the query string while validating a form & using dynamic initialization with DynaAction

2005-12-03 Thread Raghu Kanchustambham
> Query 1: There are two approaches I can think of right now. You will need to "burn" this querystring information into (a) the form object or (b) the session. (a) If you are using dynaction form, then just adding another variable to hold the id0 in the config.xml definition s

Preserving the query string while validating a form & using dynamic initialization with DynaAction

2005-12-02 Thread Shivani Sawhney
Hi, Can someone please help solve the following problems? Query 1: I am trying to access an action through a hyperlink and provide some parameters through query string. This action forwards to a JSP, whose URL reads something like http://servername:port/rd/masters

Re: A question about hibernate query with special chracters

2005-11-28 Thread Comain Chen
gt; David > > -Original Message- > From: Comain Chen [mailto:[EMAIL PROTECTED] > Sent: Monday, November 28, 2005 3:02 AM > To: Struts Users Mailing List > Subject: A question about hibernate query with special chracters > > > Sorry to bother you all, but I really cannot f

RE: A question about hibernate query with special chracters

2005-11-28 Thread David G. Friedman
at JavaDoc page). Regards, David -Original Message- From: Comain Chen [mailto:[EMAIL PROTECTED] Sent: Monday, November 28, 2005 3:02 AM To: Struts Users Mailing List Subject: A question about hibernate query with special chracters Sorry to bother you all, but I really cannot find a better pla

A question about hibernate query with special chracters

2005-11-28 Thread Comain Chen
Sorry to bother you all, but I really cannot find a better place to post this quesion. I am using Chinese in fact, so all character set is set to gb2312, and the jdbc connection is also properly set. Since if I hard code the query , it goes quite well. Like this, Session.createQuery(" from t

Re: struts version query

2005-11-26 Thread Craig McClanahan
On 11/26/05, Martin Gainty <[EMAIL PROTECTED]> wrote: > > I was unsure of any dependencies posed by DTD 'version' in > struts-config.xml upon "Implementation-Version" header in manifest.mf > Thanks for the clarification, > M- Ah ... that goes like this: * Struts 1.0 can process 1.0 DTD versions

Re: struts version query

2005-11-26 Thread Martin Gainty
Mailing List" ; "Martin Gainty" <[EMAIL PROTECTED]> Sent: Saturday, November 26, 2005 2:03 PM Subject: Re: struts version query On 11/26/05, Martin Gainty <[EMAIL PROTECTED]> wrote: > > the answer is ? To which question? If you are referring to Stephen'

<    1   2   3   >