Re: [appfuse-user] DWR (AJAX) and Session timeout renew, how? - URGENT

2009-04-08 Thread Attila
Thank You very much, sorry for late answering... Bye, bye xeusman wrote: > > > Check this. > http://terrajava.blogspot.com/2009/03/handling-dwr-session-timeouts.html > > you may have to write a filter. > > > Attila wrote: >> >> Hi, >> >&g

Re: [appfuse-user] DWR (AJAX) and Session timeout renew, how? - URGENT

2009-01-14 Thread Attila
er should > restart the expiry counter if there is some activity in the session. > Sipatha > _______ > > > 2009/1/13 Attila > >> >> Nobody knows? >> >> >> &g

Re: [appfuse-user] DWR (AJAX) and Session timeout renew, how? - URGENT

2009-01-12 Thread Attila
Nobody knows? Attila wrote: > > Hi, > > I've a big problem with DWR and http session. My Appfuse is 2.0.2 > JSF/Hibernate with a lot of DWR calls. > > After the http session is expired (I've set it to one -1- minute to test), > when I made a DWR call, al

Re: [appfuse-user] how to config GMail's SMTP server to be used by AppFuse

2009-01-08 Thread Attila
Hi, this settings are working for me, my app runs on my own public server (no proxy, firewall, etc server), or for testing on my own notebook. mail.default.from=Name mail.debug=true mail.transport.protocol=smtp mail.smtp.starttls.enable=true mail.host=smtp.gmail.com mail.username=...@gmail.com

[appfuse-user] DWR (AJAX) and Session timeout renew, how? - URGENT

2009-01-08 Thread Attila
Hi, I've a big problem with DWR and http session. My Appfuse is 2.0.2 JSF/Hibernate with a lot of DWR calls. After the http session is expired (I've set it to one -1- minute to test), when I made a DWR call, all of my beans are null (because of session is terminated), except the bean waht I call

Re: [appfuse-user] Richfaces integrating problem

2009-01-02 Thread Attila
Nobody knows?!? Thats wonder me... Attila wrote: > > Hi, > > I've integrated Richfaces JSF component JSF library into an Appfuse 2.0.2 > JSF modular project but I've problems: when I click "add" button on users > page nothing is happen. New userFor

[appfuse-user] Richfaces integrating problem

2009-01-01 Thread Attila
Hi, I've integrated Richfaces JSF component JSF library into an Appfuse 2.0.2 JSF modular project but I've problems: when I click "add" button on users page nothing is happen. New userForm page doesn't loads. Wher can I search for problems? My http://www.nabble.com/file/p21243203/web.xml web.x

Re: [appfuse-user] How to deal with potential stale connections in pool?

2008-11-29 Thread Attila
Hello, have You a solution found? I'am really need it. (Appfuse 2.0.2) Thanks Bye Richard Paul wrote: > > Somewhat related, if I have the application running, then restart MySQL > server I get the same problem on the first request. Still haven't worked > out what is going wrong though. > >

Re: [appfuse-user] hibernate save app-user: 'Row was updated or deleted by another transaction'

