with no javascript a link cannot submit a form, only <input type="submit"/>
can, so use that. so you need pagination that uses input type="submit"
elements

-igor


On 3/3/07, Shams Mahmood <[EMAIL PROTECTED]> wrote:

Hi,

I an caught up in a problem where I cannot use javascript,
but i need a Link to submit my Form.

Basically my problem is I have pagination in my page where
the user can select items using checkboxes in a check group.
When he uses the pagination links i am required to update and hold the
values in my model for his previous choices.
Finally after browsing through the various pages he may interact with
the form's Submit Button.
The problem I am facing because I cannot use AjaxBehavior on the onUpdate
method of the checkboxes. hence i require to get my form submitted when
the link
is clicked to update my check grouyp's model.

Shams

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to