[jboss-user] [JBoss Seam] - getting referer

2006-08-14 Thread goose-dog
Is there a way to grab the referer in a backing bean? For statistics purpose. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965167#3965167 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965167 __

[jboss-user] [JBoss Seam] - Re: JSF question, server goes crazy when using mozilla

2006-07-31 Thread goose-dog
I expanded tomahawk.jar and copied kupublank.html to org/apache/myfaces/custom/inputHtml/resource/kupudrawers and now it's ok... Again sorry this is probably the wrong place to post this. But Anyone using Seam is using JSF and you might like to know this. View the original post : http://ww

[jboss-user] [JBoss Seam] - Re: JSF question, server goes crazy when using mozilla

2006-07-31 Thread goose-dog
by the way this is only when the page contains it's some how related to kupu.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962057#3962057 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962057 ___

[jboss-user] [JBoss Seam] - JSF question, server goes crazy when using mozilla

2006-07-31 Thread goose-dog
this must be the wrong place to post this, but I'm not getting much help from the sun forum so I'll try my luck here. When I use firefox or IE, everything works as expected. However I noticed when I use mozilla to access the page, the server log goes crazy infinately logging the following: 20

[jboss-user] [JBoss Seam] - Re: @Begin(join=true) isn't making the conversation last lon

2006-07-31 Thread goose-dog
Ok, the no conversation conext error is the same as described. So as long as I don't bind anything to a conversation scoped object it's fine. Although I didn't see that in the FAQ section. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=81880 However I'm still boggled about why my GE

[jboss-user] [JBoss Seam] - Re: @Begin(join=true) isn't making the conversation last lon

2006-07-31 Thread goose-dog
I'm also noticing in the address bar of the browser, the conversationId often changes numbers when I do a post. However, outputlinks with stay put. Even though I'm not even sure why I use it since when I don't use it the conversation still seems to be active despite the fact that the convers

[jboss-user] [JBoss Seam] - Re: @Begin(join=true) isn't making the conversation last lon

2006-07-31 Thread goose-dog
| 2006-07-31 11:28:16,637 ERROR [org.jboss.seam.servlet.SeamExceptionFilter] uncaught exception handled by Seam | javax.servlet.ServletException: No conversation context active | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:152) | at org.apache.catalina.core.Appli

[jboss-user] [JBoss Seam] - Re: @Begin(join=true) isn't making the conversation last lon

2006-07-31 Thread goose-dog
Another thing I don't understand is that I actually tried taking out the in my outputlinks and still the following pages were able to continue the conversation... Although this is a separate problem from the original post View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: @Begin(join=true) isn't making the conversation last lon

2006-07-31 Thread goose-dog
actually the conversation is started, as when I go to other pages in the same conversation using in my output links the obj is still available so I know I'm in the conversation. However on the page when I do posts, just with a simple I get the following exception... Am I supposed to have som

[jboss-user] [JBoss Seam] - @Begin(join=true) isn't making the conversation last longer