2008-09-22 Thread Attila
Hello, have You solved the problem? I'm from Hungary... :-) Bye Attila tibi wrote: > > hi, > > i have a candidate which has a one-one relation to user > when i save candidate i want to save changes to the user too. > but i get an: > 'Object of class [org.appf

[appfuse-user] Very urgent: Upgrade to Spring Security from Acegi doesn't go!

2008-09-09 Thread Attila
hould I do?!? Bye mraible wrote: > > Is this a Facelets error? You might look at the latest version of > AppFuse to compare your source to its. > > Matt > > On Thu, Jun 26, 2008 at 9:10 AM, Attila <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I

Re: [appfuse-user] Upgrade to Spring Security from Acegi doesn't go!

2008-06-26 Thread Attila
e: > > Is this a Facelets error? You might look at the latest version of > AppFuse to compare your source to its. > > Matt > > On Thu, Jun 26, 2008 at 9:10 AM, Attila <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I've upgraded Appfuse JSF fro

[appfuse-user] Upgrade to Spring Security from Acegi doesn't go!

2008-06-26 Thread Attila
ot;imported" as : xmlns:security="http://www.springframework.org/security/tags"; Please add me advise. Thanks Bye, bye Attila -- View this message in context: http://www.nabble.com/Upgrade-to-Spring-Security-from-Acegi-doesn%27t-go%21-tp18136287s2369p18136287.html Sent from the AppFuse

Re: [appfuse-user] How to access DAOs and/or Managers and/or Action beans from pure JSP?

2008-05-29 Thread Attila
Hi Matt, OK, the real question was: how can I write pure JSP code to process Action's data? Can I write Java code in an JSP structure to access Action's methods? For example: <% ActionList al = ???; Map map = al.getData( param1, param2, ... ); %> Thanks Bye Attila mraibl

[appfuse-user] How to access DAOs and/or Managers and/or Action beans from pure JSP?

2008-05-15 Thread Attila
Hi, I've to recode a PHP based application. Many sites begins with database querying ( MySQL ), and produce HTML code ( iterate over lists, arrays ) depending on data. HTML and PHP code are mixed. I don't allowed to change the HTML structure, I've to rewrite code one-to-one! Because of time sav

Re: [appfuse-user] No CSS decoration after session expired by calling ajax4jsf

2008-05-13 Thread Attila
what's causing this so if you include a > patch, we'd happily accept it. > > Thanks, > > Matt > > On Tue, May 6, 2008 at 5:50 AM, Attila <[EMAIL PROTECTED]> wrote: > >> >> Hi Guys, >> >> I've a big problem using ajax4jsf (1.

Re: [appfuse-user] Sitemash: FrameSet decoration doesn't work

2008-05-13 Thread Attila
that's forwarded > to > (if you're forwarding to a JSP from a Controller). > > Matt > > On Tue, May 6, 2008 at 5:56 AM, Attila <[EMAIL PROTECTED]> wrote: > >> >> Hello, >> >> I using Appfuse 2.0.1. I've a fra

Re: [appfuse-user] Acces Denied for page containing Frameset

2008-05-07 Thread Attila
Hi Peter, exactly was: direct access to *.xhtml doesn't allowed, is it? And I set in frame src attribute to src="a.xhtml" and to src="a.html". Bye Peter Schneider-Manzell wrote: > > Hi Attila, > > Maybe its because "/cal/*.html*" doesn'

Re: [appfuse-user] Acces Denied for page containing Frameset

2008-05-06 Thread Attila
ied errors are caused by security.xml, so it's likely > there's URLs that prevent your role from accessing them. > > Matt > > On Tue, May 6, 2008 at 11:37 AM, Attila <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >> I get Acces Denied for page

[appfuse-user] Acces Denied for page containing Frameset

2008-05-06 Thread Attila
Hello, I get Acces Denied for page containing Frameset. When I try the frame's pages no problem. How is it? Thanks -- View this message in context: http://www.nabble.com/Acces-Denied-for-page-containing-Frameset-tp17089611s2369p17089611.html Sent from the AppFuse - User mailing list archive at

[appfuse-user] Sitemash: FrameSet decoration doesn't work

2008-05-06 Thread Attila
Hello, I using Appfuse 2.0.1. I've a frameset page and don't want a decoration for this pages (including frames). I've put the in sitemesh.xml and exluded the pages with but doesn't helps. Frame's pages are decorated, but I don't want! How to resolve? Thanks By -- View this message in conte

[appfuse-user] No CSS decoration after session expired by calling ajax4jsf

2008-05-06 Thread Attila
Hi Guys, I've a big problem using ajax4jsf (1.06) in Appfuse 2.01. After the HttpSession is expired, when I try to do somthing -ajax4jsf enabled function, for example select another value in an ajax enabled drown-down - on the page, it redirects to login page but without any style sheet decoratio

