[appfuse-user] Acegi + SSL

2008-01-23 Thread mikebgx
I've a problem with Acegi 1.0.5 (in Appfuse 1.9.4 for JSF) I can login to my application OK but when I click a link for a login-required page I get the login screen again, it thinks I've logged out. This has only happened since I added SSL - I've added to my security.xml: /login.jsp=REQUIRES

[appfuse-user] CSS in dataTable

2007-12-17 Thread mikebgx
I have displayed some links in a dataTable and I would like to set their hover-colour. I tried editing forms.css/a:hover/color:#ff; which worked, but of course this changed the colour of ALL links, I'd like to just change the links in the table. Any ideas please? Regards, Mike. -- View this

Re: [appfuse-user] Layout CSS? Struts Menu?

2007-12-13 Thread mikebgx
PS Sorry about the background image, is there a better way to upload / attach? mikebgx wrote: > > I'm getting a white stripe across the top of all my pages, as per attached > image, does anyone know what's causing it? > > I suspected the Struts Menu, which I remov

[appfuse-user] Layout CSS? Struts Menu?

2007-12-13 Thread mikebgx
I'm getting a white stripe across the top of all my pages, as per attached image, does anyone know what's causing it? I suspected the Struts Menu, which I removed because I don't really need it, see my default.jsp below Also on long pages my background image gets repeated, any idea why? I'v attac

Re: [appfuse-user] java.lang.IllegalStateException in appfuse

2007-11-30 Thread mikebgx
I got the same error. Tried commenting out compressionFilter mapping as per Matt's suggestion, didn't solve the problem. Then I realised that just before the exception I'd returned from an action, returning a value that wasn't defined in my faces-config / navigation. All OK now, so I've put the co

[appfuse-user] Acegi

2007-09-26 Thread mikebgx
My webapp will have some open pages and some private pages that need a password/login. For the private pages I'd like their menu options (and links to them from other pages) to be visible, but when the user clicks on them I'd like to divert them to the login page first. I've tried various appro

Re: [appfuse-user] Signup

2007-08-17 Thread mikebgx
field wrote: > > mikebgx wrote: >> There are only 2 rows in the app_user table, neither of which have a >> username >> or email of test6 > > I know in the past for some appfuse based projects the 2 rows pre-loaded > into the DB from sample-data.xml caused the first

Re: [appfuse-user] Signup

2007-08-16 Thread mikebgx
> e-mail address? That has to be unique as well and can trigger a > DataIntegrityViolationException. I'd suggest firing up your debugger > and walking through the code to see what's happening along the way. > > Matt > > On 8/16/07, mikebgx <[EMAIL PROTECTED]>

Re: [appfuse-user] Signup

2007-08-16 Thread mikebgx
cre'd cons, Id= 132 mraible wrote: > > You might turn up Hibernate logging (in log4j.xml) - that way you can > see if the error is happening at the database level. I suspect it is > and your user really does already exist. > > Matt > > On 8/16/07, mikebgx <

[appfuse-user] Signup

