s
1 to Struts 2 will help you understand this (plus the Struts2 pages on
i18n).
Hope that helps,
Jeromy Evans
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
uses)
Finally, is the tree supposed to contain anything? Your example
doesn't provide sufficient attributes.
Also don't do too much at once; ensure sitemesh works, then tiles
works, then that the widgets work.
Hope that helps a little,
Jeromy Evans
--
Try turning off the loading text.
It's a guess, but it sounds similar to the loadingText bug due to Dojo
in IE. If the target div contains the source form and loadingText
enabled, the loadingText overwrites the form before the its new values
are read. Details are mentioned several times i
en don't try to pretend
it's not. eg. Have your action mapper direct the request to a
different controller to create the alternative model.
regards,
Jeromy Evans
-
To unsubscribe, e-mail: user-unsubscr...@struts.ap
On 27/01/2009, at 4:57 AM, Matthew Seaborn wrote:
As I have grid of checkboxes I am currently trying to use embedded
maps as arguments in Struts 2, for example using
@CreateIfNull( value = true )
@Element( value = HashMap.class )
public Map> getTestMap() {
return testMap;
}
Using
/testActi
tters:
void setUpload(File file);
void setUploadFileName(String fileName);
void setUploadContentType(String contentType);
That's slightly different than your quoted configuration (as calling the
File "file" implies there should be a setFileFileName method). That
shouldn't cause a
ryan webb wrote:
Hello, first I would like to thank you for reading my email.
I am trying out some examples for uploading a file. And I always get HTTP
500 error from tomcat.
I can't see why, I followed and copied the example. For sure I missed
something but I don't know what?
I tried debuggin
Milan Milanovic wrote:
Hi,
I have a simple jsp form:
And when user click submit button, this form get submitted
twice, i.e.
showReport form action method is called twice! I'm NOT USING AJAX here, I
DON'T HAVE ANY Javascript functions in this page.
You D
Alberto Flores wrote:
The way I did was to override the backing components of the struts
tags. I added logic there to simple control which template is used
(depending on the role). I felt that I could use the Components (and
Tag objects) as controllers for this purpose.
I've taken a similar
Pablo Vázquez Blázquez wrote:
Hi all!
I have followed the instructions in
http://cwiki.apache.org/S2WIKI/creating-a-custom-dojo-profile-for-struts-20x.html,
with a dojo-0.4.3 release. Now, my "s:datetime" tags don´t work,
neither the images of a tabbedpannel are loaded. Any idea?
Thanks.
ure
to use compared to the Struts2 tags so I think you'll find conversion a
positive experience without regret.
Good luck!
regards,
Jeromy Evans
Pablo Vázquez Blázquez wrote:
Just a bit more information. I have profiled (using firebug) the
action (always the same action with the same con
Pablo Vázquez Blázquez wrote:
Any idea about why am I getting increasing response times each time I
access to the page?
I have already a great response time the first time I access to the
page (which is also a problem), but my main problem is that after 6 or
7 accesses it in unmanageable...
e iterated over.
Then will definitely iterate
over it.
Within your sample code you referenced #item but that doesn't exist.
When inside the iteration, the top of the stack is the item being
iterated over, so
will get the property name "link" of the
current item, and so on.
Allen Lee wrote:
Hey there,
Has anyone successfully gotten CompositeActionMapper to work and how?
name="addressMapper"
class="com.mycompany.actionmapper.CustomActionMapper" />
name="compositeMapper"
class="org.apache.struts2.dispatcher.mapper.CompositeActionMapper" />
Dave Newton wrote:
--- On Thu, 9/18/08, sajanv007 wrote:
It is a solaris box and has 16 GB memory and 4 CPU it is
high end server class machine . Some how I suspect it is
the OGNL or Freemarker rendering issue.
Perhaps, but if so, I'll stick with my old dev box with a P4 and 2G runnin
Yanis Kekatos wrote:
HI all,
I am trying to run the Struts Maven Archetype following the
instructions of the page
http://struts.apache.org/2.1.2/docs/ready-set-go.html but I get the
following error. Any help on this?
The starter archetype for 2.0.11.2 is here:
http://people.apache.org/buil
Andreas Mähler wrote:
I've already tried that, but I don't know Freemaker yet and I don't
even like the code that is generated by the simple theme. (e.g: it was
my intention to write a 100% JavaScript-free webinterface) I also
think that the interface is quirky and not as straightforward as
Andreas Mähler wrote:
Hello Everyone,
do you know if the "communication" between the S2 Action and the
struts-tags is standardised? Or am I opening a black box if I replace
sth. like
rows="6"/>
with a VanillaHTML+JSTL version like
rows="6">${object.description}
?
This approach is okay
Christopher Schultz wrote:
I'm an S1 user and a member of the Velocity team. I recently posted a
message to the velocity-dev list regarding the ugly syntax required by
the S2 tag Velocity implementation.
Hi Chris,
It's probably worth posting to the struts-dev list with a more specific
s
Frans Thamura wrote:
http://www.jroller.com/fthamura -> my login fthamura
There's several ways to do this in struts 2. The best approach depends
on what else your application does.
Option 1. Low effort
Implement a custom ActionMapper. It'll contain the logic to detect
that the URI r
UseTheFork wrote:
When I refresh my browser with
http://localhost:8080/tutorial/HelloWorld.action, I do not get any WARNING
or SEVERE kind of messages in the Glassfish Logs. I only get more of the
above. I have also checked for CONFIG, FINE, FINER, FINEST messages, but I
don't get any. The Glass
Roger wrote:
Hi
I'm trying to get indexed lists working so that I can get any amendments back
into my model. At the moment I've got
In the last line, did you confirm that count has the correct value?
What if the list is empty? (in that case count has never been set)
The issue could r
Dave Newton wrote:
My first response was to say it was because you spelled "valuables" wrong and
the framework is just really snooty.
he he, I'd be in a lot of trouble if it was narky about typos.
Obviously for the text field you'd still need to set the name appropriately
using the sta
Jeromy Evans wrote:
Roger wrote:
Hi
The textfield property correctly displays the value , neither of the
property tags display anything at all. What's the correct syntax for
the property value attribute?
Regards
This is best, as its an iterator, for a for loop:
corre
Roger wrote:
Hi
The textfield property correctly displays the value , neither of the property
tags display anything at all. What's the correct syntax for the property
value attribute?
Regards
This is best, as its an iterator, for a for loop:
The complication is that the
Bobby Mitch wrote:
hi,
thanks for the explanations.
"Which means if you work from a snapshot version of xwork it's fixed
(which is a 2.1 stream though, which you don't want)."
What do you mean here ?
I didn't realise you could move to 2.1.x. It's not a trivial migration
normally. A
on");
//HOW TO CANCEL NAVIGATION??
}
}
onbeforeunload = function(e) {
if (formIsDirty(document.forms[0])) {
e.returnValue = "There are unsaved changes.";
}
}
When calling topic "/cancelNavigation" the event paremeter is
u
sharath karnati wrote:
Hi All,
In weblogic server log, I found these error multiple times. Is anyone come accross this kind of problem?
2008-09-11 07:12:47,415 ERROR [org.apache.struts2.components.UIBean] - error when rendering
java.net.SocketException: Broken pipe
One cause is t
you could have this all complete and closed yourself within an hour
instead of waiting around for someone to volunteer to do it for you...
regards,
Jeromy Evans
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comm
Pablo Vázquez Blázquez wrote:
Using dojo.addOnUnload(function) neither works. Besides that, I would
need sht like dojo.addOnBeforeUnload, but it does not exist.
I don´t think I should subscribe for an ajax-request-completion event,
but for the beforeunload one, don´t I?
Thanks.
Use the doj
Pablo Vázquez Blázquez wrote:
No idea or miss-explanation?
Use dojo's event model. You need to register a listener/subscriber for
the event via dojo.
If you assign a listener directly to onbeforeunload or onload you'll
overwrite the listeners that dojo needs to assign (or vice-versa, dojo
Musachy Barroso wrote:
this ticket: https://issues.apache.org/struts/browse/WW-2653 ?
Yeah, that's a fix for the same issue.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Gawain Hammond wrote:
A really nice solution so far has been to an action tag to populate
forms, which has worked nicely the rest of the time. I've really liked
using this approach to fill drop-downs, like so:
...
list="%{#groupAction.list}" listKey="id" listValue="name"/>
That's a n
Anyone listening that has the kudos to remove [EMAIL PROTECTED]
from struts-dev and struts-user?
I've grown weary of the warning received whenever I post a message to
either list.
Original Message
Subject:Warning: [EMAIL PROTECTED] - User unknown!
Date: Wed, 10 Sep
Bobby Mitch wrote:
ok,
well for your information I asked about that problem in the JBoss problem,
thinking that the problem could come from JBoss, and I just posted the question
on the XWORK forum
where i hope they will help me fix it.
http://forums.opensymphony.com/thread.jspa?threadID=4542
Bobby Mitch wrote:
yes, but i wrote that with this XML file or without this XML file, that is with
annotations only (@Validation etc), i still get the same error.
So i do not see the point of me trying to change that file.
And I want this to work with annotations too.
Thanks anyway for helping.
es
(eg. if you don't want the form posted via ajax).
I suggest you go back to basics; create a new minimal form with a
minimal action and it get it to work.
Hope that helps,
Jeromy Evans
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Bobby Mitch wrote:
hi, thanks again for helping.
What XML file exactly are you talking about ? The decriptor file strugs-tag.tld from the
The validators XML file you provided in your original email:
"-//OpenSymphony Group//XWork Validator 1.0.2//EN"
"http://www.opensy
Bobby Mitch wrote:
Any other suggestion, anyone ?
Thanks for helping.
Did you try my suggestion of changing the doctype to point to a local
file? Or a local catalog?
Or perhaps even removing the doctype?
It appears to be failing to parse the XML and the only URI present is in
the doctype
ll.net/docbookxsl/WriteCatalog.html
(it relates to DocBook XML but the principle applies)
Hope that helps.
Jeromy Evans
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
I don't understand how the codebehind or convention plug-in could provide
the inheritance and layout functionality of tiles. Moreover, we use
conventions to tag CSS to tile definitions. Can you elaborate please?
Maybe I misinterpreted your intent.
Codebehind/Conv
Dave Newton wrote:
The default value defines this behavior--you told it what to do implicitly by
not changing it.
Barring disagreement from others I'm changing the default to "none" as other
people have also had an problem reading the documentation, and personally, I also think
the default is
Lyallex wrote:
I'm starting to feel that way about Struts2, the other day I wanted to
add some params to a url .. lo and behold the framework automatically
appended all the params available on the action to the URL ... bloody
madness. I ended up turning this ludicrous 'feature' off and doing it
stanlick wrote:
Does the plug-in support tiles definition names in its search?
No. It was discussed briefly once in srtuts-dev that the codebehind
plugin & tiles plugin together could support tiles naming conventions.
eg. if OrderController.show() is invoked then search for a tile called
Al Sutton wrote:
Any reason not to use;
or did I miss something?
Al.
That had never occurred to me!
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
dynamicd wrote:
Well i Just caught something.
For some reason my listentopics or action from the form is not working
It shows loading.. in the Chrome browser. but never loads. nothing in the
logs
Works on both firefox and IE
s:div >
onchange="dojo.event.topic.publish('showConfigure_topi
Roger wrote:
I often use:
where ${initParam.css} refers to an init param in web.xml (useful if it
needs to change with the deployment, such as a version number)
Could you point me at some code examples on how to set this up. I've a need to
load a different style sheet depending upon
one tested the struts 2 dojo tags in
chrome yet?
cheers,
Jeromy Evans
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Ryan Wong wrote:
But there is still a question.
With the namespace we have to place the parameter like prefix...
eg. http://example.org/namespace/page/1/posts to call postsController
index() method.
It seems it cannot handle urls like
http://example.org/namespace/posts/page/1
The follow one is
Ryan Wong wrote:
Thanks Jeromy...
There is not any document about this one..
So i missed that feature...
Yeah, the NamedVariablePatternMatcher is only documented within messages
in struts-user so far.
I quite like it, although messing with the namespace introduces other
complications a
Alexander Baetz wrote:
Hi,
ok, this is not really a struts question but we came to it while
creating tiles pages. it might be that i'm thinking wrong.
scenario:
in writing a tiles template. there i want to include an external
stylesheet x. when an action (domain/namespace/myAction.action) is
Ryan Wong wrote:
I have changed the rest action mapper class to apply Ruby Style .
there is draft, post here to find a better way to build RESTful app with
struts2
I thought the RestActionMapper was already a copy of the RoR
convention? I think it already matches all your mappings except
alvins wrote:
I've added comments to the REST plugin wiki - not sure if these want to get
filed as Jira's?
Alvin
I think that's worth raising as an issue. I don't understand why this
happens. Thanks for reporting it!
alvins wrote:
Hmm I might just have to do that. I am guessing alot of people will run into
this issue with the REST plugin - might be an idea to get some annotation
into conventions or rest plugin (not sure where it would go) to allow for
method specific result for validation failure? How do thes
Al Sutton wrote:
Scott,
Annotations serve a very useful purpose, and unless you're using a JRE
less than version 5 they're worth the effort.
Similar thoughts here.
I found using validation annotations within actions and XML validation
for models (visitor validation) was a good compromise.
alvins wrote:
Thanks for the response Jeromy. I am actually already using that setting
actually - I have two sets of different validations - one on the create
method and one on the update method.
However the problem is that when validation fails - I need an input result
which is specific for eac
rakeshxp wrote:
Hi All,
I have 2 questions regarding the struts-rest plugin ( 2.1.3-snapshot)
1) How can I write a controller that will handle the request on "/" ( i.e
http://www.myhost.com )?
No, there isn't.
If you substitute the CodeBehind plugin for the Convention plugin, then
you
alvins wrote:
Hi guys,
I have been wrestling with the REST plugin for the last couple of days and
have posted some notes in another thread.
I have hit a problem which I need a little help with. Basically in my REST
controller I have a create and update method as per the REST guidelines. I
need
the object, set the id and params
It's different because the ActionMapper obtained the id from URI.
If you use other variables in the namespace you also need this
interceptor before prepare.
Hope that helps,
Jeromy Evans
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
stanlick wrote:
So any ideas why the model is being created inside the action and not
injected by the framework?
private Order model = new Order();
I think Don was just being lazy in the quick example ;-)
I load or create the model in the appropriate prepare method. All that
matters is t
tly better than the
default one in Struts 2.0.x.
cheers,
Jeromy Evans
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deepakdabas wrote:
I want to know when apache is planning to have the release of struts with
support of dojo1.x i.e. support of digits in Struts tags.
Have you tried using dijit? If so, I'm interested to hear what benefit
you think struts tags would provide over using dijit directly? It
[EMAIL PROTECTED] wrote:
Has anyone experienced a problem with a trailing front slash being added to
the generated URL?
I've seen it before. I can't look at my code right now, but I think it's
because you have a trailing slash on a property either in struts xml
(default namespace?) or in
Repko, Brian wrote:
There's been no reply to this - is there something more that
I can give folks for help on this?
Sounds like a bug. This section has always seemed messy to me. There's
been several changes here in the 2.1 branch.
I don't completely understand your approach, but presu
rakeshxp wrote:
But this does not seem to work. When I hit any restful URL, then there is a
JSESSIONID cookie being set. Could someone point out what is wrong with the
above config ?
Thanks!
CodeBehind is responsible for setting up the packages.
I don't know the history, but codebehind us
Struts Two wrote:
Now seeing that Jeromy is working on a new Interceptor, I wonder if all the servers follow the same lookup pattern.
I'm not working on any interceptors related to this.
For JNDI lookups in S2 in the past I've used the DI framework's features
rather S2.
ie. Both Spring and Gu
I need to sign off, but have a look at the REST showcase included in the
apps directory of struts2.1
The location of results is best described here:
http://struts.apache.org/2.x/docs/codebehind-plugin.html
Codebehind doesn't have much flexibility in the result location.
If you use freemarker
rakeshxp wrote:
Jeromy Evans - Blue Sky Minds wrote:
This is a approach is fine. The annotations are a feature of CodeBehind
in 2.1 (used by CodeBehind to create the configuration)
Note that CodeBehind will be replaced by the ConventionPlugin in 2.2ish
but the annotations won't ne
Jeromy Evans wrote:
rakeshxp wrote:
Hi All,
I am migrating from struts 2.0.10 to 2.1.2 ( for need of restful URLs).
Could someone help me understand the following ?
1) Is it better to use Annotations or Codebehind for Restful URLs? (
I some
how like the annotations more than assuming some
rakeshxp wrote:
Hi All,
I am migrating from struts 2.0.10 to 2.1.2 ( for need of restful URLs).
Could someone help me understand the following ?
1) Is it better to use Annotations or Codebehind for Restful URLs? ( I some
how like the annotations more than assuming some standard for resources)
Hardik Shah wrote:
could you provide basic stuff or link for implementing Guice/Warp with s2
-
he he, that's also a major decision if you want to go down that path.
I don't recommend jumping after whichever approach seems least effort
(btw, your original approach to use a realm
Alexander Baetz wrote:
Hi,
i'm currently working on a new Interceptor for EJB Injection on
Actions. I allready extendet it to work on fields and methods. But
since i dont like to make my own Annotation type i wanted to use the
javax.ejb.ejb anotation. But there is a small problem with that:
Hardik Shah wrote:
this approach in single webapp
thanks
i should go with spring security ,but it works fine with s2?
\
Yes, others definitely use it with S2 and Spring. It takes substantial
amount of effort to learn. You may have to ask for specific help about
that after going t
[EMAIL PROTECTED] wrote:
Is there something unique about the StrutsTypeConverter class that causes
auto-wire by name to work successfully (without even a bean definition of the
converter), but not @Transactional/@PersistenceContext annotations?
Thank you.
It's a guess, but I would say yes.
Hardik Shah wrote:
Jeromy Evans - Blue Sky Minds wrote:
Correct. It's not as bad as it first seems if you manage the entries in
the two tables (for tomcat) yourself.
Otherwise the next step is a third party library like Spring Security.
try to use jdbcrealm but when s
Hardik Shah wrote:
my first and last goal about that i want to maintain single sign on without
storing user information in session
i have also integrated hibernate with it ,can i use for achieve somthing
like or not?
Do you mean single sign-on as in across multiple domains or webapps? If
Hardik Shah wrote:
Jeromy Evans - Blue Sky Minds wrote:
A better approach is to use the container's authentication as intended
so the remoteUser is managed by it..
i think u are saying about jdbc realm for container's authentication!
Correct. It's not as
Hardik Shah wrote:
hi
we can get remoteuser using request.getremoteuser() but how we can set it?
-
One approach is to wrap the request object. Create a Filter, decorate
the HttpServletRequest with one the implements setRemoteUser() and
delegates all other methods to the original. Wh
There is something else at play here. If you put a break-point in the
interceptor it should become clear.
I vaguely an update or concern recently relating to automatic refreshing
of the model in the ModelDriven interceptor; the interceptor gets the
model and re sets it on the stack when it th
Ryan Wong wrote:
how can I apply the URL http://localhost:3000/ontrack/1/sprints/1 to action
to show item with ontract id - 1 and sprints id - 1
Here's an example using the REST plugin:
http://www.blueskyminds.com.au/url-hierarchy/
Frans Thamura wrote:
On Mon, Aug 25, 2008 at 10:21 PM, Dave Newton <[EMAIL PROTECTED]> wrote:
--- On Mon, 8/25/08, Frans Thamura wrote:
my concept is like programmer factory
Oh. That sounds depressing.
i make this program because several reason,
Your motiviation i
Paul Benedict wrote:
I can't see how this could be a Tomcat or Windows problem. With Struts
2.1.2 and setting antiJARLocking="true", I was able to undeploy.
However, the necessity of the option tells me Struts (or XWork) is
leaky somewhere and is not properly cleaning up its house. When
running u
onContext.setContext(null);
}
}
Paul
On Sat, Aug 23, 2008 at 12:20 AM, Jeromy Evans
<[EMAIL PROTECTED]> wrote:
Paul Benedict wrote:
https://issues.apache.org/struts/browse/WW-2167
Yes, it's easy to retrofit to 2.0. It only requires a finally state
Milan Milanovic wrote:
Uf, bug again :-(((.
Is there any custom type-converter for Double-s that doesn't have this error
?
--
Milan
A custom type-converter means you can write one yourself for that
specific property. It's very simple:
http://struts.apache.org/2.0.11.2/docs/type-convers
Paul Benedict wrote:
https://issues.apache.org/struts/browse/WW-2167
Yes, it's easy to retrofit to 2.0. It only requires a finally statement
in the init and destroy methods.
PS. stop developing java on windows... ;-) My estimate is that Sun's
java compiler is at least 50% faster (perh
Paul Benedict wrote:
I am unable to have Tomcat delete the physical directory of my webapp
when I undeploy from Tomcat Manager. My application gets undeployed,
but there is a lock is on the struts2-core library. Anyone encounter
this problem? I am using 2.0.11.2 and Tomcat 6.0.16.
Paul
Yes.
I've seen this reported previous as a bug in S2/Xwork (appending an
extra 0 character). I can't recall where I saw that.
Write a custom type-converter for that field to work-around it.
Milan Milanovic wrote:
This is some wierd Struts behaviour for Double conversion, e.g., if my prop
attribute
You do not need special tags. As Gabriel suggested, you simple need an
image tag.
default.jsp:
The image follows
That means there's first an HTML stream (from the JSP), then separately
browser opens the image stream from your action.
Hope that makes sense.
Jeromy Evans
Alessio Bandi
Dave Newton wrote:
- On Wed, 8/20/08, MyAshok wrote:
Can you tell me whats might be the problem with my IE.
It's IE.
Dave
He he he.
I don't know for certain, but I think it's due to IE's non-standard
event-handling (event ordering) and Dojo's/widget's failure to
accommodate t
MyAshok wrote:
Hi all,
Thanks for all your response.
Finally i isolated the problem and found that the problem is with the ajax
submit of the same div. (i.e) my form and the submit targets to the same
div. This scenerio creates the problem that the values in the jsp is not
populated to the acti
Hardik Shah wrote:
i can not get perfectly you ,can you be more descriptive about you say(what
i have to do for this problem)
You're welcome.
Use the FireFox browser and install the FireBug extension.
Load your page, open FireBug and view the Net tab. Determine whether
error's occ
Hardik Shah wrote:
i am trying to use several yui elements in strtus 2.0.11.2
problem is that
it can not get its styles (for exp tab shows only in link format ,it can not
use tabview.css)
when i try to exclude action like cflist.do in decorators.xml then yui works
fine (bt my constant view a
Haulyn R. Jason wrote:
> Hi,all
> I have an Authentication problem. I use Interceptor to authenticate
> actions and methods, based on different member and different role.
> Everything works well.But my client can not access some resource, for
> example a url, so they should not see the url. I think
Muralidhar Y wrote:
It's an (annoying) warning caused by the line above.
It means it searched for an action in the configuration called
"executePoPSearch.action" but couldn't find it, so it's going to use the
literal value "executePoPSearch.action" instead.
The form tag in
David N. Arnold wrote:
You're not the only one. I can't remember if I was running trunk or
2.1.2, but I have seen the same messages.
On Thu, Aug 14, 2008 at 9:47 AM, "Stephan Schröder" <[EMAIL PROTECTED]> wrote:
14.08.2008 15:12:34 com.opensymphony.xwork2.util.logging.jdk.JdkLogger warn
WA
Martin Gainty wrote:
var xmlhttp=dojo.hostenv.getXmlhttpObject()
var response= xmlhttp.responseXML;
var parsed_response=SomeXMLParser(response);
document.getElementByTagId("div").innerHtml = parsed_response;
-->
yes/no?
Martin
That would work, but dojo already includes code to invoke the
Dave Newton wrote:
I'd be immediately suspicious of your manual form submission; as a guess I'd
say that bypasses the normal form submission process, making it a non-XHR
request.
Off-the-cuff guess, though.
Dave
Absolutely positive that's it.
This line:
document.getElementById('Subscri
Dave Newton wrote:
So... we still have no idea what exception is being thrown.
That makes it really hard to even begin.
Dave
I think MemberId is null:
memberID = memberID.substring(memberID.lastIndexOf('\\') + 1);
Or pageRequested is null
searchForm.setPageRequested(Integer.parseIn
MyAshok wrote:
I do have the same issue. on click of submit, the loadingtext is displaying
but the result in a new page as i am redirect to a action.
Any solutions? please asap.
viewPartners
Waiting for reply..
If it's performing a full-pag
Dave Newton wrote:
Somewhat on-topic: we should really figure this out, enumerate go/no-go
use-cases, and write something up, since it comes up pretty frequently--I was
never able to reproduce that JIRA issue around this, but I'd sure like to put
this issue to rest w/ an easily-spewable wiki p
1 - 100 of 710 matches
Mail list logo