[appfuse-user] Problem with Ajax4Jsf! Please help!

2008-04-25 Thread Attila
Hi Guys, I've a big problem using ajax4jsf (1.06) in Appfuse 2.01. After the HttpSession is expired, when I try to do somthing -ajax4jsf enabled function, for example select another value in an ajax enabled drown-down - on the page, it redirects to login page but without any style sheet decoratio

Re: [appfuse-user] Core JSF ( myFaces ) without Facelets in Appfuse 1.9.4

2007-02-09 Thread Attila
roller.com/page/mwessendorf?entry=facesgoodies_a_kickstart_for_jsf > > Matt > > On 1/17/07, Attila <[EMAIL PROTECTED]> wrote: >> >> >> Thanks Matt for a quick reply!!! >> >> My root problem is, to integrate GoogleMaps JSP tags into my project. I &g

[appfuse-user] Sitemash, filtering table's links

2007-01-27 Thread Attila
a new decorator page. But how can I use this page for my link, while clicking on a link the url pattern is ".../abc.html#" ??? But I need something like this: ".../xyz.html". Thanks Bye Attila -- View this message in context: http://www.nabble.com/Sitemash%2C-filtering-tabl

Re: [appfuse-user] Using Trinidad (ASF) instead MyFaces, how to replace

2007-01-26 Thread Attila
entation. > MyFaces is the implementation, you simply need to add Trinidad to it. > > Matt > > On 1/26/07, Attila <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >> I've tried adding Trinidad ( JSF implementation ) to my AppFuse 1.9.4 >> project,

[appfuse-user] RE: RE: Using Trinidad (ASF) instead MyFaces, how to replace

