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
__
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
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
___
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
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
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
| 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
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=
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
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();
| }
| }
|
| ...
|
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
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
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
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
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
_
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
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
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
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
___
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
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
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
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
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
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
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
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
__
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
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&
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
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
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
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
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
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
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
|
|
|
| @myFacesLifecycleBug@
| @jndiPattern@
|
|
|
|
| 12
|
|
|
| newUser.jpdl.xml
|
|
|
|
|
|
View the original post :
http://www.jboss.com/index.html?mod
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@
38 matches
Mail list logo