[appfuse-user] ERROR [RequestProcessor] Invalid path was requested

2009-10-29 Thread jithesh
Hi, I am using appfuse 1.9.4. When I typed an invalid url i am getting this error, "ERROR [RequestProcessor] Invalid path was requested" , and the control stays there. I would like to do a redirect to login page. How can I do that. Regards, Jthesh PM. -- View this message in context: http:

[appfuse-user] Error:Could not synchronize database with session

2009-06-18 Thread jithesh
fuse) uses hibernate. My hbm file is Can any one help me to resolve my problem Thanks in advance Jithesh PM. -- View this message in context: http://www.nabble.com/Error%3ACould-not-synchronize-database-with-session-tp24094020s2369p24094020.html Sen

Re: [appfuse-user] creating build.xml for web application.

2009-05-27 Thread jithesh
No its not appfuse. Its a simple web application. I used appfuse 1.9.4. Regards, Jithesh PM. mraible wrote: > > Are you using AppFuse? > > On Tue, May 26, 2009 at 8:58 AM, jithesh wrote: > >> >> Hi, >> >> I created a simple web project that

[appfuse-user] creating build.xml for web application.

2009-05-26 Thread jithesh
. All the jar files (db2) are stored under /lib directory. Can any one guide me to write the build.xml so that I can generate a .war file that contains my jar file. Regards, Jithesh PM -- View this message in context: http://www.nabble.com/creating-build.xml-for-web-application

[appfuse-user] Session time out issue.

2009-04-03 Thread jithesh
to login page. Please provide some help on this. Regards, Jithesh PM -- View this message in context: http://www.nabble.com/Session-time-out-issue.-tp22868518s2369p22868518.html Sent from the AppFuse - User mailing list archive at Nabble.com

Re: [appfuse-user] Getting Client time while invalid password entry

2009-04-03 Thread jithesh
Thanks Matt .. jithesh wrote: > > Hi all, > >I am using appfuse 1.9.4 . I would like to know is it possible to > get a value from the client if the credentials are not correct. I have a > listner class which hets invoked on > AuthenticationFailureBadCredentialsEven

[appfuse-user] Getting Client time while invalid password entry

2009-03-31 Thread jithesh
). I would like to get that client time there. How can it possible? Does any have some idea about it. PLease share your thought. Regards, Jithesh PM. -- View this message in context: http://www.nabble.com/Getting-Client-time-while-invalid-password-entry-tp22804975s2369p22804975.html Sent from the

[appfuse-user] Appfuse 1.9.4 with Apache Derby

2009-03-02 Thread jithesh
Hi, I am using appfuse 1.9.4 for my web application development. I was using DB2 as the DB. But now I need to use Apache derby 10.* as DB. Please provide some tips on how to configure it with appfuse 1.9.4. Thanks in advance Jithesh PM. -- View this message in context: http

[appfuse-user] Upgrading spring from 1.2.6 to 2.0 or above

2009-01-28 Thread jithesh
. Any one please help me the steps to upgrade the spring lib. Thanks in advance Jithesh PM -- View this message in context: http://www.nabble.com/Upgrading-spring-from-1.2.6-to-2.0-or-above-tp21721064s2369p21721064.html Sent from the AppFuse - User mailing list archive at Nabble.com

[appfuse-user] appfuse and JMS

2009-01-28 Thread jithesh
://static.springframework.org/spring/docs/2.5.x/reference/jms.html http://www.onjava.com/pub/a/onjava/2006/02/22/asynchronous-messaging-with-spring-jms.html?page=4 Any help... Thanks Jithesh -- View this message in context: http://www.nabble.com/appfuse-and-JMS-tp21707079s2369p21707079.html Sent from the AppFuse

[appfuse-user] Orbeon in appfuse

2009-01-26 Thread jithesh
nformation regarding online form creater that can be integrated with appfuse is appreciatable.. Thanx in advance, Jithesh -- View this message in context: http://www.nabble.com/Orbeon-in-appfuse-tp21680198s2369p21680198.html Sent from the AppFuse - User mailing list archive at

Re: [appfuse-user] Integarting JSF with Struts Framework..

