Can you please post full solution to this problem ? (your controller confifuration, tiles and Java code itself). What did you put for formView?
Type: Posts; User: mstachu; Keyword(s):
Can you please post full solution to this problem ? (your controller confifuration, tiles and Java code itself). What did you put for formView?
I will try it. Thank you very much for your time.
Hi,
I need an advice for best practice in managing subflows. One of the menu option in my web app starts new subflow. How should I terminate this subflow when user clicks on another option from...
Hello,
Before I start coding I need to know how difficult it would be. I will need to pass form (object) between two independent flows (one is NOT subflow of the other). Is it easy to achieve...
Thank you, it used your suggestion and it works now.
Take care
Yes, I was right. It doesn't work. The problem is with binding not with passing parameters or values.
Cheers anyway
Sorry, but it doesn't make much sens to me. However I will give it a try and get back to you
function seeFuture(){
currentView=$('timestep');
alert("Current view : "+currentView.value);
if(currentView){
alert("setting a value");
currentView=parseInt(currentView.value)+1;
...
Action bean looks like;
public class ReportAction extends MultiAction{
private static final Log logger = LogFactory.getLog(ReportAction.class.getName());
private PatReportDAO reportDAO;...
Hello,
I am using SWF and tiles. There are two parts of the screen. Each of them is a tile. In the top one, there is a form (search filter which is binding to Filter object), the second tile is...
Hi,
I am using tiles in my application and the same filter form for all flows (diffrent fow for diffrent tab). For each tab there will be diffrent report view generated for diffrent db query....
Hi,
I have a page conposed of two tiles. One of them is a form and another is a result of the search matching criteria from the form. At least I wish it was the case.
My understanding...
Did you find solution for your problem ?
Hi
I would like to display a form in a separete tile. Do you thing your solution is convenient for this kind of requirement ? If so, Could you please post a code ? I am stragling with this task...
There is realy not solution for such common requirements ??!! I just want to display a form in a separate tile.
Hi,
I have home page index.hml which maps to index tile
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration...
Yes, form works fine without tiles (you have to uncomment line <!-- <prop key="/filter.htm">filterController</prop> --> ).
Regards
I have nothing to do with buggsbunny101 but we have common problem. I am having similar error message
localhost.2008-01-14.log:Caused by: org.apache.jasper.JasperException: ServletException...
Hi and thanks for reply.
So I have home page index.hml which maps to index tile
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD...
Have you sorted out your problem. It gives me real headache. Please post your solution if you have one.
Hello,
please take a look at the extract of the code
<form:form commandName="sale">
Hello,
There is an external system that I cannot control but it is sending messages to my IBM MQ. I would like to develope something that will watch all messages comming to the queue prior...
I have purely abstract question.
1) How to get model returned by showForm method in onSubmit method. My SimpleFormController is in session scope so I guess I get it from there, but how ?.
2)When I...
Any clue how to sort it out ?
I have piece of code :
logger.info("\n\n\nAAA");
Lifecycle mxglife=(Lifecycle)(SystemAdmin.context.getBean("mxgproxy"));
logger.info("\n\n\nBBBB");
code never prints BBBB....