Refresh parent window on popup submit with old params to parent

2004-03-18 Thread Gandle, Panchasheel
This must have asked before but ... I popup a child window from a parent window. Popup window submits info, gets closed. Parent window gets refreshed. Whats the best way to refresh parent window, such that it gets the new info from child window and the parameters that were previously submitted

Jsp imports not required

2004-03-03 Thread Gandle, Panchasheel
Is this the new specification, The imports of the project classes are no more required in the jsp pages. I couldn't download the jsp specifications. But without the imports, my jsp pages are working using project user defined classes, On Weblogic 8.1 Is that right ??? --

RE: Java source out of memory

2004-02-26 Thread Gandle, Panchasheel
         -Original Message- From: Richard Yee [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 12:31 PM To: Struts Users Mail

Access message Resource outside web

2004-02-26 Thread Gandle, Panchasheel
How to easily access message Resource from a normal java class Which is not a tag or a subclass of any Action And without passing any pageContext... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

Java source out of memory

2004-02-25 Thread Gandle, Panchasheel
My jsp is heavily loaded with struts tags. When weblogic tries to generate a Java source, It throws out of memory error, If I cut that page in half it works fine. How to overcome with all struts tag intact ? Panchasheel - To uns

RE: [OT JDO Implementations]

2003-11-07 Thread Gandle, Panchasheel
we are using KODO from Solarmetric so far its been good, but not in production though... Panchasheel -Original Message- From: Butt, Dudley [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 4:44 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; '[EMAIL PROTECTED]' Subject: [OT JDO Impl

html:cancel

2003-10-23 Thread Gandle, Panchasheel
Is there a way to go back to previous, previous page without having a extra forward in the config file. say I'm on list page then I go to add page which calls pageAddAction on cancel I want to go back to list page and not on pageAdd when users cancel it.

RE: [POLL] ActionFrom vs DynaActionForm

2003-09-30 Thread Gandle, Panchasheel
I agree with Marks reasons for using the ActionForms, They are cleanly organized in cleanly organized in package structures. If you have a nice naming convention for ActionForm matching JSPs, you know rightaway which form bean is used. In #2 you have to search for it in configs and the property na

RE: any replacement for include file dynamic

2003-09-23 Thread Gandle, Panchasheel
file dynamic Am Dienstag, 23. September 2003 21:48 schrieb Gandle, Panchasheel: > has anyone come across a replacement to > <[EMAIL PROTECTED] file="/abc/xyz.jsp" %> > > where the file attr can be dynamic ? For dynamic includes, try the standard action first: Fo

any replacement for include file dynamic

2003-09-23 Thread Gandle, Panchasheel
has anyone come across a replacement to <[EMAIL PROTECTED] file="/abc/xyz.jsp" %> where the file attr can be dynamic ? Thanks Panchasheel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

RE: Errors...help urgently

2003-09-22 Thread Gandle, Panchasheel
check for the mappings either the form bean mapping is missing or the one where you are forwarding to has a form with action that is missing in the config file. Panchasheel -Original Message- From: Mahavir [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 8:40 AM To: [EMAIL PR

RE: validating mapped properties

2003-09-02 Thread Gandle, Panchasheel
Here iit is, let me know how it works for you its three parts... MapValidator Class entries in validation.xml entries in validator-rules.xml Here iit is, let me know how it works for you its three parts... MapValidator Class entries in validation.xml entries in validator-rules.xml let me know h

RE: validating mapped properties

2003-08-30 Thread Gandle, Panchasheel
Hi Yusuf, I had earlier posted for similar requirements but nobody replied and even I check on some places on the net about it, but it seems, there is nothing available. so then I wrote some of the basic validators for mapped properties. It seems to be working good. let me know if you need it. I

keys of MessageResources

2003-08-27 Thread Gandle, Panchasheel
How to get keys of MessageResources of the properties file in the action class Panchasheel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: J2EE IDE

2003-08-27 Thread Gandle, Panchasheel
+1 for IDEA, its simply great tool, everything in it leads to productivity, Panchasheel -Original Message- From: Vijay Pawar [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 10:24 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: J2EE IDE Dear All, I am using

RE: J2EE IDE

2003-08-27 Thread Gandle, Panchasheel
+1 for IDEA easy to start with as compared to Eclipse, rest of all is also too Easy, very helpful great features, refactoring , shortcuts, keymaps, templates Preforce external tools, you dont have to leave IDEA to do any extra work, everything could be configured in IDEA all of this and much more

RE: Problem build war using Ant

2003-08-22 Thread Gandle, Panchasheel
thats cause you mentioned it like that it would take the base dir as ./pages add multiple fileset if you want some other dir too... Panchasheel -Original Message- From: deepaksawdekar [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 12:48 PM To: Struts Users Mailing List Subject

passing anchor # along with path

2003-08-18 Thread Gandle, Panchasheel
I need to invoke some action and pass a anchor #select to it as a param call /showListAction.do#select how do I pass the anchor param in the Action class of showListAction? Thanks Panchasheel - To unsubscribe, e-mail: [EMAIL P

Struts Validator for map backed beans

2003-08-14 Thread Gandle, Panchasheel
Can anybody confirm that map backed beans don't have validator. like if I have codeId (0n) n varies. On the Jsp I have value(codeId0)...value(codeIdn) the last char n is the last number to validate this , instead of entering n entries in the validation.xml I wanted it to do it with just one

RE: Struts Validator for map backed beans

2003-08-14 Thread Gandle, Panchasheel
et a chance to check the newsgroup until now. Try: -Original Message- From: Gandle, Panchasheel [mailto:[EMAIL PROTECTED] Sent: August 11, 2003 1:33 PM To: '[EMAIL PROTECTED]' Subject: RE: Struts Validator for map backed beans I have a map-bac

RE: Convert scriptlets into Tags

2003-08-14 Thread Gandle, Panchasheel
Panchasheel -Original Message- From: Dirk Behrendt [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 11:05 AM To: [EMAIL PROTECTED] Subject: Convert scriptlets into Tags Hello! I have to write a session variable in a JSP <%session.setAttribute("name","value");%> How c

static MapUtil.containsKey(String name)

2003-08-14 Thread Gandle, Panchasheel
is there any static map util to check if the key is contained in the map. Thanks Panchasheel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Using Struts Validator on Map-backed ActionForms

2003-08-07 Thread Gandle, Panchasheel
Has anybody come up with any validations for map-backed fields what should go in ??? for <% for (int i=0;i<5;i++;) { %> <% } %> Thanks Panchasheel -Original Message- From: Cordingley, Charles [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 1:24 PM To: '[EMAIL PROTECTED]

RE: Using Struts Validator on Map-backed ActionForms

2003-08-07 Thread Gandle, Panchasheel
'getVolume() and setVolume()). mask ${username} Hope this helps, Erez -----Ori

RE: Application Design Document -- Struts Studio - Independent op inion

2003-08-06 Thread Gandle, Panchasheel
www.exadel.com -Original Message- From: Mounagurusamy, Jayakumar (HAL) [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 12:45 PM To: 'Struts Users Mailing List' Subject: RE: Application Design Document -- Struts Studio - Independent op inion Any one can provide the url that I can

RE: dynamic columns for a jsp

2003-08-04 Thread Gandle, Panchasheel
We have a very similar situation, haven't done it yet, but planning to have two collection to iterate over. one for the columns, that I know when the user logs in, I would get it from his preferences of columns from DB. other the business objects... is this the same that you are doing or any dif

RE: Displaying is easy, capturing is not..

2003-07-30 Thread Gandle, Panchasheel
Use Map Backed Beans for that... Panchasheel -Original Message- From: Alawadhi, Mona [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 1:32 PM To: Struts Users Mailing List Subject: Displaying is easy, capturing is not.. Hello Everyone, I wonder if someone can help me with this

RE: html:checkbox checked

2003-07-23 Thread Gandle, Panchasheel
'checked' not 'result'. It is not a bug. -Richard -Original Message- From: Gandle, Panchasheel [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 12:55 PM To: 'Struts Users Mailing List' Subject: html:checkbox checked struts-html.tld doesn't have the

html:checkbox checked

2003-07-23 Thread Gandle, Panchasheel
struts-html.tld doesn't have the attribute 'result' which if set to checked, makes the check box checked by default Anybody knows any other way or solution or is it a bug? Thanks Panchasheel - To unsubscribe, e-mail: [EMAIL PRO

bean:define id to be dynamic

2003-07-18 Thread Gandle, Panchasheel
I need to get the id value dynamically to declare a bean. It throws exception while parsing the JSP file. Is there any other solution to it? Panchasheel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

RE: logic:equal

2003-07-17 Thread Gandle, Panchasheel
You could define a var with and then compare value of view with "N" Panchasheel -Original Message- From: Vijay K Hegde [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 10:47 AM To: Struts Users Mailing List Subject: logic:equal Hi All, How do i use a static attribute of

RE: Splash Screen in Struts

2003-07-17 Thread Gandle, Panchasheel
I was following these mails and was trying to get a good solution for it. What I found was, its not necessary to have a spashAction class. Just a splash.jsp would do it. on onLoad call location.replace or window.open in self no time lag or anything dont have to keep anything is hidden f

RE: URL validation with struts???

2003-07-15 Thread Gandle, Panchasheel
03 1:12 PM To: Struts Users Mailing List Subject: RE: URL validation with struts??? On Tue, 15 Jul 2003, Gandle, Panchasheel wrote: > That shoud do it right > Open a new URL with a specified URL, if it throws MalformedURLException > its bad URL Unfortunately, there's a gotcha to

RE: URL changed by user - how to restrict?

2003-07-15 Thread Gandle, Panchasheel
If you desparately want to do such things, then may be you can put the generated query string in the session and validate it , if the user has changed the query manually Panchasheel -Original Message- From: sriram [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 10:10 AM To

RE: URL validation with struts???

2003-07-15 Thread Gandle, Panchasheel
That shoud do it right Open a new URL with a specified URL, if it throws MalformedURLException its bad URL Panchasheel -Original Message- From: Prashanth.S [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 10:04 AM To: Struts Users Mailing List Subject: Re: URL validation with stru

RE: accessing more than 1 formbean in an action class

2003-07-14 Thread Gandle, Panchasheel
Can you send the action-mapping for this Action class from the struts-config file Panchasheel -Original Message- From: Madhu Nair [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 10:55 AM To: [EMAIL PROTECTED] Subject: accessing more than 1 formbean in an action class Hi, I am t

RE: [FRIDAY] What do you call a deer without eyes?

2003-07-11 Thread Gandle, Panchasheel
Eye Opener for not to look at such questions Panchasheel -Original Message- From: Jeff Kyser [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 1:03 PM To: Struts Users Mailing List Subject: Re: [FRIDAY] What do you call a deer without eyes? On Friday, July 11, 2003, at 11:23

RE: single signon and struts

2003-07-11 Thread Gandle, Panchasheel
I guess it just means that once user logs in , you share the same login info wherever you go to the related sites, and if its valid , you don't have to do the authentication. check this site if it helps http://www-106.ibm.com/developerworks/webservices/library/ws-single/ Thanks Panchasheel

RE: Netscape problem

2003-07-11 Thread Gandle, Panchasheel
hould have implemented single sign-in in the first place. Mark -Original Message----- From: Gandle, Panchasheel [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 10:16 AM To: 'Struts Users Mailing List' Subject: Netscape problem May be this is off the topic struts, but in new nets

Netscape problem

2003-07-11 Thread Gandle, Panchasheel
May be this is off the topic struts, but in new netscape 7 and above, if the "remember password" is enabled by a user. All the other password fields do come with password *. we have some other password fields too on our site, which are different from login-password. has anyone solved this in

RE: Struts 1.1 Api

2003-07-07 Thread Gandle, Panchasheel
http://jakarta.apache.org/struts/api/index.html Panchasheel -Original Message- From: Jagannayakam [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 9:06 AM To: Struts Users Mailing List (E-mail) Subject: Struts 1.1 Api Hi , >From where can I get struts 1.1 API Regards, Jag

Action class is not called

2003-07-03 Thread Gandle, Panchasheel
Everything was OK , suddenly, neither the forBean class is called nor the Action Class. Does this happened with anyone, please let me know, I tried to change the names of the pages, it goes to the right page, only drops the calls to the form bean and action class. I have the form bean I have the

RE: IFrame

2003-06-23 Thread Gandle, Panchasheel
:16 PM To: 'Struts Users Mailing List' Subject: RE: IFrame Yeah, it's very easy, acts just like a normal frame document.framename.location.url = "" -Original Message- From: Gandle, Panchasheel [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 4:17 PM To: &

IFrame

2003-06-23 Thread Gandle, Panchasheel
Has anybody worked with IFrames with struts. How to pass the request attribute to the IFrame source? Parameters could easily be passed since they contain all the String variable. If the request attribute is another Bean or some collection, how do we pass to the IFrame source . If anyone has come a

RE: Possible reason for NullPointerException at ComponentDefinitionsFactoryWrapper.getDefinition

2003-06-16 Thread Gandle, Panchasheel
When I leave my server idle for some time, 10 - 20 min , and then try to access some , I get this exception with regards to tiles, I'm using struts 1.1, tiles and ActionServlet instead of tiles.ActionComponentServlet. Server is weblogic 81 I'm sure most of the people must be knowing the reason, T

RE: Using functionality of in custom tag library

2003-06-04 Thread Gandle, Panchasheel
in your doStart method of mytag source you would write String message = RequestUtils.message(pageContext, this.bundle, this.localeKey, label); and print that message Panchasheel -Original Message- From: Michal Maczka [mailto:[EMAI

RE: IE 6 timeout session

2003-06-04 Thread Gandle, Panchasheel
we have a similar situation, IE version 6.00.28 in particular which is preinstalled in new Windows XP All the information in the Session is lost when downloading a document(.doc or any other) in new window. Panchasheel -Original Message- From: Billy Ng [mailto:[EMAIL PROTECTED] Sent: Tu

RE: taglibs - nonstatic javascript value

2003-06-04 Thread Gandle, Panchasheel
This should work Panchasheel -Original Message- From: Alawadhi, Mona [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 11:50 AM To: 'Struts Users Mailing List' Subject: taglibs - nonstatic javascript value yes, it worked. I have one

RE: ANN: Site Launch

2003-05-31 Thread Gandle, Panchasheel
If people have already launched their site, I would request them to list them in the mailing list. So that we get an idea how far struts framework has reached, how popular and powerful it is... Please people do write in your site, if its already launched. Panchasheel -Original Message- Fr

RE: [OT] Login

2003-05-31 Thread Gandle, Panchasheel
For servlet filter though login filter import java.io.IOException; import javax.servlet.*; import javax.servlet.http.*; public class LoginFilter implements Filter { private FilterConfig filterConfig; public void doFilter(ServletRequest request, ServletResponse response, FilterChain filte

RE: Bean and Scripting

2003-05-31 Thread Gandle, Panchasheel
yes you can ... Panchasheel -Original Message- From: Abhinav (Cognizant) [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 10:51 AM To: Struts Users Mailing List Subject: Bean and Scripting Can I use a bean or anythying that is defined/declared in a struts tag for scripting. say

RE: Extending STRUTS!!!

2003-05-30 Thread Gandle, Panchasheel
I do have similar kind of requirement and I have extended the necessary classes. check the latest version 1.1, you can extend those taglibs Panchasheel -Original Message- From: Nicolas Parisé [mailto:[EMAIL PROTECTED] Sent: Monday, May 26, 2003 5:19 PM To: Struts Users Mailing List S

RE: newbie - help required in and

2003-05-29 Thread Gandle, Panchasheel
check the user guide docs on jakarta and some examples that come with struts download also download the struts src which has most of the taglibs used all over the places. Panchasheel -Original Message- From: Vijay Pawar [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 6:13 AM To:

RE: Justifying Struts

2003-05-29 Thread Gandle, Panchasheel
For a simple and small project it really doesn't matter whether you implement model 1 or 2 or any kind of framework. But when it comes to large projects and complexities, a more clean structured model is always desired. It all accounts when maintaining the whole application. Whether its a Java Bean