2006-07-31 Thread goose-dog
I have a method in my class: | @Name("inbox") | @Scope(ScopeType.CONVERSATION) | public class InboxActionBean { | @Begin(nested=true) | | MyObject obj; | public void init(){ | if(loaded==null){ | obj = search(); | } | } | | ... |

[jboss-user] [JBoss Seam] - Re: Facelet and pageEncoding

2006-07-31 Thread goose-dog
Actually ends up that wasn't the problem. Everything displays properly if I set the escape="false" but this is not what I want. I want the users to be able to input anything and if there are things that need to be escaped, the h:outputText should escape it, but I don't want the characters in

[jboss-user] [Testimonials] - complete convertion to Jboss SEAM

2006-07-31 Thread goose-dog
I've completely converted an online community previously done is a proprietary framework to JBoss SEAM. The core functions of the site has been done within 1 week learning SEAM from scratch. I'd have to say it's by far the smoothest transitions I've had in the past. I supposed it's not really

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - jsf output utf8

2006-07-30 Thread goose-dog
Hi, I used to use JSTL and it will escape all the html appropriately but still output UTF8 characters. After swtching to JSF, it still escapes fine, but all the UTF8 chars are escaped as well. Unless I set the escape attribute to false, but I don't want to do that eirtther. I need

[jboss-user] [JBoss Seam] - conversation timeout

2006-07-30 Thread goose-dog
Hi, has anyone had this problem? My conversations never timeout. Only when my session timeout do my conversations timeout too. Here is my components.xml, conversation should timeout in 2 minutes, but it took 30 minutes(my session timeout). | | | | @myFacesLifecycleBug

[jboss-user] [JBoss Seam] - Re: Data retrieve before the page is displayed

2006-07-30 Thread goose-dog
I've been using page action in the pages.xml file, usually together with @RequestParameter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961766#3961766 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961766 _

[jboss-user] [JBoss Seam] - Facelet and pageEncoding

2006-07-28 Thread goose-dog
Hi, I have utf8 data in my DB, and when I used to use JSP I can specify <%@ page pageEncoding="UTF-8" %> and the data display correctly.. however in facelet, I can't use that.. How should I do it in facelet? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961

[jboss-user] [JBoss Seam] - Re: Fileupload

2006-07-28 Thread goose-dog
worked for me. But I find it a little weird that I need to use the input stream to grab the actual file. Should have been cool to have just the file object that points to the actual file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959759#3959759 Repl

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss 4.0.4 startup hangs at ejb3-interceptors-aop.xml

2006-07-27 Thread goose-dog
I didn't find out the root reason, but my server has a USB external HD, and if the drive is unmount, it have no problem starting up the server. If it is mounted, the server will only start once. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961332#3961332

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: PLEASE HELP: maxFileSize in web.xml is useless

2006-07-25 Thread goose-dog
sorry, the config file i got is using the wrong string "uploadMaxFileSize" is the right string View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960822#3960822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960822 ___

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - PLEASE HELP: maxFileSize in web.xml is useless

2006-07-25 Thread goose-dog
I have setup the config in the web.xml specifying maxFileSize as 500m for MyFacesExtnsionFilter but when ever I upload a big file < maxFileSize I get this error: 14:56:56,597 INFO [MultipartRequestWrapper] user tried to upload a file that exceeded file-size limitations. org.apache.commons.file

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss 4.0.4 startup hangs at ejb3-interceptors-aop.xml

2006-07-23 Thread goose-dog
The next line is [WebService] using RMI code base... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960191#3960191 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960191 ___ jb

[jboss-user] [Installation, Configuration & Deployment] - jboss 4.0.4 startup hangs at ejb3-interceptors-aop.xml

2006-07-23 Thread goose-dog
anyone ever have to reboot the computer before it gets past this step? It might not be stuck on this step, but the next step actually, since it only prints the info after invokation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960190#3960190 Reply to t

[jboss-user] [JBoss Seam] - Re: $100.00

2006-07-20 Thread goose-dog
I'd love to have a seam book too View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959774#3959774 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959774 ___ jboss-user mailing lis

[jboss-user] [JBoss Seam] - Re: Book markability

2006-07-20 Thread goose-dog
Alright, I haven't looked at that yet. But before I came back to the forum I ended up using outputLinks with params enclosed. Then in the pages.xml I specifiy that a method gets invoked grabbing the params with @RequestParameter, then doing my stuff.. I'll look at the blog example to see how

[jboss-user] [JBoss Seam] - Book markability

2006-07-20 Thread goose-dog
Hi, Seems like everything in seam(actually JSF to be exact) is a post. Is there a way to render the links on my application so that it is more search engine friendly ad bookmarkable? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959738#3959738 Reply to

[jboss-user] [JBoss Seam] - My fun SEAM project

2006-07-20 Thread goose-dog
Just wanted to share my fun project. I've had an online community for about 5 years, first written in ASP, then .NET, then scriplet filled JSPs, then JSTL with some light weight framework.. now I'm rewriting it using SEAM with facelet, jsf, ejb3. Heavily under contruction. http://vnl-online

[jboss-user] [JBoss Seam] - Re: Seam mailer component

2006-07-11 Thread goose-dog
this is an awesome little plug-in. Saved me much time. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957219#3957219 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957219 __

[jboss-user] [JBoss Seam] - Re: conversation and back buttons

2006-07-11 Thread goose-dog
sorry for being a newbie and all but where might I find the JIRA? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957201#3957201 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957201

[jboss-user] [JBoss Seam] - Re: conversation and back buttons

2006-07-11 Thread goose-dog
I just started using seam 2-3 days ago. I haven't looked into the unit testing part yet. I'll give it a shot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957199#3957199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss Seam] - Re: seam and hibernate validation

2006-07-11 Thread goose-dog
works great! Gracias! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957198#3957198 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957198 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss Seam] - seam and hibernate validation

2006-07-11 Thread goose-dog
I have changed the seam.properties so that it uses my own resource bundle for messages: resourceBundle.bundleName=myOwnMsg this works good, now when I have validation annotations in my entity bean eg. @Pattern(regex="[A-Za-z0-9]+") it actually uses my own message so I know it's reading the righ

[jboss-user] [JBoss Seam] - Re: conversation and back buttons

2006-07-11 Thread goose-dog
darned tootin' :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957188#3957188 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957188 ___ jboss-user mailing list jboss-user@l

[jboss-user] [JBoss Seam] - conversation and back buttons

2006-07-11 Thread goose-dog
When i have a conversation that already started(by invoking method annotated with @begin, and 1.) I press back button and 2.) click on a submit button, it brings me back to the page where the current state should be, this it shows a message "Illegal navigation" this is fine, it's the page

[jboss-user] [JBoss Seam] - Re: JBoss Seam is just a toy in front of the user using Spri

2006-07-11 Thread goose-dog
I'm a lazy guy, seam allows me to be lazy :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957151#3957151 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957151 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: conversationTimeout setting does not work

2006-07-11 Thread goose-dog
does anyone have the same experience. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957140#3957140 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957140 ___ jboss-user mailin

[jboss-user] [JBoss Seam] - session bean in conversation context destroy method

2006-07-11 Thread goose-dog
I have a session bean as follows. I want certain things to happen when the conversation times out. In my session bean I have injection to get my entity manager, I also have an entity bean in the session bean. When the context times out I want to do some things with the entity manager however

[jboss-user] [JBoss Seam] - Re: conversationTimeout setting does not work

2006-07-11 Thread goose-dog
| | | | @myFacesLifecycleBug@ | @jndiPattern@ | | | | | 12 | | | | newUser.jpdl.xml | | | | | | View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - conversationTimeout setting does not work

2006-07-11 Thread goose-dog
Hi, in the component.xml I have this setting, however my session bean which is in the conversation context which uses jdpl does not timeout at the specified time, in fact it takes 30 minutes before the context gets destroyed. Here is my compenent.xml @myFacesLifecycleBug@