2007-01-26 Thread Attila
ience... Thanks... Bye md10024 wrote: > > Attila, > > Why not post the error you are getting? > > Mark > > -Original Message- > From: Attila [mailto:[EMAIL PROTECTED] > Sent: Friday, January 26, 2007 5:05 PM > To: users@appfuse.dev.java.net > S

[appfuse-user] RE: Using Trinidad (ASF) instead MyFaces, how to replace

2007-01-26 Thread Attila
e with less job? Thanks Bye md10024 wrote: > > > > Attila, > > I added Trinidad to appfuse 1.9x > > Look here for more info > http://incubator.apache.org/adffaces/installation.html#General%20Installatio > n > > In the future, if you want specific help then

[appfuse-user] Using Trinidad (ASF) instead MyFaces, how to replace

2007-01-26 Thread Attila
Hello, I've tried adding Trinidad ( JSF implementation ) to my AppFuse 1.9.4 project, but faild, nothing is gone, when I started the webapp. Please tell a how-to, if anybody has experiences...that is importent for me Thanks Bye Attila -- View this message in context:

Re: [appfuse-user] Overall page (app) with

2007-01-25 Thread Attila
Thanks again, but I can't find any extra information under the link you gived me... sorry. Can You explain me how can I make extra space for tables, and for square of "table holder"? Thnak You Bye Attila Christian Giese wrote: > > Hi again. > > this is done

Re: [appfuse-user] Invalid character in Table row

2007-01-25 Thread Attila
Hello, thank You for your excellent answer, and please answer my feature questions too, because need some help in CSS. Thanks, Thanks, Thanks bye Christian Giese wrote: > > Hi Attila, > > This symbol for visited links (it disappears if you clear your browser's > hist

[appfuse-user] Overall page (app) with

2007-01-24 Thread Attila
Hello, how can I adjust the application (pages) with? I use AppFuse 1.9.4, css theme andreas01. Thanks bye -- View this message in context: http://www.nabble.com/Overall-page-%28app%29-with-tf3080320s2369.html#a8558329 Sent from the AppFuse - User mailing list archive at Nabble.com.

[appfuse-user] Invalid character in Table row

2007-01-24 Thread Attila
Hello, I've invalid character in Table rows, where the cell's data is a link. See attachment. http://www.nabble.com/file/5894/scr1.png scr1.png But in the source of generated htrml code nothing seems. What's this? Bye -- View this message in context: http://www.nabble.com/Invalid-chara

[appfuse-user] Duplicate component ID

2007-01-18 Thread Attila
Hello, crazy, crazy, crazy I' got "Duplicate component ID ... found in view" exception!!! I've generated the forms, lists, managers, etc with AppGen. I use AppFuse 1.9.4. The forms, lists operated correctly by the time, but now... I've on every listpage a selectonemenu, with the user can se

Re: [appfuse-user] Core JSF ( myFaces ) without Facelets in Appfuse 1.9.4

2007-01-17 Thread Attila
fer to use JSP with JSF, you can use an older version of > AppFuse. However, using JSF with JSP is a headache and you really > don't want to go down that route - they simply don't work well > together. That being said, it would be cool to figure out a way to > use Facelets f

[appfuse-user] Core JSF ( myFaces ) without Facelets in Appfuse 1.9.4

2007-01-17 Thread Attila
Hello, how can I use/write a page without facelets? What can I configure? Thanks Bye, Bye -- View this message in context: http://www.nabble.com/Core-JSF-%28-myFaces-%29-without-Facelets-in-Appfuse-1.9.4-tf3027120s2369.html#a8409811 Sent from the AppFuse - User mailing list archive at Nabble.c

[appfuse-user] GoogleMap JSTL Tag in AppFuse 1.9.4

2007-01-17 Thread Attila
Hello, I wondering if any has succesfully used GoogleMap JSTL Tag in AppFuse 1.9.4! http://www.lamatek.com/GoogleMaps/ I've created 2 pages: one map.jsp and one gmap.xhtml. The first one is rendered well, but the second not yet, only the static text Please help what is wrong I want to

Re: [appfuse-user] Developer in Trouble: episode 1223 :-( How to make relationships in AppFuse

2007-01-12 Thread Attila
;edit" action is not called!!! And from this point when I "restore" my playing with code to original, doesn't matter, the "edit" action not called!!! Very very agry think. I can post you my codes when U will... Thanks Attila -- View this message in context: http://www

[appfuse-user] Developer in Trouble: episode 1223 :-( How to make relationships in AppFuse

2007-01-11 Thread Attila
I'll give up!!! My problems: I have to write an application in wich users, datas, etc are Partner dependent ( Every POJO must to have a Partner connection ). Let's write a real example: Partner POJO: public class Partner extends BaseObject implements Serializable { protected Long id;

Re: [appfuse-user] doesn't work!!! * * * HELP * * *

2007-01-11 Thread Attila
Thanks Your reply, I've solved. The problem was, that developer must download an other modified acegi.jar ( only for faclets?) ... but nobody has written this fact in document!!! Only Mat said somthig like this... Itnaf wrote: > > Attila, > > The source bellow is for a pa

Re: [appfuse-user] doesn't work!!! * * * HELP * * *

2007-01-04 Thread Attila
i="http://java.sun.com/jsf/facelets"; xmlns:t="http://myfaces.apache.org/tomahawk"; xmlns:acegijsf="http://acegisecurity.org/authz";> ... Thanks Bye, Bye Itnaf wrote: > > Attila, > > like Matt said, with Facelets (are

Re: [appfuse-user] doesn't work!!!

2007-01-02 Thread Attila
use are you using? Are you using Facelets? If so, > you > might have to install the Acegi components from the jsf-comp project. > > http://jsf-comp.sourceforge.net/components/index.html > > Matt > > On 1/2/07, Attila <[EMAIL PROTECTED]> wrote: >> >> &g

[appfuse-user] doesn't work!!!

2007-01-02 Thread Attila
new target, I use myFaces, Hibernate and all the libs are found in "basic" AppFuse app. Thanks bye, bye Attila from Hungary -- View this message in context: http://www.nabble.com/%3Cauthz%3Aauthorize-ifAnyGranted%3D%22role%22-%3E-doesn%27t-work%21%21%21-tf2907135s2369.html#a8121911 S