2009-01-12 Thread jithesh
Thanks Matt.. I will work on it... Regards, Jithesh mraible wrote: > > It doesn't ship with Dojo, but you should be able to add it easily. > > http://dojotoolkit.org > > Matt > > On Jan 12, 2009, at 4:20 AM, jithesh wrote: > >> >> Tha

Re: [appfuse-user] Integarting JSF with Struts Framework..

2009-01-12 Thread jithesh
Thanks Matt, Does the appfuse (1.9.4) supports Dojo? Kindly provide some information to incorporate this tool with appfuse.. Warm regards, Jithesh mraible wrote: > > I believe you can use an Ajax framework to get many of the nice > widgets/components that JSF offers. Have yo

[appfuse-user] Integarting JSF with Struts Framework..

2009-01-01 Thread jithesh
. It will be very helpful if some tips will be given for integartion. Advanced thanks... Jithesh PM. -- View this message in context: http://www.nabble.com/Integarting-JSF-with-Struts-Framework..-tp21239904s2369p21239904.html Sent from the AppFuse - User mailing list archive at Nabble.com

[appfuse-user] Terracotta with appfuse 1.9.4

2008-12-03 Thread jithesh
rects occurred trying to open “http://localhost:9081/appfuse”. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page." any help please... Warm regards, Jithesh PM -- View this message in context: http://www.nabble.com/

Re: [appfuse-user] Non Admin users to allow saveUser opeartion.

2008-11-13 Thread jithesh
dd new user it fails. I am getting access denied message for usermanager.saveUser() method. Please provide some tips to resolve this Thanks Jithesh jithesh wrote: > > Hello guyz.. > > I am using appfuse 1.9.4 for my web development. As a non admin > user, it is not allowing

[appfuse-user] Non Admin users to allow saveUser opeartion.

2008-11-13 Thread jithesh
Hello guyz.. I am using appfuse 1.9.4 for my web development. As a non admin user, it is not allowing me to add a new user (usermanager.saveUser). Only admin user can do the opeartion. How can i enable others users to allow this operation. Thanks Jithesh -- View this message in

Re: [appfuse-user] modifying the mail.properties File

2008-11-04 Thread jithesh
Thanks... I do think so now :) mraible wrote: > > I would change your logic to store the properties in a database rather > than modifying the properties file. > > Matt > > On Tue, Nov 4, 2008 at 4:48 AM, jithesh <[EMAIL PROTECTED]> wrote: >> >> H

[appfuse-user] Re[appfuse-user] loading applicationContext-service.xml

2008-11-04 Thread jithesh
Hai, Is it possible to reload applicationContext-service.xml file from the java class (in Appfuse 1.9.4)?. If yes please let me know. Thanks and regards, Jithesh PM -- View this message in context: http://www.nabble.com/Reloading-applicationContext-service.xml-tp20321674s2369p20321674

[appfuse-user] modifying the mail.properties File

2008-11-04 Thread jithesh
done. Regards, Jithesh PM. -- View this message in context: http://www.nabble.com/modifying-the-mail.properties-File-tp20320724s2369p20320724.html Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe

[appfuse-user] sending mailfrom appfuse 1.9.4

2008-10-16 Thread jithesh
l.username=*** mail.password=*** I am using Windows xp machine for development. Do I need to setup anything in XP ? PLease guide me to resolve this problem. Waiting for ur response.. Rgards, Jithesh PM -- View this message in context: http://www.nabble.com/sending-mailfrom-app

[appfuse-user] Re: Re[appfuse-user] moving passwordhint,address and phone number from user table

2008-09-10 Thread jithesh
Hi matt, I was getting some sort of error with db side. I will post that error soon. Thanks Jithesh mraible wrote: > > I can't think of any reason why you wouldn't be able to login anymore. > Is there any sort of errors in your logs? > > Matt > > On Mon,

[appfuse-user] Re[appfuse-user] moving passwordhint,address and phone number from user table

2008-09-08 Thread jithesh
object and its initialization methods in user.java and removed from the created app_user table. Can any one suggest why it shows such a behaviour? Thanks and regards Jithesh PM -- View this message in context: http://www.nabble.com/Removing-passwordhint%2Caddress-and-phone-number-from-user

