Tapestry 3 or 4? The location (template) of the submit component in
the that invokes onDelete definitely matters in Tap 3 and may matter
in T4.

Ie. does the listener get invoked *before* the RadioGroup rewinds?

Geoff

On 12/8/05, gcormier <[EMAIL PROTECTED]> wrote:
> I'm trying to have a page with radio buttons, you pick one, and the Page logs 
> something.
>
> Part of my page file
>
>
>
>
>
>
>
> html:
>
>
>
>
>
>
>
>
>
> Java :
> public List getDepartmentList()
>         {
>                 List departmentList = 
> DepartmentDAO.getDepartmentList(WebConstants.ENGLISH);
>                 return departmentList;
>         }
>
>         public void onDelete(IRequestCycle cycle) {
>                 Object parameters[] = cycle.getServiceParameters();
>
>                 Logger.getLogger(DepartmentsPage.class).debug("I have " + 
> parameters.length + " parameters, " + parameters[0]);
>
>         }
>
>         abstract public Integer getSelectedDepartment();
>         abstract public void setSelectedDepartment(Integer 
> selectedDepartment); // parameters
>
>
>
> However, in my log file, all I get is
>
> 16:27:11,564 DEBUG [Servlet.Engine.Transports : 0]: I have 1 parameters, 0
>
> Any ideas?
>
> Thanks,
> Greg
>
>
> -------------------- m2f --------------------
>
> Sent from www.TapestryForums.com
>
> Read this topic online here: <<topic_link>>
>
> http://www.tapestryforums.com/viewtopic.php?p=11679#11679
>
> -------------------- m2f --------------------
>
>
>
>


--
The Spindle guy.           http://spindle.sf.net
Get help with Spindle:   
http://lists.sourceforge.net/mailman/listinfo/spindle-user
Announcement Feed:    
http://www.jroller.com/rss/glongman?catname=/Announcements
Feature Updates:            http://spindle.sf.net/updates

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to