You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by amritabisht <bi...@gmail.com> on 2008/05/27 06:06:42 UTC

actionlink context value

I have a page where i Page where i show a drop down of few static contents. 
eg: 

 loop of students
 {
     	
          Grade ${student.grade}
          
                  loop of Grades a....d
                   {
                      Grade ${i}
                   }
             
       
 }

In this class="hov" is a drop down patch. Now when i select Grade from the
drop down i want to send 2 parameter. 
Parameter 1 = student.id and 
Parameter 2 = Grade.id. 

Here I can use context but as my grade selection is drop down how can i give
the ref in the context. 

I hope my question is not confusing.

-- 
View this message in context: http://www.nabble.com/actionlink-context-value-tp17482696p17482696.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: actionlink context value

Posted by Marcelo Lotif <ml...@gmail.com>.
Hi,
Can you show us some more of your code?
this way we can understand better and help you in what you are trying
to achieve...

Regards,
Marcelo.
2008/5/27, amritabisht <bi...@gmail.com>:
>
>  I am sorry if i was not clear but this drop down is dhtml dorp-down. so even
>  if i submit i will not able to send two parameters.
>
>  --
>  View this message in context: http://www.nabble.com/actionlink-context-value-tp17482696p17498038.html
>
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
>
> ---------------------------------------------------------------------
>  To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>  For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Atenciosamente,
Marcelo Lotif

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


Re: actionlink context value

Posted by amritabisht <bi...@gmail.com>.
I am sorry if i was not clear but this drop down is dhtml dorp-down. so even
if i submit i will not able to send two parameters.

-- 
View this message in context: http://www.nabble.com/actionlink-context-value-tp17482696p17498038.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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


Re: actionlink context value

Posted by Marcelo Lotif <ml...@gmail.com>.
I think you have to send them by a form, not an action link, since a
drop down list is a form's component. If i'm not wrong, tapestry does
not allow to use Select without a form...

2008/5/27 amritabisht <bi...@gmail.com>:
>
> I have a page where i Page where i show a drop down of few static contents.
> eg:
>
>  loop of students
>  {
>
>          Grade ${student.grade}
>
>                  loop of Grades a....d
>                   {
>                      Grade ${i}
>                   }
>
>
>  }
>
> In this class="hov" is a drop down patch. Now when i select Grade from the
> drop down i want to send 2 parameter.
> Parameter 1 = student.id and
> Parameter 2 = Grade.id.
>
> Here I can use context but as my grade selection is drop down how can i give
> the ref in the context.
>
> I hope my question is not confusing.
>
> --
> View this message in context: http://www.nabble.com/actionlink-context-value-tp17482696p17482696.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>



-- 
Atenciosamente,
Marcelo Lotif

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