[appfuse-user] Enabling SSL 3.0

2008-08-28 Thread jithesh
question is not suitable in this forum.. Thanks Jithesh PM -- View this message in context: http://www.nabble.com/Enabling-SSL-3.0-tp19198148s2369p19198148.html Sent from the AppFuse - User mailing list archive at Nabble.com

Re: [appfuse-user] Acegi Remember me

2008-06-23 Thread jithesh
Hi matt, I have done that ..:) Thanks for your support.. Any one needs help just send a mail to me... regards Jithesh mraible wrote: > > I've never tried creating the cookie manually, but if you look in > SignupAction/Controller, you should see code

Re: [appfuse-user] Acegi Remember me

2008-06-23 Thread jithesh
request)); } please give me some tips to solve the problem. thanks Jithesh -- View this message in context: http://www.nabble.com/Acegi-Remember-me-tp14165954s2369p18066176.html Sent from the AppFuse - User mailing list archive at

Re: [appfuse-user] AutoComplete in Jsp

2008-06-18 Thread jithesh
Hi stefan, Thanks for spending time on my thought. Its great for me to have a discusion with you.. regards, Jithesh stefpet wrote: > > Same thing there. It is all controlled by the browser, having a web > page delete your autocomplete usernames/passwords would be quite an &

Re: [appfuse-user] AutoComplete in Jsp

2008-06-18 Thread jithesh
Hi stefpet, Thanks for your thought. what is your opinion on its reverse side ? That is, is it possible to delete the autocomplete saved username and password through application (for eg while clicking the log off button).is there any alternatives regards, Jithesh. stefpet

Re: [appfuse-user] AutoComplete in Jsp

2008-06-18 Thread jithesh
Hi Stefan, Thanks for your thought. what is your opinion on its reverse side ? That is, is it possible to delete the autocomplete saved username and password through application (for eg while clicking the log off button).is there any alternatives regards, Jithesh. stefpet

[appfuse-user] AutoComplete in Jsp

2008-06-16 Thread jithesh
nceld the autocomplete option for saving username and password should get differentiated from the above two users. I am using appfuse 1.9.4 for my environment. Please provide me some help on this problem... Thanks, JIthesh PM -- View this message in context: h

Re: [appfuse-user] Cookie storage

2008-06-12 Thread jithesh
Hello Matt, I saw in some sites that just selecting the username displays the password and let that user to enter the application. Like that I want to implement this feature. regards Jithesh PM mraible wrote: > > I don't see how building an array of usernames

Re: [appfuse-user] DoubtOnACEGI Remember me

2008-06-12 Thread jithesh
Thanks matt. I just thought is there any approach for that. Thanks for your reply. regards, Jithesh PM mraible wrote: > > AFAIK, this is not possible as the cookie is tied to the browser being > used > and there's no information from the browser that identifies who is usin

Re: [appfuse-user] DoubtOnACEGI Remember me

2008-06-12 Thread jithesh
single user. But I am looking to extend that feature to more users.(It wont use it in public computers..).Just lke saving multiple user sessions across the browser. Is that possible ? Please give me some ideas on my logic.. regards, Jithesh mraible wrote: > > Remember Me should wo

[appfuse-user] Cookie storage

2008-06-12 Thread jithesh
login screen (cookie stores username A or B). I would like to store both usernames on the cookie. How it is possible? The login.js script is doing the save operation on the cookies. PLease give me some tips on this.. Thanks Jithesh PM -- View this message in context: http://www.nabbl

[appfuse-user] DoubtOnACEGI Remember me

2008-06-11 Thread jithesh
multiple user. That is more than one user can set it for remember. Does it work ? I would like to get some information on my idea. Is it possible to do that? Please let me know how it works. Thanks and Regards, Jithesh PM. -- View this message in context: http://www.nabble.com

Re: [appfuse-user] Cookie Storage

