Thanks Christoph Nenning. I found the issue..
Thanks once again.
On Mon, May 18, 2015 at 5:50 PM, Christoph Nenning <
christoph.nenn...@lex-com.net> wrote:
> Try to use browser dev tools to debug your post request. Make sure the
> parameter names are correct.
>
>
>
>
> >
> > Can you guys help m
Try to use browser dev tools to debug your post request. Make sure the
parameter names are correct.
>
> Can you guys help me on this issue?
>
> Thanks
>
> On Sat, May 16, 2015 at 12:47 PM, Preetham Mallavarapu <
> preethamreddy.mallaar...@gmail.com> wrote:
>
> > Hi,
> >
> > I have a proble
Can you guys help me on this issue?
Thanks
On Sat, May 16, 2015 at 12:47 PM, Preetham Mallavarapu <
preethamreddy.mallaar...@gmail.com> wrote:
> Hi,
>
> I have a problem while accessing the arraylist from jsp in my action
> class...
>
> when I tried to submit the data it isnot returning any valu
Hi,
You do need a getter for list. I don't think you need a setter, though.
Your textfields should have a value attribute in addition to name, to access
the getters, which I suppose you have even if you don't show them, since it
displays your arraylist correctly. Is using #stat.index enough withou
Look at your HTML and you will see why, you need to add %{} around
#stat.index, so the name of the fields are students[0], students[1],
etc.
musachy
On Mon, Apr 14, 2008 at 6:54 PM, <[EMAIL PROTECTED]> wrote:
> I am having a similar problem to Ancat:
>
> I have an arrayList named 'students' in
I am having a similar problem to Ancat:
I have an arrayList named 'students' in an action. I use this action to
load values for a .jsp which contains the following code:
This displays my arrayList correctly, but when I submit to my action, I
cannot retrieve the modified
ck into the Action? (ie. with
> 10 text fields)
>
> Thanks,
> Ancat
> --
> View this message in context:
> http://www.nabble.com/STruts-2---populating-an-ArrayList-from-the-JSP-tp16653470p16653470.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
e. with
10 text fields)
Thanks,
Ancat
--
View this message in context:
http://www.nabble.com/STruts-2---populating-an-ArrayList-from-the-JSP-tp16653470p16653470.html
Sent from the Struts - User mailing list archive at Nabble.com.
--
8 matches
Mail list logo