You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hari ks <ha...@yahoo.com> on 2005/07/21 22:15:38 UTC

listedit within listedit

hi,
  Inside tapestry form, I have ListEdit. Inside
ListEdit, I need to use another ListEdit.
 How do I use that. Basically for each ListEditMap.key
returned, I need to iterate over another ListEditMap.

Don't know how to do it.

Thanks,
Hari.


		
__________________________________ 
Yahoo! Mail 
Stay connected, organized, and protected. Take the tour: 
http://tour.mail.yahoo.com/mailtour.html 


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: listedit within listedit - base:For -clarification required

Posted by Mind Bridge <mi...@yahoo.com>.
Hari,

Everything that you say in your message is 'doesn't work!' and absolutely
nothing else.

If you really want people to help you, please include in your message

    - the exact problem that you see
    - some code showing what you are doing
    - possible exception traces if you see such errors (full ones)

It is impossible to help you without that information.

Here are the full guidelines:
http://jakarta.apache.org/tapestry/problems.html

-mb

----- Original Message ----- 
From: "hari ks" <ha...@yahoo.com>
To: <ta...@jakarta.apache.org>
Sent: Thursday, July 21, 2005 11:59 PM
Subject: Re: listedit within listedit - base:For -clarification required


> Hi,
>   Initially we tried base:For(t-deli component)
> instead of Foreach.
>
>      when base:For is used instead of Foreach, the
> values in the forms which we have entered are getting
> passed as null back to the java method
>
>
> Why base:For doesn't work as specified at t-deli.com?
>
> Or any other solution to this?
>
> Thanks,
> Hari
>
>
> --- Howard Lewis Ship <hl...@gmail.com> wrote:
>
> > The outer ListEdit's listener should create the
> > inner ListEditMap.
> > The inner ListeEdit should have a different
> > listener.
> >
> > On 7/21/05, hari ks <ha...@yahoo.com> wrote:
> > > hi,
> > >   Inside tapestry form, I have ListEdit. Inside
> > > ListEdit, I need to use another ListEdit.
> > >  How do I use that. Basically for each
> > ListEditMap.key
> > > returned, I need to iterate over another
> > ListEditMap.
> > >
> > > Don't know how to do it.
> > >
> > > Thanks,
> > > Hari.
> > >
> > >
> > >
> > > __________________________________
> > > Yahoo! Mail
> > > Stay connected, organized, and protected. Take the
> > tour:
> > > http://tour.mail.yahoo.com/mailtour.html
> > >
> > >
> > >
> >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > tapestry-dev-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail:
> > tapestry-dev-help@jakarta.apache.org
> > >
> > >
> >
> >
> > -- 
> > Howard M. Lewis Ship
> > Independent J2EE / Open-Source Java Consultant
> > Creator, Jakarta Tapestry
> > Creator, Jakarta HiveMind
> >
> > Professional Tapestry training, mentoring, support
> > and project work.  http://howardlewisship.com
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> > tapestry-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail:
> > tapestry-dev-help@jakarta.apache.org
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: listedit within listedit - base:For -clarification required

Posted by hari ks <ha...@yahoo.com>.
Hi,
  Initially we tried base:For(t-deli component)
instead of Foreach.

     when base:For is used instead of Foreach, the
values in the forms which we have entered are getting
passed as null back to the java method


Why base:For doesn't work as specified at t-deli.com?

Or any other solution to this?

Thanks,
Hari


--- Howard Lewis Ship <hl...@gmail.com> wrote:

> The outer ListEdit's listener should create the
> inner ListEditMap. 
> The inner ListeEdit should have a different
> listener.
> 
> On 7/21/05, hari ks <ha...@yahoo.com> wrote:
> > hi,
> >   Inside tapestry form, I have ListEdit. Inside
> > ListEdit, I need to use another ListEdit.
> >  How do I use that. Basically for each
> ListEditMap.key
> > returned, I need to iterate over another
> ListEditMap.
> > 
> > Don't know how to do it.
> > 
> > Thanks,
> > Hari.
> > 
> > 
> > 
> > __________________________________
> > Yahoo! Mail
> > Stay connected, organized, and protected. Take the
> tour:
> > http://tour.mail.yahoo.com/mailtour.html
> > 
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> tapestry-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail:
> tapestry-dev-help@jakarta.apache.org
> > 
> > 
> 
> 
> -- 
> Howard M. Lewis Ship
> Independent J2EE / Open-Source Java Consultant
> Creator, Jakarta Tapestry
> Creator, Jakarta HiveMind
> 
> Professional Tapestry training, mentoring, support
> and project work.  http://howardlewisship.com
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> tapestry-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> tapestry-dev-help@jakarta.apache.org
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: listedit within listedit

Posted by Howard Lewis Ship <hl...@gmail.com>.
The outer ListEdit's listener should create the inner ListEditMap. 
The inner ListeEdit should have a different listener.

On 7/21/05, hari ks <ha...@yahoo.com> wrote:
> hi,
>   Inside tapestry form, I have ListEdit. Inside
> ListEdit, I need to use another ListEdit.
>  How do I use that. Basically for each ListEditMap.key
> returned, I need to iterate over another ListEditMap.
> 
> Don't know how to do it.
> 
> Thanks,
> Hari.
> 
> 
> 
> __________________________________
> Yahoo! Mail
> Stay connected, organized, and protected. Take the tour:
> http://tour.mail.yahoo.com/mailtour.html
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org
> 
> 


-- 
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator, Jakarta Tapestry
Creator, Jakarta HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: listedit within listedit -- Urgent!!

Posted by hari ks <ha...@yahoo.com>.
hi,
   In one of our pages , we were using Foreach within
a form that causes StaleLink Exception.

To remove staleLink, we used base:For from
tapestry-base.jar downloaded from t-deli.com.
That removed stale link, but didn't submit data
properly.

So we decided, everything has to be converted to
ListEdits. How to remove stale Links?

Don't know how to convert nested Foreach to ListEdits.

(Our project uses Tapestry/Spring/Hibernate in
production. )


Thanks,
Hari

--- hari ks <ha...@yahoo.com> wrote:

> hi,
>   Inside tapestry form, I have ListEdit. Inside
> ListEdit, I need to use another ListEdit.
>  How do I use that. Basically for each
> ListEditMap.key
> returned, I need to iterate over another
> ListEditMap.
> 
> Don't know how to do it.
> 
> Thanks,
> Hari.
> 
> 
> 		
> __________________________________ 
> Yahoo! Mail 
> Stay connected, organized, and protected. Take the
> tour: 
> http://tour.mail.yahoo.com/mailtour.html 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> tapestry-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> tapestry-dev-help@jakarta.apache.org
> 
> 



		
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org