2008-06-10 Thread jithesh
Thanks for your thought Matt. regards, Jithesh mraible wrote: > > Each cookie can hold 4K, so whatever fits in that amount of data you > can put in there. You just need some sort of delimiter to separate the > data for when you grab it back out. > > http://www.devx.

[appfuse-user] Cookie Storage

2008-06-10 Thread jithesh
Hi all, I have doubt on cookies. Is it possible to store multiple cookie information on a single cookie. Suppose Cookie 'A' contains information of the cookies 'B' and 'C' . Let me know your thoughts on this... Thanks and regards, Jithesh PM --

[appfuse-user] Executing a jar file from java class

2008-06-05 Thread jithesh
Let me know the correct procedure for calling a jar file in java class Thanks, JIthesh -- View this message in context: http://www.nabble.com/Executing-a-jar-file-from-java-class-tp17664972s2369p17664972.html Sent from the AppFuse - User mailing list archiv

Re: [appfuse-user] filterInvocationInterceptor doubt

2008-05-09 Thread jithesh
Yes . It works fine!! Thanks Jithesh mraible wrote: > > On Tue, Apr 29, 2008 at 4:24 AM, jithesh <[EMAIL PROTECTED]> wrote: >> >> Hi >> >> I am using appfuse 1.9.4 for developing my web project. I have a pdf >> file >> stored in a

[appfuse-user] filterInvocationInterceptor doubt

