When an object is marked as Conversational(ifNotBegunOutcome=...) and the
request is made to a WebRemote method, it still allows the method call to
proceed. Is this a bug or a feature?
I expected a http error code to be returned - since you can't redirect to the
outcome :)
View the original
Is it possible (or will it eventually be possible) to invoke seam javabeans
outside the scope of a web application?
I am thinking through the implementation of a progress bar where the progress
is updated by a service. Currently it throws an IllegalStateException at
| 6:43:14,096 INFO [ST
It's working exactly as I would expect it to. Thanks for doing this so
quickly!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947689#3947689
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947689
-
Any thoughts about JIRA issue 240?
http://jira.jboss.com/jira/browse/JBSEAM-240
The ajax request object does support aborting of a command. If that object
could be somehow be held onto, it would be easy to do.
For instance, Seam.Remoting.sendAjaxRequest could return the asyncReq. Then,
insid
Whoops, Copied the wrong thing, it should have said where ".jsf" is the
url-pattern for your Faces Servlet.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945482#3945482
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39
The debug page is available at any point by going to "myapppath/debug.jsf"
where "myapppath" is the context path of your application and ".jsf" is the
url-pattern for you Seam Redirect Filter.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945481#3945481
Rep
Here's another interesting related problem, when the server serializes the
return object, it serializes the class. Because the WebRemote method returns
an interface, the javascript client does not know that that class actually
implements that interface.
Hypothetical Example:
|
| @Name(
We have a Remoting method in a Service that returns an interface A. Interface
A extends Interface B. When the javascript interface is generated by the
InterfaceGenerator, it does not generate metadata for Interface B. This means
that the object is not fully serialized/deserialized.
Is there
When one javabean raises an event to another javabean, what needs to be the
syntax for the event method? A nonarg method is easy.
How does one raise an event such that the Observer knows who initiated it? It
doesn't appear from the CVS source that the initiator is passed to the
Observer. S
The following also appears to work. Of course, this is an abuse of the API :)
| public void selectVendor()
| {
| if ( this.vendors==null )
| {
| return;
| }
| setVendor();
| Conversation.instance().pop();
| Co
In http://docs.jboss.com/seam/reference/en/html/conversations.html#d0e2697 it
states that:
anonymous wrote : nested conversation has its own conversation context, and
also has read-only access to the context of the outer conversation. (It can
read the outer conversation's context variables, but
We have a screen where the user can enter an id into a field or search for the
id by clicking a link. My approach to this was to have a s:link button that
nests a conversation when the user clicks the search button. After fixing a
small problem in the HtmlLink class (see
[http://jira.jboss.co
12 matches
Mail list logo