2007-08-16 Thread mikebgx
I'm having problems creating a User from within my app. It seems to think the User already exists. Any ideas please? Mike Here's my output: (I'm logged in as test hence the msg: Verifying that 'test' can modify 'test6') ApplyForm.cmApprove(133) | User test6 not found, OK, creating cons... Appl

Re: [appfuse-user] passwordHint "scope with shorter lifetime"

2007-08-15 Thread mikebgx
horter lifetime than what, and how come its OK now? mraible wrote: > > Did you change the scope of your managed-bean to session from request? > It should be request by default. > > Matt > > On 8/15/07, mikebgx <[EMAIL PROTECTED]> wrote: >> >> I've a

[appfuse-user] passwordHint "scope with shorter lifetime"

2007-08-15 Thread mikebgx
I've a strange problem with "PasswordHint" on the initial login page of my app (Appfuse 1.9.4 for JSF) passwordHint.xhtml successfully displays its message ('test' is the username I entered): Looking up password hint for test... Then I get: An Error Occurred: Property username references object

Re: [appfuse-user] trying to send email

2007-08-08 Thread mikebgx
e you inject the dependency (and your > bean definition)? > > Thanks, > > Matt > > On 8/6/07, mikebgx <[EMAIL PROTECTED]> wrote: >> >> I'm using version 1.9.4 of AppFuse >> >> In the send(SimpleMailMessage) method of the service/MailEngine

Re: [appfuse-user] trying to send email

2007-08-06 Thread mikebgx
params in applicationContext-service.xml. So my underlying problem is that service/MailEngine.mailSender is null, somehow its not being instantiated (with the applicationContext-service.xml. params) mraible wrote: > > What version of AppFuse are you using? > > Matt > > On 8/4/0

[appfuse-user] trying to send email

2007-08-04 Thread mikebgx
I'm trying to send email from my Appfuse/JSF/Hibernate app and get this exception: MailEngine.send(75) | Mail server connection failed; nested exception is javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25; It seems to think my mailserver details are localhost

Re: [appfuse-user] Firefox- Menu still shows after choosing an option

2007-07-23 Thread mikebgx
en updated successfully. Rgds, Mike mraible wrote: > > Can you provide a screenshot? > > On 7/23/07, mikebgx <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> When I click the menu to go into a form, the menu is still showing. Only >> happens when I run

[appfuse-user] Firefox- Menu still shows after choosing an option

2007-07-23 Thread mikebgx
Hi, When I click the menu to go into a form, the menu is still showing. Only happens when I run Firefox, ie is OK in this respect. Any ideas please?? -- View this message in context: http://www.nabble.com/Firefox--Menu-still-shows-after-choosing-an-option-tf4130373s2369.html#a11746165 Sent fr

Re: [appfuse-user] Need help in changing the datatable in users.xhtml

2007-07-23 Thread mikebgx
Yes, that did the trick, thanks! Michael Horwitz wrote: > > Have you removed the highlightTableRows() script from your page? > > Mike. > > On 7/23/07, mikebgx <[EMAIL PROTECTED]> wrote: >> >> >> I've a similar problem. >> >> I

[appfuse-user] panelTabbedPane - want tabs in multiple rows

2007-07-23 Thread mikebgx
Hi, I'm using a t:panelTabbedPane, how can I display the tabs in multiple rows? Rgds, Mike -- View this message in context: http://www.nabble.com/panelTabbedPane---want-tabs-in-multiple-rows-tf4128932s2369.html#a11741536 Sent from the AppFuse - User mailing list archive at Nabble.com. -

Re: [appfuse-user] Need help in changing the datatable in users.xhtml

2007-07-23 Thread mikebgx
I've a similar problem. I've set up some columns of my t:dataTable as links (eg forename as shown below) which works fine, however I get an unwanted hand-cursor when hovering over another column (eg phoneHome below). Is there a way to make columns show the mouse cursor as a plain pointer when I

Re: [appfuse-user] Appfuse/ Appgen/ JSF

2007-05-29 Thread mikebgx
So it does you're quite right, sorry to have troubled you with it :-) (Don't know why I couldn't make it work earlier, my bad) mraible wrote: > > It should do this automatically w/o you adding any additional code. > > Matt > > On 5/29/07, mikebgx <[EMAI

Re: [appfuse-user] Appfuse/ Appgen/ JSF

2007-05-29 Thread mikebgx
to integrate some nice validation manually: > > http://raibledesigns.com/wiki/Wiki.jsp?page=ValidationAndListJSF > > > Nathan > > ----- Original Message - > From: "mikebgx" <[EMAIL PROTECTED]> > To: users@appfuse.dev.java.net > Sent: Sunday, May 27

[appfuse-user] Appfuse/ Appgen/ JSF

2007-05-27 Thread mikebgx
I have * @hibernate.property length="20" not-null="true" in my POJO and would like to edit the template to generate a maxLength attribute in my .xhtml file Something like ... maxLength= ... Is there a tag I can use to do this? Or will I need to add code to FormTagsHandler.jav / MethodExTagHand

Re: [appfuse-user] Appfuse JSF, readonly text fields in XxForm.xhtml

2007-05-21 Thread mikebgx
copy them into a session-scope variable? mraible wrote: > > If you put your managed bean in session scope instead of request, it > should solve this problem. > > Matt > > On 5/21/07, mikebgx <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I&#x

[appfuse-user] Appfuse JSF, readonly text fields in XxForm.xhtml

2007-05-21 Thread mikebgx
Hi, I'm using Appfuse (for JSF & Hibernate). It seems the presence of a readonly or disabled attribute on my http://www.nabble.com/Bug-in-editProfile--tf1274535s2369.html#a3400660 whereby I've added after my tag. Any ideas please? Mike -- View this message in context: http://www.nabble.

Re: [appfuse-user] panelGrid styles

2007-05-08 Thread mikebgx
Hi Matt, I too would like to use panelGrid functionality, specifically columns="3" so that I can have my prompts to the left of my fields, which should all align. What would you suggest? mraible wrote: > > The panelGrid in AppFuse overrides the default elements in > favor of elements. That