2008-04-29 Thread jithesh
ome mechanism to set access to some url based on user roles.Is it possible to implement the same approach for my case. eg: /pdf/*.*=admin,user like that. Please let me know your suggestions.. Thanks and regards, Jithesh -- View this message in context: h

[appfuse-user] Re[appfuse-user] member me cookie time change

2008-04-23 Thread jithesh
, jithesh -- View this message in context: http://www.nabble.com/Remember-me-cookie-time-change-tp16833366s2369p16833366.html Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

[appfuse-user] jsperror in appfuse 1.9.4

2008-01-28 Thread jithesh
showing the same error. I guess there is something related with tag library issue. One more doubt, How can i upgrade the jstl library to 1.1.2. what modifications i should do in xml files... Thanks and regards, Jithesh -- View this message in context: http://www.nabble.com/jsperror-in

[appfuse-user] appfuse Vs wasce 2.0

2008-01-27 Thread jithesh
://www.nabble.com/file/p15129272/server.log server.log Thanks and regards, Jithesh PM -- View this message in context: http://www.nabble.com/appfuse--Vs-wasce-2.0-tp15129272s2369p15129272.html Sent from the AppFuse - User mailing list archive at Nabble.com

[appfuse-user] Hibernate problem

2008-01-24 Thread jithesh
.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:824) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:345) at org.springframework.beans.factory.support.AbstractBeanFactory.g

[appfuse-user] Ugrading servlet2.3 to 2.4

2008-01-23 Thread jithesh
, Jithesh -- View this message in context: http://www.nabble.com/Ugrading-servlet2.3-to-2.4-tp15037721s2369p15037721.html Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [appfuse-user] appfuse.tld

2008-01-22 Thread jithesh
How can i change the 'tlib-version 1.0' to 1.1 ? Where should i do the changes. I am using appfuse 1.9.x Thanks, Jithesh mraible wrote: > > If you're using AppFuse 1.9.x, this file is generated by XDoclet in > build.xml. Look for a tag called jsptaglib

[appfuse-user] appfuse.tld

2008-01-22 Thread jithesh
rated and from where the value '1.0' and '1.2' is taken. Is it possible to modify the value 1.0? if yes how can I do that? Please provide information regarding this problem. Thanks and regards Jithesh -- View this message in context: http://www.nabble.com/appfuse.tld-tp1

[appfuse-user] Struts menu 2.4.4

2008-01-21 Thread jithesh
Hi Matt, How can i download the struts menu 2.4.4. I have some problem with the current version with geronimo 2.x. Will please provide a solution on this issue .. Thanks Jithesh -- View this message in context: http://www.nabble.com/Struts-menu-2.4.4-tp15013203s2369p15013203.html Sent

Re: [appfuse-user] AppFuse Application doesn't work in Geronimo

2008-01-21 Thread jithesh
ion. Also, this is a JSP 1.2 TLD whereas the regular tld is JSP 1.1. How can i resolve this issue Will u please provide the link to download struts-menu 2.4.4... Thanks and regards, jithesh mraible wrote: > > Thanks - I've fixed this in Struts Menu's CV

Re: [appfuse-user] Doubt on acegi

2008-01-16 Thread jithesh
Thanks for that valuable information, I have one more doubt on acegi. What exception will acegi will thow if a user role is not found on authorized user? Will it perform authentication on that usermae/password? Regards, Jithesh Mike Horwitz wrote: > > On 1/16/08, j

[appfuse-user] Doubt on acegi

2008-01-16 Thread jithesh
hi Guys, I am working with appfuse 1.9.0. while verifying the source code i found a variable in loginForm.jsp called 'param.error' . What this value holds? Can any one give some explanation on this? Thanks and regards Jithesh -- View this message in context: http://www.

[appfuse-user] End user local time

2007-12-11 Thread jithesh
Hi guys... In my web application i need to store the clients local time (ie the time he logs into the application). Currently the server time is stored in the database. Is there any option to get the end user time. Thanks and regards, jithesh -- View this message in context: http

[appfuse-user] Acegi Remember me

2007-12-04 Thread jithesh
Hi guys, Is there a way to set "Remember Me" after the user has already logged in? In this scenario a user logs in then at some point during his session submits a form to set "Remember Me" for the next login Thanks & regards, Jithesh -- View this message in context

[appfuse-user] Url encoding/decoding

2007-12-03 Thread jithesh
Hi , we normally create a URL object using URL urlObject = new URL("http://.";); Is it possible to get the url value (eg:http://www.nabble.com/forum/NewTopic.jtp?forum=2370) from a browser in a java class. regards Jithesh -- View this message

Re: [appfuse-user] Doubt on Remember me

2007-11-21 Thread jithesh
Yes, That is my doubt any solutions.. Jithesh melinate wrote: > > I don't know the answer, but I think I know what Jithesh is asking. > > Is there a way to set "Remember Me" after the user has already logged in? > In this scenario a user logs in then at

[appfuse-user] Doubt on Remember me

2007-11-20 Thread jithesh
Thanks, Jithesh -- View this message in context: http://www.nabble.com/Doubt-on-Remember-me-tf4848409s2369.html#a13871981 Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

[appfuse-user] Re[appfuse-user] memberMe not working in SSL

2007-11-20 Thread jithesh
TERN_TYPE_APACHE_ANT /**=httpSessionContextIntegrationFilter,authenticationProcessingFilter,channelProcessingFilter,remoteUserFilter,rememberMeProcessingFilter,anonymousProcessingFilter,securityEnforcementFilter thanks, Jithesh --

Re: [appfuse-user] Doubt on Cookies

2007-11-15 Thread jithesh
n=" + domain : "") + ((secure) ? "; secure" : ""); > } > > > That looks to me like "name" and "value" are required and the rest of the > arguments are optional. > > HTH, > Nathan > > > > - Origina

[appfuse-user] Doubt on Cookies

2007-11-15 Thread jithesh
ameters. I would like to store some additional value in the cookie while setting it. Is it possible? if yes How.. Please provide suggestions to help me on this. Thanks Jithesh -- View this message in context: http://www.nabble.com/Doubt-on-Cookies-tf4810657s2369.html#a13764164 Sent from t

Re: [appfuse-user] invoking shell script from java

2007-11-08 Thread jithesh
Hi, Thanks for your response. I have given the following instruction to the code. when i executes it displays the user name as 'root'. i am getting the exception 'java.io.IOEXception:/opt/gsscript/gs.sh not found' Please provide sufficient information Thanks Jithesh

[appfuse-user] invoking shell script from java

2007-11-07 Thread jithesh
privileges. Thanks, Jithesh PM -- View this message in context: http://www.nabble.com/invoking-shell-script-from-java-tf4766516s2369.html#a13633096 Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscri

Re: [appfuse-user] shell script in java

2007-11-07 Thread jithesh
. Runtime runtime = Runtime.getRuntime(); runtime.exec("/opt/gsscript/gs.sh").waitFor(); But from the command terminal if i run that shell script using the following command #sh gs.sh the script executes properly. I would like to the reasons behind this. Thanks, Jithesh --

Re: [appfuse-user] shell script in java

2007-10-31 Thread jithesh
hi, OK... I tried to give write permission and executed it works fine.. Thanks for your valuable information Jithesh Mike Horwitz wrote: > > On 10/31/07, jithesh <[EMAIL PROTECTED]> wrote: >> >> >> hi, >> >> Yes i am running as a root user w

Re: [appfuse-user] shell script in java

2007-10-31 Thread jithesh
hi, Yes i am running as a root user who has all privileges. The problem is i am dynamically generating a shell script and trying to execute that script... Is that a problem ? thanks, Jithesh Mike Horwitz wrote: > > On 10/31/07, jithesh <[EMAIL PROTECTED]> wrote: >> >

Re: [appfuse-user] shell script in java

2007-10-31 Thread jithesh
Thanks for your response While executing my java program i am getting the error "java.io.IOException: Permission denied " But i am executing as a root user. please help me. Thanks Jithesh Peter Schneider-Manzell wrote: > > Do you get error messages or exceptions?

[appfuse-user] shell script in java

2007-10-30 Thread jithesh
ntime.exec(cmd); Please provide suggestion to overcome this problem. Regards Jithesh -- View this message in context: http://www.nabble.com/shell-script-in-java-tf4718365s2369.html#a13488290 Sent from the AppFuse - User mailing list archive at

Re: [appfuse-user] query on DWR Autocomplete

2007-10-15 Thread jithesh
hi, I tried the method in the provide link. But got confused over the url value in the following line, new Ajax.Autocompleter("autocomplete", "autocomplete_choices", "/url/on/server", {}); What it actually denotes? Please give a reply on this query. Thank

[appfuse-user] query on DWR Autocomplete

2007-10-11 Thread jithesh
ist) { autocompleter.setChoices(praclist); }); } and my jsp code is where i enter a keyword is given below please provide solutions to resolve it. Regards, Jithesh -- View this message in context: http://www.nabble.com/query-on-DWR-Autocomplete-tf4607917s2

[appfuse-user] Doubt on wasce

2007-10-09 Thread jithesh
ea Thanks, jithesh -- View this message in context: http://www.nabble.com/Doubt-on-wasce-tf4593344s2369.html#a13112970 Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROT

Re: [appfuse-user] Dwr query

2007-10-04 Thread jithesh
jithesh wrote: > > hi, > >No i didnt tried hibernate converter... > >How can i write the hibernate converter? my latest dwr.xml is like > this.. > > > > > > >

Re: [appfuse-user] Dwr query

2007-10-03 Thread jithesh
, but not able to get more information. Would u please provide sufficient information to incorporate dwr in my web app? Thanks, Jithesh -- View this message in context: http://www.nabble.com/Dwr-query-tf4514348s2369.html#a13033492 Sent from the AppFuse - User mailing list archive at Nabble.com

Re: [appfuse-user] Doubt on diff

2007-09-28 Thread jithesh
hi i am using windows xp operating system. mraible wrote: > > What OS are you using (Windows, OS X or Linux)? > > Matt > > On 9/28/07, jithesh <[EMAIL PROTECTED]> wrote: >> >> hi, >> i am a new to this Diff. >> i am using MYeclips 5 (

[appfuse-user] Doubt on diff

2007-09-28 Thread jithesh
hi, i am a new to this Diff. i am using MYeclips 5 (appfuse 1.9.4) i need to use diff between two versions what all procedures i should do.. i hope u will provide all necessary steps for me... Thanks Jithesh PM -- View this message in context: http://www.nabble.com/Doubt-on-diff

[appfuse-user] Dwr query

2007-09-25 Thread jithesh
hi i configured the dwr.xml as follows. and by JSP is

Re: [appfuse-user] Dwr query

2007-09-24 Thread jithesh
hi i tried with the given sample but i am getting an exception my dwr.xml is and the exception is [DefaultCreatorManager] Error setting class=org.securedmd.com.servic

[appfuse-user] Dwr query

2007-09-24 Thread jithesh
hi i am new to dwr. i followed some sample dwr implementations but its not working for me. my dwr.xml is

[appfuse-user] Upgrading Acegi 1.0 to 1.0.3

2007-09-11 Thread jithesh
Hi, I am currently using Acegi 1.0 for my web app. I would like to upgrade the acegi to 1.0.3. What steps i should follow to make it working fine? Waiting for your your response Thanks, Jithesh. -- View this message in context: http://www.nabble.com/Upgrading-Acegi-1.0-to-1.0.3

Re: [appfuse-user] Query on Exceptiontranslationfilter

2007-09-11 Thread jithesh
OK. That is the case , it was not present in the jar file.. So what procedure i should do to upgrade the acegi jar file? Is there any problem to the currently working application? Regards, jithesh PM -- View this message in context: http://www.nabble.com/Query-on-Exceptiontranslationfilter

Re: [appfuse-user] Query on Exceptiontranslationfilter

2007-09-11 Thread jithesh
hi, Thanks for your response. But i think to implement 'exceptionTranslationFilter' that perticular class should be there in the acegi jar file right? When i opened the jar file i couldn't view that perticular class. Am i doing the correct approach? regards, Jithesh -- View

[appfuse-user] Query on Exceptiontranslationfilter

2007-09-10 Thread jithesh
e acegi used in this application is version 1.0.Why it is so? How can i get the corresponding filter in my application? . Waiting for yours valuable response Thanks, Jithesh -- View this message in context: http://www.nabble.com/Query-on-Exceptiontranslationfilter-tf4420648s2369.html#a12609070 S

Re: [appfuse-user] Disabling the remember me service

2007-08-16 Thread jithesh
my problem. Thanks for your comments... Jithesh Michael Horwitz wrote: > > I don't quite understand. Please could you detail the steps to re-create > the > problem? What exactly do you mean by go back to the last page? > > On 8/16/07, jithesh <[EMAIL PROT

Re: [appfuse-user] Disabling the remember me service

2007-08-16 Thread jithesh
hi, I tried both steps , still its going back to the last visited page . the problem arises only when a session time out happends... please help for this problem... Thanks. -- View this message in context: http://www.nabble.com/Disabling-the-remember-me-service-tf4261587s2

[appfuse-user] Disabling the remember me service

2007-08-13 Thread jithesh
. Please provide the solutions for my problem ASAP . Thanks, Jithesh -- View this message in context: http://www.nabble.com/Disabling-the-remember-me-service-tf4261587s2369.html#a12127392 Sent from the AppFuse - User mailing list archive at Nabble.com

[appfuse-user] Disabling user while invalid password entry

2007-08-01 Thread jithesh
the listener class. Please provide some sample code to make it Thanks, Jithesh -- View this message in context: http://www.nabble.com/Disabling-user-while-invalid-password-entry-tf425s2369.html#a11945306 Sent from the AppFuse - User mailing list archive at Nabble.com

[appfuse-user] preventing user from invalid password entry

2007-07-31 Thread jithesh
the listener class. Please provide some sample code to make it Thanks, Jithesh -- View this message in context: http://www.nabble.com/preventing-user-from-invalid-password-entry-tf4193846s2369.html#a11926771 Sent from the AppFuse - User mailing list archive at Nabble.com

[appfuse-user] pdf to image

2007-07-26 Thread jithesh
hi, i am using appfuse 1.9.4 for my application. I need convert a pdf to an image format(png, jpg..) . Bcoz in my application i have to diaply the image of that selected pdf.. anyone know how can I do that??? Thanks for you attention. jithesh -- View this message in context: http

[appfuse-user] integrating AspriseJavaPDF

2007-07-25 Thread jithesh
hi I am using appfuse 1.9.4 for my webapp. Is it possible to integrate 'AspriseJavaPDF' library in appfuse. what u people suggest.. thanks, Jthesh pm -- View this message in context: http://www.nabble.com/integrating--AspriseJavaPDF-tf4142812s2369.html#a11784706 Sent from the AppFuse - U

[appfuse-user] Time out problem

2007-07-11 Thread jithesh
rs are not allowed to visit their last visited pages, But it is taking him to the last visited page.How can i overcome this problem? Please suggest some solutions... regards, Jithesh -- View this message in context: http://www.nabble.com/Time-out-problem-tf4060957s2369.html#a11537443 Sen

Re: [appfuse-user] SSL Issue

2007-07-09 Thread jithesh
No, i cant find a logoutFilter in my security.xml regards jithesh -- View this message in context: http://www.nabble.com/SSL-Issue-tf4028067s2369.html#a11503002 Sent from the AppFuse - User mailing list archive at Nabble.com

[appfuse-user] SSL Issue

2007-07-05 Thread jithesh
he seesion is not getting invalidated. So in between the application a new session is created and that causes the application to go to the exception page. Why a new session is created in between the application. Please help on this issue.. regards jithesh -- View this message in cont

[appfuse-user] set default value to column using xdoclet

2007-06-22 Thread jithesh
mn by some value by default. please help me regarding this problem. regards, jithesh -- View this message in context: http://www.nabble.com/set-default-value-to-column-using-xdoclet-tf3963124s2369.html#a11247213 Sent from the AppFuse - User mailing list archive at

[appfuse-user] keep a default textfile in Browse field

2007-06-18 Thread jithesh
? Waiting for yours tips... regards, jithesh -- View this message in context: http://www.nabble.com/keep-a-default-textfile-in-Browse-field-tf3938630s2369.html#a11170940 Sent from the AppFuse - User mailing list archive at Nabble.com

Re: [appfuse-user] Browser error on jsp

2007-06-09 Thread jithesh
nt it being displayed properly..." regards jithesh mraible wrote: > > We need more information about your issue to help you. What page are > you experiencing this on? Is it one you created, or one that ships > with AppFuse? What's the error? Does it happen in Firefo

[appfuse-user] Browser error on jsp

2007-06-07 Thread jithesh
hai, i am using appfuse 1.9x . In some of my jsp pages i am getting browser detected syntax errors i am using IE7 for viewing the page Could anyone helps me on this issue. what setting i need to perform to resolve this. regards, jithesh -- View this message in context: http

[appfuse-user] Browser error on jsp

2007-06-07 Thread jithesh
hai, i am using appfuse 1.9x . In some of my jsp pages i am getting browser detected syntax errors i am using IE7 for viewing the page Could anyone helps me on this issue. what setting i need to perform to resolve this. regards, jithesh -- View this message in context: http

[appfuse-user] Html:Radio button

2007-06-01 Thread jithesh
hai guys,... Thanx for ur help.. I had a problem with Html:radio button . I need to enable one radio button while loading the page. I tried to set the value in action class itself , but not working... Please give a solution for me on this. regards, Jithesh -- View this

[appfuse-user] Deleting tables

2007-05-28 Thread jithesh
command so that it should modify the tables without deleting any tables or deleting datas. please help me on this issue regards, jithesh -- View this message in context: http://www.nabble.com/Deleting-tables-tf3831795s2369.html#a10848060 Sent from the AppFuse - User mailing list archive at

[appfuse-user] Filtering files

2007-05-17 Thread jithesh
hai, I am using appfuse 1.9.2 . while uploading operation when a user clicks on Browse button i need to display only PDF files present in that recent folder. How it can be made possible.. Please help me on this issue. rgards jithesh -- View this message in context: http

[appfuse-user] on passing parameter

2007-05-09 Thread jithesh
hai, I am calling one method with passing some id to that url. for eg: /editUser.html?method=confirm with passing id=7 when i point to the link it shows /editUser.html?method=confirm&id=7 which is throwing error. some page it is like /editUser.html?method=confirm&id=7 the error i got is j

[appfuse-user] Xdoclet

2007-04-29 Thread jithesh
; } but in form bean its is public String getSelecteditems() { return this.selecteditems; } /** */ public void setSelecteditems( String selecteditems ) { this.selecteditems = selecteditems; } this genarated by x doc let... regards jithesh -- View this

  1   2   >