thanks Lukasz
what i did is,
added :displaytag-1.2.jar in the lib
added :<%@ taglib uri="http://displaytag.sf.net"; prefix="display"%> in my
JSP
code snippet is
thanks
murugesh
On Mon, May 25, 2009 at 12:15 PM, Lukasz Lenart <
lukasz.len...@googlemail.com> wrote:
> 2009/5/25 Murugesh
2009/5/25 Murugesh :
> can any one help me to achieve this?
Could you show how did you try to use DisplayTag, some code example?
Regards
--
Lukasz
http://www.lenart.org.pl/
-
To unsubscribe, e-mail: user-unsubscr...@struts.apa
thanks
i have successfully implemented this.
thanks a lot for responsing.
2009/5/19 Paweł Wielgus
> Hi Murugesh,
> read about session in HTTP.
>
> Best greetings,
> Paweł Wielgus.
>
>
> 2009/5/19 Murugesh :
> > Thanks for reply
> >
> > like googles gmail, if u try to open 2nd gmail in same bro
Hi cheers,
currently i am using belowjsp code to display my list "DataList" details.
now i want to add pagination using displaytag 1.2.
i have followed some steps but not getting any out put.
can any one help me to achieve this?
thnaks
murugesh
Try turning the page buffer up really high... Like 256k or something
obnoxious. It's obviously not a real solution, but it might get you by if
you're on a deadline. I would try firing up a debugger and see what is
generating the output. Another solution would be to try a different app
server. I
yeah, retuning null also works.
musachy
On Sun, May 24, 2009 at 2:40 PM, Dave Newton wrote:
> Bhaarat Sharma wrote:
>>
>> Hello,
>>
>> I am trying to implement http://www.appelsiini.net/projects/jeditable in
>> my
>> struts2 code.
>>
>> Problem I am having is that when the user clicks Ok I am go
Martin Gainty wrote:
success.jsp
jsonResult
/**success.jsp would have logic to accept a ajax response from YourAction*/
The "json" result type writes the response--I'm not sure what a JSP
parameter would mean here. Do you have working code configured like this?
Dave
--
jim_gre...@fws.gov wrote:
I've worked around the problem inconsistent JSON results by removing the
root parameter from the JSONResult annotations. It appears that
at least I'm getting consistent results this way:
@Results( {
@Result(name = "jsonPopsResult", type = JSONResult.class, va
the success result should look something like..
success.jsp
jsonResult
/**success.jsp would have logic to accept a ajax response from YourAction*/
the behaviour should be consistent between supplied params in xml and those
supplied to the annotati
Niklas Johansson wrote:
Such a beginner error... But after renaming the validation.xml file
to what you specifide, still no error-response when not entering
anything in the "heading" field.
You'll have to post your original message but so it's readable--the list
accepts plain-text emails, most
Hello Dave,
Thanks for your reply.
Such a beginner error... But after renaming the validation.xml file to what you
specifide, still no error-response when not entering anything in the "heading"
field.
Sorry for being a bit unspecific for my second question:
When extending my action class
Bhaarat Sharma wrote:
Hello,
I am trying to implement http://www.appelsiini.net/projects/jeditable in my
struts2 code.
Problem I am having is that when the user clicks Ok I am going back to my
action, however, I just want my aciton to execute the code necessary to save
changes back to the datab
Hi Bhaarat,
My experience for this requirement is to "return false" for the form submit
handling:
...
Hope this helps.
Qunhuan
-Original Message-
From: Bhaarat Sharma [mailto:bhaara...@gmail.com]
Sent: 24 May 2009 18:38
To: Struts Users Mailing List
Subject: how to have an emp
Done - https://issues.apache.org/struts/browse/WW-3138 . I've mentioned
about the method name not being picked up as well.
Thanks,
Joseph
On Mon, May 18, 2009 at 11:34 PM, Martin Gainty wrote:
>
> thats a bug ..
>
> xwork version 1.2.3
> com.opensymphony.xwork.ActionProxyFactory
>public abs
Rajeev, i just took your JSP and made some changes (attached, changes marked
with comments) - it renders w/o any errors for me..basically, followed
Dave's suggestion of changing s: to sx:
HTH
Joseph
On Sun, May 24, 2009 at 8:10 PM, Dave Newton wrote:
> rajeevP wrote:
>
>> Please help me in thi
I've worked around the problem inconsistent JSON results by removing the
root parameter from the JSONResult annotations. It appears that
at least I'm getting consistent results this way:
@Results( {
@Result(name = "jsonPopsResult", type = JSONResult.class, value =
"", params = {"noCach
Hello,
I am trying to implement http://www.appelsiini.net/projects/jeditable in my
struts2 code.
Problem I am having is that when the user clicks Ok I am going back to my
action, however, I just want my aciton to execute the code necessary to save
changes back to the database. I do not want any
Niklas Johansson wrote:
I did put the RegisterQAForm-validator.xml [...]
Can anyone tell me what is the problem?
RegisterQAForm-validation.xml
My second problem:
But it's some problem with the AbstractValidationActionSupport class.
Could you be a bit more specific?
Dave
-
Hello,
I am trying to create my first validation. I have two problems:
First one:
I want to use Vequieredstring validator. The problem is that my application is
not complaining if I do leave the input field empty.
Here is my code:
reqisterqa.jsp (Only the form is needed here, I assume)
rajeevP wrote:
Please help me in this regards. I am facing issues in AJAX as stated before,
anybody have sample example for Struts2.1.6 and AJAX, Please send to me. Any
kind of help very much appreciated.
Expecting some hints and helps..
The JSP you presented originally didn't use the
Hi All,
Please help me in this regards. I am facing issues in AJAX as stated before,
anybody have sample example for Struts2.1.6 and AJAX, Please send to me. Any
kind of help very much appreciated.
Expecting some hints and helps..
rajeev...@gmail.com, send the examples if anybody have..
Prashant Singh wrote:
There are a few ways to do it; here's two.
All of these topics are covered in the Struts 2 documentation, which I'd
recommend reading before getting too much further into your project.
There
Hi dear,
what I am doing is that I have taken out all the products listed under product
column in mysql table and have displayed them in a jsp.
Now I want to click the product displayed on the jsp and display all the
supplier that supply that particular product.
Anysuggestions how do i
23 matches
Mail list logo